2024-01-27T23:10:31.994 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-27T23:10:31.994 DEBUG:teuthology.run:Teuthology command: teuthology --archive /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119 --verbose --owner scheduled_yuriw@teuthology --name yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi --description rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} -- /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119/orig.config.yaml 2024-01-27T23:10:32.029 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-27T23:10:32.106 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119 branch: pacific-release description: rados/cephadm/smoke-roleless/{0-distro/rhel_8.6_container_tools_3.0 0-nvme-loop 1-start 2-services/rgw-ingress 3-final} email: null first_in_suite: false job_id: '7535119' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-26_16:10:31-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: a72a5dace2353a54147d37bd2699a2a482507966 ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a72a5dace2353a54147d37bd2699a2a482507966 selinux: whitelist: - scontext=system_u:system_r:logrotate_t:s0 workunit: branch: pacific-release sha1: 585bdf827237450fb80df4a856eba434a64948fa owner: scheduled_yuriw@teuthology priority: 75 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.0 - - host.b - client.1 seed: 6332 sha1: a72a5dace2353a54147d37bd2699a2a482507966 sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: pacific-release suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 585bdf827237450fb80df4a856eba434a64948fa targets: smithi110.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPAqVzMVQmGBJR+kA3tOuNUlSUtA839COU8g4eHIPlQhs7dXAv6Kqe2OT1gof3yFoK4N+GqeQVI/4NsIe5sG8uo= smithi116.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPwKPVKHpuDaMUFbA9oeJpFAmah92/YQyCN6BUJKbFQsd9xx1NhC8G2HElWAOteVJyf/FkSd5OxFMf+1D+8g3M= 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: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-26_16:10:31 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-27T23:10:32.106 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa; will attempt to use it 2024-01-27T23:10:32.107 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa/tasks 2024-01-27T23:10:32.107 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-27T23:10:32.109 INFO:teuthology.task.internal:Checking packages... 2024-01-27T23:10:32.133 INFO:teuthology.task.internal:Checking packages for os_type 'rhel', flavor 'default' and ceph hash 'a72a5dace2353a54147d37bd2699a2a482507966' 2024-01-27T23:10:32.133 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-27T23:10:32.133 INFO:teuthology.packaging:ref: None 2024-01-27T23:10:32.133 INFO:teuthology.packaging:tag: None 2024-01-27T23:10:32.133 INFO:teuthology.packaging:branch: pacific-release 2024-01-27T23:10:32.133 INFO:teuthology.packaging:sha1: a72a5dace2353a54147d37bd2699a2a482507966 2024-01-27T23:10:32.133 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-01-27T23:10:32.273 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-508.ga72a5dac 2024-01-27T23:10:32.275 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-27T23:10:32.281 INFO:teuthology.task.internal:no buildpackages task found 2024-01-27T23:10:32.281 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-27T23:10:32.288 INFO:teuthology.task.internal:Saving configuration 2024-01-27T23:10:32.301 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-27T23:10:32.306 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-27T23:10:32.331 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:05:34.832638', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPAqVzMVQmGBJR+kA3tOuNUlSUtA839COU8g4eHIPlQhs7dXAv6Kqe2OT1gof3yFoK4N+GqeQVI/4NsIe5sG8uo='} 2024-01-27T23:10:32.355 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:05:34.834435', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPwKPVKHpuDaMUFbA9oeJpFAmah92/YQyCN6BUJKbFQsd9xx1NhC8G2HElWAOteVJyf/FkSd5OxFMf+1D+8g3M='} 2024-01-27T23:10:32.355 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-27T23:10:32.361 INFO:teuthology.task.internal:roles: ubuntu@smithi110.front.sepia.ceph.com - ['host.a', 'client.0'] 2024-01-27T23:10:32.361 INFO:teuthology.task.internal:roles: ubuntu@smithi116.front.sepia.ceph.com - ['host.b', 'client.1'] 2024-01-27T23:10:32.361 INFO:teuthology.run_tasks:Running task console_log... 2024-01-27T23:10:32.429 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f86f90a7d30>, signals=[15]) 2024-01-27T23:10:32.429 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-27T23:10:32.437 INFO:teuthology.task.internal:Opening connections... 2024-01-27T23:10:32.438 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi110.front.sepia.ceph.com 2024-01-27T23:10:32.440 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:10:32.531 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi116.front.sepia.ceph.com 2024-01-27T23:10:32.532 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:10:32.603 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-27T23:10:32.610 DEBUG:teuthology.orchestra.run.smithi110:> uname -m 2024-01-27T23:10:32.630 INFO:teuthology.orchestra.run.smithi110.stdout:x86_64 2024-01-27T23:10:32.631 DEBUG:teuthology.orchestra.run.smithi110:> cat /etc/os-release 2024-01-27T23:10:32.687 INFO:teuthology.orchestra.run.smithi110.stdout:NAME="Red Hat Enterprise Linux" 2024-01-27T23:10:32.687 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION="8.6 (Ootpa)" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:ID="rhel" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:ID_LIKE="fedora" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:VERSION_ID="8.6" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:PLATFORM_ID="platform:el8" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:ANSI_COLOR="0;31" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:HOME_URL="https://www.redhat.com/" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-27T23:10:32.688 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-27T23:10:32.689 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-27T23:10:32.689 INFO:teuthology.orchestra.run.smithi110.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-27T23:10:32.689 INFO:teuthology.lock.ops:Updating smithi110.front.sepia.ceph.com on lock server 2024-01-27T23:10:32.709 DEBUG:teuthology.orchestra.run.smithi116:> uname -m 2024-01-27T23:10:32.730 INFO:teuthology.orchestra.run.smithi116.stdout:x86_64 2024-01-27T23:10:32.730 DEBUG:teuthology.orchestra.run.smithi116:> cat /etc/os-release 2024-01-27T23:10:32.790 INFO:teuthology.orchestra.run.smithi116.stdout:NAME="Red Hat Enterprise Linux" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION="8.6 (Ootpa)" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:ID="rhel" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:ID_LIKE="fedora" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:VERSION_ID="8.6" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:PLATFORM_ID="platform:el8" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:PRETTY_NAME="Red Hat Enterprise Linux 8.6 (Ootpa)" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:ANSI_COLOR="0;31" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:CPE_NAME="cpe:/o:redhat:enterprise_linux:8::baseos" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:HOME_URL="https://www.redhat.com/" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:DOCUMENTATION_URL="https://access.redhat.com/documentation/red_hat_enterprise_linux/8/" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:10:32.791 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_BUGZILLA_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-27T23:10:32.792 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_BUGZILLA_PRODUCT_VERSION=8.6 2024-01-27T23:10:32.792 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux" 2024-01-27T23:10:32.792 INFO:teuthology.orchestra.run.smithi116.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="8.6" 2024-01-27T23:10:32.792 INFO:teuthology.lock.ops:Updating smithi116.front.sepia.ceph.com on lock server 2024-01-27T23:10:32.816 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-27T23:10:32.825 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-27T23:10:32.832 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-27T23:10:32.832 DEBUG:teuthology.orchestra.run.smithi110:> test '!' -e /home/ubuntu/cephtest 2024-01-27T23:10:32.834 DEBUG:teuthology.orchestra.run.smithi116:> test '!' -e /home/ubuntu/cephtest 2024-01-27T23:10:32.852 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-27T23:10:32.860 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-27T23:10:32.861 DEBUG:teuthology.orchestra.run.smithi110:> test -z $(ls -A /var/lib/ceph) 2024-01-27T23:10:32.892 DEBUG:teuthology.orchestra.run.smithi116:> test -z $(ls -A /var/lib/ceph) 2024-01-27T23:10:32.927 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-27T23:10:32.984 INFO:teuthology.run_tasks:Running task kernel... 2024-01-27T23:10:32.998 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-27T23:10:32.998 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro'}, 'host.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-27T23:10:32.998 DEBUG:teuthology.orchestra.run.smithi110:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-27T23:10:32.999 DEBUG:teuthology.orchestra.run.smithi116:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-27T23:10:33.017 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:10:33.017 DEBUG:teuthology.orchestra.run.smithi116:> uname -r 2024-01-27T23:10:33.018 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:10:33.018 DEBUG:teuthology.orchestra.run.smithi110:> uname -r 2024-01-27T23:10:33.076 INFO:teuthology.orchestra.run.smithi110.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:33.076 INFO:teuthology.task.kernel:Running kernel on smithi110: 4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:33.076 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum install -y kernel 2024-01-27T23:10:33.077 INFO:teuthology.orchestra.run.smithi116.stdout:4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:33.077 INFO:teuthology.task.kernel:Running kernel on smithi116: 4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:33.078 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum install -y kernel 2024-01-27T23:10:34.603 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2024-01-27T23:10:34.603 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2024-01-27T23:10:34.776 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-01-27T23:10:34.776 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-01-27T23:10:34.899 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:10:34.899 INFO:teuthology.orchestra.run.smithi116.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-27T23:10:34.899 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:10:35.098 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:10:35.098 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-27T23:10:35.098 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:10:36.977 INFO:teuthology.orchestra.run.smithi110.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-01-27T23:10:37.690 INFO:teuthology.orchestra.run.smithi116.stdout:Copr repo for python3-asyncssh owned by ceph 2.9 kB/s | 3.5 kB 00:01 2024-01-27T23:10:38.180 INFO:teuthology.orchestra.run.smithi110.stdout:Extra Packages for Enterprise Linux 13 MB/s | 16 MB 00:01 2024-01-27T23:10:38.711 INFO:teuthology.orchestra.run.smithi116.stdout:Extra Packages for Enterprise Linux 16 MB/s | 16 MB 00:00 2024-01-27T23:10:41.761 INFO:teuthology.orchestra.run.smithi110.stdout:lab-extras 337 kB/s | 24 kB 00:00 2024-01-27T23:10:42.341 INFO:teuthology.orchestra.run.smithi116.stdout:lab-extras 400 kB/s | 24 kB 00:00 2024-01-27T23:10:42.481 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-27T23:10:42.481 INFO:teuthology.orchestra.run.smithi110.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-27T23:10:42.573 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-01-27T23:10:42.574 INFO:teuthology.orchestra.run.smithi110.stdout:Nothing to do. 2024-01-27T23:10:42.574 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-01-27T23:10:42.821 DEBUG:teuthology.orchestra.run.smithi110:> echo no | sudo yum reinstall kernel || true 2024-01-27T23:10:43.060 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-513.9.1.el8_9.x86_64 is already installed. 2024-01-27T23:10:43.060 INFO:teuthology.orchestra.run.smithi116.stdout:Package kernel-4.18.0-372.9.1.el8.x86_64 is already installed. 2024-01-27T23:10:43.131 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-01-27T23:10:43.132 INFO:teuthology.orchestra.run.smithi116.stdout:Nothing to do. 2024-01-27T23:10:43.133 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-01-27T23:10:43.156 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-01-27T23:10:43.156 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-01-27T23:10:43.263 DEBUG:teuthology.orchestra.run.smithi116:> echo no | sudo yum reinstall kernel || true 2024-01-27T23:10:43.419 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:10:43.419 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-27T23:10:43.419 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:10:43.640 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2024-01-27T23:10:43.640 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2024-01-27T23:10:43.727 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:02 ago on Sat 27 Jan 2024 11:10:41 PM UTC. 2024-01-27T23:10:43.825 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-27T23:10:43.829 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-27T23:10:43.836 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:10:43.836 INFO:teuthology.orchestra.run.smithi116.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-27T23:10:43.836 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:10:43.863 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2024-01-27T23:10:43.909 DEBUG:teuthology.orchestra.run.smithi110:> sudo yum reinstall -y kernel || true 2024-01-27T23:10:44.151 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:02 ago on Sat 27 Jan 2024 11:10:42 PM UTC. 2024-01-27T23:10:44.220 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-27T23:10:44.236 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-27T23:10:44.241 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-01-27T23:10:44.242 INFO:teuthology.orchestra.run.smithi110.stdout:Unable to read consumer identity 2024-01-27T23:10:44.277 INFO:teuthology.orchestra.run.smithi116.stderr:Error: No packages marked for reinstall. 2024-01-27T23:10:44.324 DEBUG:teuthology.orchestra.run.smithi116:> sudo yum reinstall -y kernel || true 2024-01-27T23:10:44.482 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:10:44.482 INFO:teuthology.orchestra.run.smithi110.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-27T23:10:44.482 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:10:44.658 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2024-01-27T23:10:44.658 INFO:teuthology.orchestra.run.smithi116.stdout:Unable to read consumer identity 2024-01-27T23:10:44.785 INFO:teuthology.orchestra.run.smithi110.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Jan 2024 11:10:41 PM UTC. 2024-01-27T23:10:44.828 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:10:44.828 INFO:teuthology.orchestra.run.smithi116.stdout:This system is not registered with an entitlement server. You can use subscription-manager to register. 2024-01-27T23:10:44.828 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:10:44.847 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-27T23:10:44.847 INFO:teuthology.orchestra.run.smithi110.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-27T23:10:44.872 INFO:teuthology.orchestra.run.smithi110.stderr:Error: No packages marked for reinstall. 2024-01-27T23:10:44.919 DEBUG:teuthology.orchestra.run.smithi110:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T23:10:45.068 INFO:teuthology.orchestra.run.smithi110.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:45.068 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:45.068 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-27T23:10:45.068 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2024-01-27T23:10:45.069 DEBUG:teuthology.orchestra.run.smithi110:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-27T23:10:45.108 INFO:teuthology.orchestra.run.smithi110.stdout:ttyS1 2024-01-27T23:10:45.123 DEBUG:teuthology.parallel:result is None 2024-01-27T23:10:45.132 INFO:teuthology.orchestra.run.smithi116.stdout:Last metadata expiration check: 0:00:03 ago on Sat 27 Jan 2024 11:10:42 PM UTC. 2024-01-27T23:10:45.200 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-513.9.1.el8_9.x86_64 (from rhel-8-for-x86_64-baseos-rpms) not available. 2024-01-27T23:10:45.200 INFO:teuthology.orchestra.run.smithi116.stdout:Installed package kernel-4.18.0-372.9.1.el8.x86_64 (from anaconda) not available. 2024-01-27T23:10:45.233 INFO:teuthology.orchestra.run.smithi116.stderr:Error: No packages marked for reinstall. 2024-01-27T23:10:45.279 DEBUG:teuthology.orchestra.run.smithi116:> rpm -q kernel | sort -rV | head -n 1 2024-01-27T23:10:45.435 INFO:teuthology.orchestra.run.smithi116.stdout:kernel-4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:45.436 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-513.9.1.el8_9.x86_64 2024-01-27T23:10:45.436 INFO:teuthology.task.kernel:Newest distro kernel installed and running 2024-01-27T23:10:45.436 INFO:teuthology.task.kernel:Enabling kdb on host.b... 2024-01-27T23:10:45.436 DEBUG:teuthology.orchestra.run.smithi116:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-27T23:10:45.466 INFO:teuthology.orchestra.run.smithi116.stdout:ttyS1 2024-01-27T23:10:45.489 DEBUG:teuthology.parallel:result is None 2024-01-27T23:10:45.489 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-27T23:10:45.502 INFO:teuthology.task.internal:Creating test directory... 2024-01-27T23:10:45.502 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-27T23:10:45.505 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-27T23:10:45.546 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-27T23:10:45.578 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-27T23:10:45.587 INFO:teuthology.task.internal:Creating archive directory... 2024-01-27T23:10:45.587 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-27T23:10:45.589 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-27T23:10:45.619 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-27T23:10:45.625 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-27T23:10:45.626 DEBUG:teuthology.orchestra.run.smithi110:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-27T23:10:45.651 DEBUG:teuthology.orchestra.run.smithi116:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-27T23:10:45.686 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:10:45.694 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:10:45.697 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:10:45.705 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-27T23:10:45.706 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-27T23:10:45.714 INFO:teuthology.task.internal:Configuring sudo... 2024-01-27T23:10:45.714 DEBUG:teuthology.orchestra.run.smithi110:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-27T23:10:45.742 DEBUG:teuthology.orchestra.run.smithi116:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-27T23:10:45.774 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-27T23:10:45.782 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-27T23:10:45.782 DEBUG:teuthology.orchestra.run.smithi110:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-27T23:10:45.810 DEBUG:teuthology.orchestra.run.smithi116:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-27T23:10:45.830 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:10:45.909 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:10:45.964 DEBUG:teuthology.orchestra.run.smithi110:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:10:46.047 DEBUG:teuthology.orchestra.run.smithi110:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:10:46.088 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:10:46.088 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-27T23:10:46.155 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:10:46.200 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-27T23:10:46.273 DEBUG:teuthology.orchestra.run.smithi116:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:10:46.317 DEBUG:teuthology.orchestra.run.smithi116:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-27T23:10:46.358 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:10:46.358 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-27T23:10:46.424 DEBUG:teuthology.orchestra.run.smithi110:> sudo service rsyslog restart 2024-01-27T23:10:46.426 DEBUG:teuthology.orchestra.run.smithi116:> sudo service rsyslog restart 2024-01-27T23:10:46.480 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T23:10:46.532 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T23:10:47.031 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-27T23:10:47.039 INFO:teuthology.task.internal:Starting timer... 2024-01-27T23:10:47.039 INFO:teuthology.run_tasks:Running task pcp... 2024-01-27T23:10:47.072 INFO:teuthology.run_tasks:Running task selinux... 2024-01-27T23:10:47.080 DEBUG:teuthology.task:Applying overrides for task selinux: {'whitelist': ['scontext=system_u:system_r:logrotate_t:s0']} 2024-01-27T23:10:47.080 DEBUG:teuthology.orchestra.run.smithi110:> sudo service auditd rotate 2024-01-27T23:10:47.138 INFO:teuthology.orchestra.run.smithi110.stdout:Rotating logs: 2024-01-27T23:10:47.140 DEBUG:teuthology.orchestra.run.smithi116:> sudo service auditd rotate 2024-01-27T23:10:47.225 INFO:teuthology.orchestra.run.smithi116.stdout:Rotating logs: 2024-01-27T23:10:47.227 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-27T23:10:47.227 DEBUG:teuthology.orchestra.run.smithi110:> /usr/sbin/getenforce 2024-01-27T23:10:47.268 INFO:teuthology.orchestra.run.smithi110.stdout:Permissive 2024-01-27T23:10:47.269 DEBUG:teuthology.orchestra.run.smithi116:> /usr/sbin/getenforce 2024-01-27T23:10:47.289 INFO:teuthology.orchestra.run.smithi116.stdout:Permissive 2024-01-27T23:10:47.289 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi110.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi116.front.sepia.ceph.com': 'permissive'} 2024-01-27T23:10:47.289 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-27T23:10:47.335 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:10:47.336 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-27T23:10:47.363 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:10:47.363 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-27T23:10:47.364 DEBUG:teuthology.orchestra.run.smithi110:> sudo /usr/sbin/setenforce permissive 2024-01-27T23:10:47.403 DEBUG:teuthology.orchestra.run.smithi116:> sudo /usr/sbin/setenforce permissive 2024-01-27T23:10:47.431 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-27T23:10:47.440 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-27T23:10:47.446 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-27T23:10:47.582 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-27T23:10:47.598 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-27T23:10:47.599 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi110.front.sepia.ceph.com,smithi116.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-27T23:19:23.469 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi110.front.sepia.ceph.com'), Remote(name='ubuntu@smithi116.front.sepia.ceph.com')] 2024-01-27T23:19:23.470 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-01-27T23:19:23.471 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi110.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:19:23.549 DEBUG:teuthology.orchestra.run.smithi110:> true 2024-01-27T23:19:23.622 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi110.front.sepia.ceph.com' 2024-01-27T23:19:23.623 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-27T23:19:23.623 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi116.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-27T23:19:23.697 DEBUG:teuthology.orchestra.run.smithi116:> true 2024-01-27T23:19:23.765 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi116.front.sepia.ceph.com' 2024-01-27T23:19:23.766 INFO:teuthology.run_tasks:Running task clock... 2024-01-27T23:19:23.780 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-27T23:19:23.780 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-27T23:19:23.781 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-27T23:19:23.783 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-27T23:19:23.783 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-27T23:19:23.816 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-27T23:19:23.832 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-27T23:19:23.839 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-27T23:19:23.853 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-27T23:19:23.908 INFO:teuthology.orchestra.run.smithi110.stderr:sudo: ntpd: command not found 2024-01-27T23:19:23.917 INFO:teuthology.orchestra.run.smithi116.stderr:sudo: ntpd: command not found 2024-01-27T23:19:23.920 INFO:teuthology.orchestra.run.smithi110.stdout:506 Cannot talk to daemon 2024-01-27T23:19:23.929 INFO:teuthology.orchestra.run.smithi116.stdout:506 Cannot talk to daemon 2024-01-27T23:19:23.935 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-27T23:19:23.944 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-27T23:19:23.950 INFO:teuthology.orchestra.run.smithi110.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-27T23:19:23.958 INFO:teuthology.orchestra.run.smithi116.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-27T23:19:24.024 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-01-27T23:19:24.028 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T23:19:24.028 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-01-27T23:19:24.028 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.028 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.028 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.028 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.039 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2024-01-27T23:19:24.041 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T23:19:24.041 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-01-27T23:19:24.041 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.041 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.041 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.041 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:19:24.042 INFO:teuthology.run_tasks:Running task pexec... 2024-01-27T23:19:24.051 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-27T23:19:24.052 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi110.front.sepia.ceph.com 2024-01-27T23:19:24.052 DEBUG:teuthology.orchestra.run.smithi110:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-27T23:19:24.052 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi116.front.sepia.ceph.com 2024-01-27T23:19:24.052 DEBUG:teuthology.orchestra.run.smithi116:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-27T23:19:24.443 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-01-27T23:19:24.458 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2024-01-27T23:19:26.224 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 30 kB/s | 4.5 kB 00:00 2024-01-27T23:19:26.272 INFO:teuthology.orchestra.run.smithi116.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 33 kB/s | 4.1 kB 00:00 2024-01-27T23:19:26.675 INFO:teuthology.orchestra.run.smithi116.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 32 kB/s | 4.5 kB 00:00 2024-01-27T23:19:26.886 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 29 kB/s | 4.1 kB 00:00 2024-01-27T23:19:29.654 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-01-27T23:19:29.655 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-27T23:19:29.655 INFO:teuthology.orchestra.run.smithi116.stdout: Package Architecture Version Repository Size 2024-01-27T23:19:29.656 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-27T23:19:29.656 INFO:teuthology.orchestra.run.smithi116.stdout:Resetting modules: 2024-01-27T23:19:29.656 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools 2024-01-27T23:19:29.656 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:19:29.656 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-01-27T23:19:29.656 INFO:teuthology.orchestra.run.smithi116.stdout:================================================================================ 2024-01-27T23:19:29.656 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:19:29.703 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-01-27T23:19:29.704 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-01-27T23:19:29.704 INFO:teuthology.orchestra.run.smithi110.stdout: Package Architecture Version Repository Size 2024-01-27T23:19:29.704 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-01-27T23:19:29.705 INFO:teuthology.orchestra.run.smithi110.stdout:Resetting modules: 2024-01-27T23:19:29.705 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 2024-01-27T23:19:29.705 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:19:29.705 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-01-27T23:19:29.705 INFO:teuthology.orchestra.run.smithi110.stdout:================================================================================ 2024-01-27T23:19:29.705 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:19:37.968 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-01-27T23:19:38.138 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-01-27T23:19:38.433 INFO:teuthology.orchestra.run.smithi110.stdout:Updating Subscription Management repositories. 2024-01-27T23:19:38.602 INFO:teuthology.orchestra.run.smithi116.stdout:Updating Subscription Management repositories. 2024-01-27T23:19:39.158 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 122 kB/s | 4.5 kB 00:00 2024-01-27T23:19:39.345 INFO:teuthology.orchestra.run.smithi116.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 110 kB/s | 4.1 kB 00:00 2024-01-27T23:19:39.654 INFO:teuthology.orchestra.run.smithi116.stdout:Red Hat Enterprise Linux 8 for x86_64 - AppStre 122 kB/s | 4.5 kB 00:00 2024-01-27T23:19:39.706 INFO:teuthology.orchestra.run.smithi110.stdout:Red Hat Enterprise Linux 8 for x86_64 - BaseOS 80 kB/s | 4.1 kB 00:00 2024-01-27T23:19:42.669 INFO:teuthology.orchestra.run.smithi110.stdout:Dependencies resolved. 2024-01-27T23:19:42.776 INFO:teuthology.orchestra.run.smithi116.stdout:Dependencies resolved. 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout:========================================================================================================================== 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: Package Arch Version Repository Size 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout:========================================================================================================================== 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout:Installing group/module packages: 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout:Installing dependencies: 2024-01-27T23:19:42.821 INFO:teuthology.orchestra.run.smithi110.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout:Downgrading: 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-27T23:19:42.822 INFO:teuthology.orchestra.run.smithi110.stdout:Installing module profiles: 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools/common 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout:Enabling module streams: 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout: container-tools 3.0 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction Summary 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout:========================================================================================================================== 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout:Install 7 Packages 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout:Downgrade 12 Packages 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:19:42.823 INFO:teuthology.orchestra.run.smithi110.stdout:Total download size: 50 M 2024-01-27T23:19:42.824 INFO:teuthology.orchestra.run.smithi110.stdout:Downloading Packages: 2024-01-27T23:19:42.927 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================================================== 2024-01-27T23:19:42.927 INFO:teuthology.orchestra.run.smithi116.stdout: Package Arch Version Repository Size 2024-01-27T23:19:42.927 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================================================== 2024-01-27T23:19:42.927 INFO:teuthology.orchestra.run.smithi116.stdout:Installing group/module packages: 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: buildah x86_64 1.19.9-6.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.6 M 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman noarch 29-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 1.1 M 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: crun x86_64 0.18-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 185 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: skopeo x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 6.2 M 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: toolbox x86_64 0.0.99.3-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.2 M 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: udica noarch 0.2.4-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout:Installing dependencies: 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: yajl x86_64 2.1.0-12.el8 rhel-8-for-x86_64-appstream-rpms 41 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout:Downgrading: 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: conmon x86_64 2:2.0.26-3.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: container-selinux noarch 2:2.189.0-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 55 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: containernetworking-plugins x86_64 0.9.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 19 M 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: containers-common x86_64 1:1.2.4-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 91 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: criu x86_64 3.15-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 511 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: fuse-overlayfs x86_64 1.4.0-2.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 72 k 2024-01-27T23:19:42.928 INFO:teuthology.orchestra.run.smithi116.stdout: libslirp x86_64 4.3.1-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 69 k 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: podman x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 11 M 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: podman-catatonit x86_64 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 323 k 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: podman-docker noarch 3.0.1-15.module+el8.7.0+18021+1e286cc8 rhel-8-for-x86_64-appstream-rpms 57 k 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: runc x86_64 1.0.0-73.rc95.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 2.9 M 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: slirp4netns x86_64 1.1.8-1.module+el8.7.0+16533+44634e24 rhel-8-for-x86_64-appstream-rpms 51 k 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout:Installing module profiles: 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools/common 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout:Enabling module streams: 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: container-tools 3.0 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction Summary 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout:========================================================================================================================== 2024-01-27T23:19:42.929 INFO:teuthology.orchestra.run.smithi116.stdout:Install 7 Packages 2024-01-27T23:19:42.930 INFO:teuthology.orchestra.run.smithi116.stdout:Downgrade 12 Packages 2024-01-27T23:19:42.930 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:19:42.930 INFO:teuthology.orchestra.run.smithi116.stdout:Total download size: 50 M 2024-01-27T23:19:42.930 INFO:teuthology.orchestra.run.smithi116.stdout:Downloading Packages: 2024-01-27T23:19:43.258 INFO:teuthology.orchestra.run.smithi116.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 157 kB/s | 51 kB 00:00 2024-01-27T23:19:43.271 INFO:teuthology.orchestra.run.smithi110.stdout:(1/19): conmon-2.0.26-3.module+el8.7.0+16533+44 115 kB/s | 51 kB 00:00 2024-01-27T23:19:43.292 INFO:teuthology.orchestra.run.smithi116.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 1.4 MB/s | 511 kB 00:00 2024-01-27T23:19:43.297 INFO:teuthology.orchestra.run.smithi110.stdout:(2/19): criu-3.15-1.module+el8.7.0+16533+44634e 1.1 MB/s | 511 kB 00:00 2024-01-27T23:19:43.325 INFO:teuthology.orchestra.run.smithi116.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 1.1 MB/s | 72 kB 00:00 2024-01-27T23:19:43.355 INFO:teuthology.orchestra.run.smithi110.stdout:(3/19): fuse-overlayfs-1.4.0-2.module+el8.7.0+1 862 kB/s | 72 kB 00:00 2024-01-27T23:19:43.380 INFO:teuthology.orchestra.run.smithi110.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 828 kB/s | 69 kB 00:00 2024-01-27T23:19:43.392 INFO:teuthology.orchestra.run.smithi116.stdout:(4/19): libslirp-4.3.1-1.module+el8.7.0+16533+4 689 kB/s | 69 kB 00:00 2024-01-27T23:19:43.589 INFO:teuthology.orchestra.run.smithi110.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 24 MB/s | 19 MB 00:00 2024-01-27T23:19:43.614 INFO:teuthology.orchestra.run.smithi110.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 245 kB/s | 57 kB 00:00 2024-01-27T23:19:43.693 INFO:teuthology.orchestra.run.smithi116.stdout:(5/19): containernetworking-plugins-0.9.1-1.mod 24 MB/s | 19 MB 00:00 2024-01-27T23:19:43.706 INFO:teuthology.orchestra.run.smithi110.stdout:(7/19): container-selinux-2.189.0-1.module+el8. 599 kB/s | 55 kB 00:00 2024-01-27T23:19:43.718 INFO:teuthology.orchestra.run.smithi116.stdout:(6/19): podman-docker-3.0.1-15.module+el8.7.0+1 176 kB/s | 57 kB 00:00 2024-01-27T23:19:43.773 INFO:teuthology.orchestra.run.smithi110.stdout:(8/19): runc-1.0.0-73.rc95.module+el8.7.0+16533 16 MB/s | 2.9 MB 00:00 2024-01-27T23:19:43.790 INFO:teuthology.orchestra.run.smithi110.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 1.1 MB/s | 91 kB 00:00 2024-01-27T23:19:43.863 INFO:teuthology.orchestra.run.smithi116.stdout:(7/19): podman-3.0.1-15.module+el8.7.0+18021+1e 20 MB/s | 11 MB 00:00 2024-01-27T23:19:43.893 INFO:teuthology.orchestra.run.smithi116.stdout:(8/19): container-selinux-2.189.0-1.module+el8. 313 kB/s | 55 kB 00:00 2024-01-27T23:19:43.907 INFO:teuthology.orchestra.run.smithi110.stdout:(10/19): podman-3.0.1-15.module+el8.7.0+18021+1 19 MB/s | 11 MB 00:00 2024-01-27T23:19:43.919 INFO:teuthology.orchestra.run.smithi116.stdout:(9/19): containers-common-1.2.4-2.module+el8.7. 1.6 MB/s | 91 kB 00:00 2024-01-27T23:19:43.933 INFO:teuthology.orchestra.run.smithi110.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 360 kB/s | 51 kB 00:00 2024-01-27T23:19:43.950 INFO:teuthology.orchestra.run.smithi110.stdout:(12/19): podman-catatonit-3.0.1-15.module+el8.7 1.8 MB/s | 323 kB 00:00 2024-01-27T23:19:43.952 INFO:teuthology.orchestra.run.smithi116.stdout:(10/19): podman-catatonit-3.0.1-15.module+el8.7 5.4 MB/s | 323 kB 00:00 2024-01-27T23:19:43.978 INFO:teuthology.orchestra.run.smithi116.stdout:(11/19): slirp4netns-1.1.8-1.module+el8.7.0+165 875 kB/s | 51 kB 00:00 2024-01-27T23:19:43.992 INFO:teuthology.orchestra.run.smithi110.stdout:(13/19): cockpit-podman-29-2.module+el8.7.0+165 13 MB/s | 1.1 MB 00:00 2024-01-27T23:19:44.036 INFO:teuthology.orchestra.run.smithi116.stdout:(12/19): runc-1.0.0-73.rc95.module+el8.7.0+1653 8.4 MB/s | 2.9 MB 00:00 2024-01-27T23:19:44.050 INFO:teuthology.orchestra.run.smithi110.stdout:(14/19): crun-0.18-3.module+el8.7.0+16533+44634 1.5 MB/s | 185 kB 00:00 2024-01-27T23:19:44.061 INFO:teuthology.orchestra.run.smithi116.stdout:(13/19): crun-0.18-3.module+el8.7.0+16533+44634 2.2 MB/s | 185 kB 00:00 2024-01-27T23:19:44.104 INFO:teuthology.orchestra.run.smithi116.stdout:(14/19): cockpit-podman-29-2.module+el8.7.0+165 7.1 MB/s | 1.1 MB 00:00 2024-01-27T23:19:44.117 INFO:teuthology.orchestra.run.smithi110.stdout:(15/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 18 MB/s | 2.2 MB 00:00 2024-01-27T23:19:44.143 INFO:teuthology.orchestra.run.smithi110.stdout:(16/19): udica-0.2.4-1.module+el8.7.0+16533+446 549 kB/s | 51 kB 00:00 2024-01-27T23:19:44.145 INFO:teuthology.orchestra.run.smithi116.stdout:(15/19): udica-0.2.4-1.module+el8.7.0+16533+446 1.2 MB/s | 51 kB 00:00 2024-01-27T23:19:44.187 INFO:teuthology.orchestra.run.smithi116.stdout:(16/19): toolbox-0.0.99.3-1.module+el8.7.0+1653 18 MB/s | 2.2 MB 00:00 2024-01-27T23:19:44.209 INFO:teuthology.orchestra.run.smithi110.stdout:(17/19): yajl-2.1.0-12.el8.x86_64.rpm 616 kB/s | 41 kB 00:00 2024-01-27T23:19:44.229 INFO:teuthology.orchestra.run.smithi116.stdout:(17/19): yajl-2.1.0-12.el8.x86_64.rpm 981 kB/s | 41 kB 00:00 2024-01-27T23:19:44.293 INFO:teuthology.orchestra.run.smithi110.stdout:(18/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 18 MB/s | 6.2 MB 00:00 2024-01-27T23:19:44.346 INFO:teuthology.orchestra.run.smithi116.stdout:(18/19): skopeo-1.2.4-2.module+el8.7.0+16533+44 20 MB/s | 6.2 MB 00:00 2024-01-27T23:19:44.410 INFO:teuthology.orchestra.run.smithi110.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 23 MB/s | 6.6 MB 00:00 2024-01-27T23:19:44.411 INFO:teuthology.orchestra.run.smithi110.stdout:-------------------------------------------------------------------------------- 2024-01-27T23:19:44.411 INFO:teuthology.orchestra.run.smithi110.stdout:Total 31 MB/s | 50 MB 00:01 2024-01-27T23:19:44.455 INFO:teuthology.orchestra.run.smithi116.stdout:(19/19): buildah-1.19.9-6.module+el8.7.0+16533+ 21 MB/s | 6.6 MB 00:00 2024-01-27T23:19:44.455 INFO:teuthology.orchestra.run.smithi116.stdout:-------------------------------------------------------------------------------- 2024-01-27T23:19:44.455 INFO:teuthology.orchestra.run.smithi116.stdout:Total 33 MB/s | 50 MB 00:01 2024-01-27T23:19:44.896 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction check 2024-01-27T23:19:44.941 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction check 2024-01-27T23:19:44.941 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction check succeeded. 2024-01-27T23:19:44.941 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction test 2024-01-27T23:19:44.984 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction check succeeded. 2024-01-27T23:19:44.985 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction test 2024-01-27T23:19:45.367 INFO:teuthology.orchestra.run.smithi110.stdout:Transaction test succeeded. 2024-01-27T23:19:45.375 INFO:teuthology.orchestra.run.smithi110.stdout:Running transaction 2024-01-27T23:19:45.415 INFO:teuthology.orchestra.run.smithi116.stdout:Transaction test succeeded. 2024-01-27T23:19:45.423 INFO:teuthology.orchestra.run.smithi116.stdout:Running transaction 2024-01-27T23:19:46.651 INFO:teuthology.orchestra.run.smithi110.stdout: Preparing : 1/1 2024-01-27T23:19:46.662 INFO:teuthology.orchestra.run.smithi116.stdout: Preparing : 1/1 2024-01-27T23:19:46.667 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-27T23:19:46.679 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533+4 1/1 2024-01-27T23:19:46.684 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-27T23:19:46.696 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-27T23:19:46.866 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-27T23:19:46.878 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-27T23:20:03.623 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-27T23:20:03.631 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 1/31 2024-01-27T23:20:03.785 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-27T23:20:03.803 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-27T23:20:03.821 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-27T23:20:03.840 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 2/31 2024-01-27T23:20:04.000 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-27T23:20:04.037 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : yajl-2.1.0-12.el8.x86_64 3/31 2024-01-27T23:20:04.182 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-27T23:20:04.270 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 4/31 2024-01-27T23:20:04.392 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-27T23:20:04.393 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-27T23:20:04.393 INFO:teuthology.orchestra.run.smithi110.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-27T23:20:04.393 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:20:04.405 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 5/31 2024-01-27T23:20:04.405 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 6/31 2024-01-27T23:20:04.405 INFO:teuthology.orchestra.run.smithi116.stdout:warning: /etc/containers/registries.conf created as /etc/containers/registries.conf.rpmnew 2024-01-27T23:20:04.406 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:20:05.211 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-27T23:20:05.215 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 7/31 2024-01-27T23:20:06.913 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-27T23:20:06.950 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 8/31 2024-01-27T23:20:07.136 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-27T23:20:07.190 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : containernetworking-plugins-0.9.1-1.module+el8.7.0 9/31 2024-01-27T23:20:07.363 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-27T23:20:07.434 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 10/31 2024-01-27T23:20:08.687 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-27T23:20:08.779 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 11/31 2024-01-27T23:20:08.989 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-27T23:20:09.079 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 12/31 2024-01-27T23:20:09.263 INFO:teuthology.orchestra.run.smithi116.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-27T23:20:09.358 INFO:teuthology.orchestra.run.smithi110.stdout: Downgrading : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-27T23:20:09.636 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-27T23:20:09.757 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 14/31 2024-01-27T23:20:10.369 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-27T23:20:10.497 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 15/31 2024-01-27T23:20:11.079 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-27T23:20:11.170 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 16/31 2024-01-27T23:20:11.286 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-27T23:20:11.390 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 17/31 2024-01-27T23:20:11.504 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-27T23:20:11.616 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 18/31 2024-01-27T23:20:11.695 INFO:teuthology.orchestra.run.smithi116.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-27T23:20:11.815 INFO:teuthology.orchestra.run.smithi110.stdout: Installing : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 19/31 2024-01-27T23:20:11.888 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-27T23:20:11.905 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-27T23:20:11.906 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-27T23:20:11.985 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 20/31 2024-01-27T23:20:11.997 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-27T23:20:11.998 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-27T23:20:12.235 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-27T23:20:12.345 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 21/31 2024-01-27T23:20:12.450 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-27T23:20:12.450 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-27T23:20:12.535 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : containers-common-2:1-70.module+el8.9.0+20326+3870 22/31 2024-01-27T23:20:12.535 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-27T23:20:12.639 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-27T23:20:12.640 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-27T23:20:12.761 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.221.0-1.module+el8.9.0+20326 23/31 2024-01-27T23:20:12.761 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-27T23:20:12.839 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-27T23:20:12.918 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 24/31 2024-01-27T23:20:12.997 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-27T23:20:13.093 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 25/31 2024-01-27T23:20:13.171 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-27T23:20:13.301 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 26/31 2024-01-27T23:20:13.392 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-27T23:20:13.460 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 27/31 2024-01-27T23:20:13.563 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-27T23:20:13.626 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 28/31 2024-01-27T23:20:13.763 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-27T23:20:13.792 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 29/31 2024-01-27T23:20:13.932 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-27T23:20:13.933 INFO:teuthology.orchestra.run.smithi116.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-27T23:20:13.987 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 30/31 2024-01-27T23:20:13.987 INFO:teuthology.orchestra.run.smithi110.stdout: Cleanup : containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-27T23:20:14.154 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-27T23:20:14.209 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-27T23:20:31.622 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-27T23:20:31.742 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: container-selinux-2:2.189.0-1.module+el8.7.0+16533 31/31 2024-01-27T23:20:32.041 INFO:teuthology.orchestra.run.smithi116.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-27T23:20:32.042 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-27T23:20:32.043 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-27T23:20:32.044 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-27T23:20:32.044 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-27T23:20:32.044 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-27T23:20:32.044 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-27T23:20:32.195 INFO:teuthology.orchestra.run.smithi110.stdout: Running scriptlet: containernetworking-plugins-1:1.3.0-4.module+el8.9 31/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x8 1/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : conmon-3:2.1.8-1.module+el8.9.0+20326+387084d0.x86 2/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containernetworking-plugins-0.9.1-1.module+el8.7.0 3/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containernetworking-plugins-1:1.3.0-4.module+el8.9 4/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 5/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : criu-3.18-4.module+el8.9.0+20326+387084d0.x86_64 6/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e 7/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : fuse-overlayfs-1.12-1.module+el8.9.0+20326+387084d 8/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86 9/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : libslirp-4.4.0-1.module+el8.9.0+20326+387084d0.x86 10/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_ 11/31 2024-01-27T23:20:32.196 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-3:4.6.1-4.module+el8.9.0+20326+387084d0.x86 12/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-docker-3.0.1-15.module+el8.7.0+18021+1e286c 13/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-docker-3:4.6.1-4.module+el8.9.0+20326+38708 14/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x 15/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : runc-1:1.1.9-1.module+el8.9.0+20326+387084d0.x86_6 16/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : container-selinux-2:2.189.0-1.module+el8.7.0+16533 17/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : container-selinux-2:2.221.0-1.module+el8.9.0+20326 18/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containers-common-1:1.2.4-2.module+el8.7.0+16533+4 19/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : containers-common-2:1-70.module+el8.9.0+20326+3870 20/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e2 21/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : podman-catatonit-3:4.6.1-4.module+el8.9.0+20326+38 22/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24. 23/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : slirp4netns-1.2.1-1.module+el8.9.0+20326+387084d0. 24/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : cockpit-podman-29-2.module+el8.7.0+16533+44634e24. 25/31 2024-01-27T23:20:32.197 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 26/31 2024-01-27T23:20:32.198 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86 27/31 2024-01-27T23:20:32.198 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x 28/31 2024-01-27T23:20:32.198 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 29/31 2024-01-27T23:20:32.198 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86 30/31 2024-01-27T23:20:37.254 INFO:teuthology.orchestra.run.smithi116.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-27T23:20:37.255 INFO:teuthology.orchestra.run.smithi116.stdout:Installed products updated. 2024-01-27T23:20:37.379 INFO:teuthology.orchestra.run.smithi110.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 31/31 2024-01-27T23:20:37.379 INFO:teuthology.orchestra.run.smithi110.stdout:Installed products updated. 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout:Downgraded: 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-27T23:20:37.791 INFO:teuthology.orchestra.run.smithi116.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout:Installed: 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:20:37.792 INFO:teuthology.orchestra.run.smithi116.stdout:Complete! 2024-01-27T23:20:37.928 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:20:37.928 INFO:teuthology.orchestra.run.smithi110.stdout:Downgraded: 2024-01-27T23:20:37.928 INFO:teuthology.orchestra.run.smithi110.stdout: conmon-2:2.0.26-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.928 INFO:teuthology.orchestra.run.smithi110.stdout: container-selinux-2:2.189.0-1.module+el8.7.0+16533+44634e24.noarch 2024-01-27T23:20:37.928 INFO:teuthology.orchestra.run.smithi110.stdout: containernetworking-plugins-0.9.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: containers-common-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: criu-3.15-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: fuse-overlayfs-1.4.0-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: libslirp-4.3.1-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: podman-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: podman-catatonit-3.0.1-15.module+el8.7.0+18021+1e286cc8.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: podman-docker-3.0.1-15.module+el8.7.0+18021+1e286cc8.noarch 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: runc-1.0.0-73.rc95.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.929 INFO:teuthology.orchestra.run.smithi110.stdout: slirp4netns-1.1.8-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout:Installed: 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: buildah-1.19.9-6.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: cockpit-podman-29-2.module+el8.7.0+16533+44634e24.noarch 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: crun-0.18-3.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: skopeo-1:1.2.4-2.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: toolbox-0.0.99.3-1.module+el8.7.0+16533+44634e24.x86_64 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: udica-0.2.4-1.module+el8.7.0+16533+44634e24.noarch 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-27T23:20:37.930 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:20:37.931 INFO:teuthology.orchestra.run.smithi110.stdout:Complete! 2024-01-27T23:20:37.997 DEBUG:teuthology.parallel:result is None 2024-01-27T23:20:38.110 DEBUG:teuthology.parallel:result is None 2024-01-27T23:20:38.110 INFO:teuthology.run_tasks:Running task nvme_loop... 2024-01-27T23:20:38.126 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2024-01-27T23:20:38.127 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:20:38.127 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:20:38.144 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-27T23:20:38.144 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_1 2024-01-27T23:20:38.200 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 173770 Links: 1 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:20:31.898245629 +0000 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:18:45.194433892 +0000 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:18:45.194433892 +0000 2024-01-27T23:20:38.201 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:20:38.201 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-27T23:20:38.266 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:20:38.266 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:20:38.266 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.6724e-05 s, 5.9 MB/s 2024-01-27T23:20:38.267 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-27T23:20:38.325 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_2 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 173832 Links: 1 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:20:31.898245629 +0000 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:18:45.540428146 +0000 2024-01-27T23:20:38.382 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:18:45.540428146 +0000 2024-01-27T23:20:38.383 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:20:38.383 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-27T23:20:38.447 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:20:38.447 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:20:38.448 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 8.0212e-05 s, 6.4 MB/s 2024-01-27T23:20:38.449 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-27T23:20:38.506 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_3 2024-01-27T23:20:38.564 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-27T23:20:38.564 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:38.564 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 172799 Links: 1 2024-01-27T23:20:38.564 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:38.564 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:38.564 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:20:31.898245629 +0000 2024-01-27T23:20:38.565 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:18:45.876422566 +0000 2024-01-27T23:20:38.565 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:18:45.876422566 +0000 2024-01-27T23:20:38.565 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:20:38.565 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-27T23:20:38.629 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:20:38.629 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:20:38.629 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000114786 s, 4.5 MB/s 2024-01-27T23:20:38.630 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-27T23:20:38.688 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/vg_nvme/lv_4 2024-01-27T23:20:38.745 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 176774 Links: 1 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:20:31.898245629 +0000 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:18:46.210417020 +0000 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:18:46.210417020 +0000 2024-01-27T23:20:38.746 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:20:38.746 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-27T23:20:38.811 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:20:38.812 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:20:38.812 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000117325 s, 4.4 MB/s 2024-01-27T23:20:38.813 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-27T23:20:38.871 DEBUG:teuthology.orchestra.run.smithi110:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-27T23:20:39.012 INFO:teuthology.orchestra.run.smithi110.stdout:loop 2024-01-27T23:20:39.015 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2024-01-27T23:20:39.015 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-27T23:20:39.050 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-01-27T23:20:39.085 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_11 2024-01-27T23:20:39.126 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2024-01-27T23:20:39.126 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-27T23:20:39.201 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-01-27T23:20:39.236 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_21 2024-01-27T23:20:39.275 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2024-01-27T23:20:39.275 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-27T23:20:39.352 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-01-27T23:20:39.387 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_31 2024-01-27T23:20:39.426 INFO:tasks.nvme_loop:Connecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2024-01-27T23:20:39.426 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-27T23:20:39.501 INFO:teuthology.orchestra.run.smithi110.stdout:1 2024-01-27T23:20:39.537 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/vg_nvme/lv_41 2024-01-27T23:20:39.575 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:20:39.576 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:20:39.633 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme list 2024-01-27T23:20:39.698 INFO:teuthology.orchestra.run.smithi110.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-27T23:20:39.699 INFO:teuthology.orchestra.run.smithi110.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-27T23:20:39.699 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme0n1 PHMB7476002T480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2024-01-27T23:20:39.699 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme1n1 33a3c5f4a6856609fc4a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:39.699 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme2n1 c381bae6fd54d5d2fafa Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:39.699 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme3n1 abc3c95d377f2a40b636 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:39.699 INFO:teuthology.orchestra.run.smithi110.stdout:/dev/nvme4n1 c82015412d3805be4447 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:39.700 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:20:39.700 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:20:39.700 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2024-01-27T23:20:39.766 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:20:39.766 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:20:39.787 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-27T23:20:39.787 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_1 2024-01-27T23:20:39.847 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-27T23:20:39.847 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:39.847 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 176510 Links: 1 2024-01-27T23:20:39.847 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:39.848 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:39.848 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:20:31.763382542 +0000 2024-01-27T23:20:39.848 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:18:55.555387060 +0000 2024-01-27T23:20:39.848 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:18:55.555387060 +0000 2024-01-27T23:20:39.848 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:20:39.848 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-27T23:20:39.916 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:20:39.916 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:20:39.916 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000219041 s, 2.3 MB/s 2024-01-27T23:20:39.917 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-27T23:20:39.976 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_2 2024-01-27T23:20:40.035 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 175029 Links: 1 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:20:31.763382542 +0000 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:18:55.888381474 +0000 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:18:55.888381474 +0000 2024-01-27T23:20:40.036 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:20:40.036 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-27T23:20:40.103 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:20:40.103 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:20:40.103 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000222746 s, 2.3 MB/s 2024-01-27T23:20:40.104 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-27T23:20:40.162 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_3 2024-01-27T23:20:40.219 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 175410 Links: 1 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:20:31.764382526 +0000 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:18:56.262375202 +0000 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:18:56.262375202 +0000 2024-01-27T23:20:40.220 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:20:40.220 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-27T23:20:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:20:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:20:40.286 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000195862 s, 2.6 MB/s 2024-01-27T23:20:40.287 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-27T23:20:40.345 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/vg_nvme/lv_4 2024-01-27T23:20:40.402 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-27T23:20:40.402 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-27T23:20:40.402 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 179261 Links: 1 2024-01-27T23:20:40.402 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-27T23:20:40.402 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:device_t:s0 2024-01-27T23:20:40.403 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:20:31.764382526 +0000 2024-01-27T23:20:40.403 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:18:56.635368946 +0000 2024-01-27T23:20:40.403 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:18:56.635368946 +0000 2024-01-27T23:20:40.403 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:20:40.403 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-27T23:20:40.467 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:20:40.467 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:20:40.468 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000215371 s, 2.4 MB/s 2024-01-27T23:20:40.469 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-27T23:20:40.527 DEBUG:teuthology.orchestra.run.smithi116:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2024-01-27T23:20:40.637 INFO:teuthology.orchestra.run.smithi116.stdout:loop 2024-01-27T23:20:40.638 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2024-01-27T23:20:40.638 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2024-01-27T23:20:40.674 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-27T23:20:40.709 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_11 2024-01-27T23:20:40.749 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2024-01-27T23:20:40.750 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2024-01-27T23:20:40.827 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-27T23:20:40.863 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_21 2024-01-27T23:20:40.902 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2024-01-27T23:20:40.902 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2024-01-27T23:20:40.977 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-27T23:20:41.013 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_31 2024-01-27T23:20:41.051 INFO:tasks.nvme_loop:Connecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2024-01-27T23:20:41.052 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2024-01-27T23:20:41.128 INFO:teuthology.orchestra.run.smithi116.stdout:1 2024-01-27T23:20:41.163 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/vg_nvme/lv_41 2024-01-27T23:20:41.201 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:20:41.202 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:20:41.259 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme list 2024-01-27T23:20:41.324 INFO:teuthology.orchestra.run.smithi116.stdout:Node SN Model Namespace Usage Format FW Rev 2024-01-27T23:20:41.325 INFO:teuthology.orchestra.run.smithi116.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2024-01-27T23:20:41.325 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme0n1 PHFT620400VJ400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2024-01-27T23:20:41.325 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme1n1 064fe11072e2da3ab639 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:41.325 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme2n1 6cdc1e70916cf4623a3e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:41.325 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme3n1 2049932b5e4984d66aa8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:41.325 INFO:teuthology.orchestra.run.smithi116.stdout:/dev/nvme4n1 8e6ea4412e6b6553d3d8 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 4.18.0-5 2024-01-27T23:20:41.326 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:20:41.326 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:20:41.326 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2024-01-27T23:20:41.392 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-27T23:20:41.464 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': 'a72a5dace2353a54147d37bd2699a2a482507966'} 2024-01-27T23:20:41.464 INFO:tasks.cephadm:Cluster image is quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 2024-01-27T23:20:41.465 INFO:tasks.cephadm:Cluster fsid is b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:20:41.465 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-27T23:20:41.465 INFO:tasks.cephadm:No mon roles; fabricating mons 2024-01-27T23:20:41.465 INFO:tasks.cephadm:Monitor IPs: {'mon.smithi110': '172.21.15.110', 'mon.smithi116': '172.21.15.116'} 2024-01-27T23:20:41.465 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-27T23:20:41.466 DEBUG:teuthology.orchestra.run.smithi110:> sudo hostname $(hostname -s) 2024-01-27T23:20:41.499 DEBUG:teuthology.orchestra.run.smithi116:> sudo hostname $(hostname -s) 2024-01-27T23:20:41.526 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph-ci.git ref a72a5dace2353a54147d37bd2699a2a482507966)... 2024-01-27T23:20:41.527 DEBUG:teuthology.orchestra.run.smithi110:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a72a5dace2353a54147d37bd2699a2a482507966/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-27T23:20:41.687 INFO:teuthology.orchestra.run.smithi110.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 27 23:20 /home/ubuntu/cephtest/cephadm 2024-01-27T23:20:41.688 DEBUG:teuthology.orchestra.run.smithi116:> curl --silent https://raw.githubusercontent.com/ceph/ceph-ci/a72a5dace2353a54147d37bd2699a2a482507966/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-27T23:20:41.860 INFO:teuthology.orchestra.run.smithi116.stdout:-rw-rw-r--. 1 ubuntu ubuntu 355729 Jan 27 23:20 /home/ubuntu/cephtest/cephadm 2024-01-27T23:20:41.860 DEBUG:teuthology.orchestra.run.smithi110:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-27T23:20:41.881 DEBUG:teuthology.orchestra.run.smithi116:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-27T23:20:41.908 DEBUG:teuthology.orchestra.run.smithi110:> sudo mkdir -p /etc/ceph 2024-01-27T23:20:41.952 DEBUG:teuthology.orchestra.run.smithi116:> sudo mkdir -p /etc/ceph 2024-01-27T23:20:41.978 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 777 /etc/ceph 2024-01-27T23:20:42.020 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 777 /etc/ceph 2024-01-27T23:20:42.046 INFO:tasks.cephadm:Writing seed config... 2024-01-27T23:20:42.047 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-27T23:20:42.047 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-27T23:20:42.047 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-27T23:20:42.047 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-27T23:20:42.047 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-27T23:20:42.048 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-27T23:20:42.048 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-27T23:20:42.048 INFO:tasks.cephadm: override: [osd] osd shutdown pgref assert = True 2024-01-27T23:20:42.048 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:20:42.048 DEBUG:teuthology.orchestra.run.smithi110:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-27T23:20:42.079 DEBUG:tasks.cephadm:Final config: [global] # make logging friendly to teuthology log_to_file = true log_to_stderr = false mon cluster log file level = debug mon clock drift allowed = 1.000 # replicate across OSDs, not hosts osd crush chooseleaf type = 0 #osd pool default size = 2 osd pool default erasure code profile = plugin=jerasure technique=reed_sol_van k=2 m=1 ruleset-failure-domain=osd crush-failure-domain=osd # enable some debugging auth debug = true ms die on old message = true ms die on bug = true debug asserts on shutdown = true # adjust warnings mon max pg per osd = 10000# >= luminous mon pg warn max object skew = 0 mon osd allow primary affinity = true mon osd allow pg remap = true mon warn on legacy crush tunables = false mon warn on crush straw calc version zero = false mon warn on no sortbitwise = false mon warn on osd down out interval zero = false mon warn on too few osds = false mon_warn_on_pool_pg_num_not_power_of_two = false # disable pg_autoscaler by default for new pools osd_pool_default_pg_autoscale_mode = off # tests delete pools mon allow pool delete = true fsid = b027ead4-bd6a-11ee-95b2-87774f69a715 [osd] osd scrub load threshold = 5.0 osd scrub max interval = 600 osd recover clone overlap = true osd recovery max chunk = 1048576 osd deep scrub update digest min age = 30 osd map max advance = 10 osd memory target autotune = true # debugging osd debug shutdown = true osd debug op order = true osd debug verify stray on activate = true osd debug pg log writeout = true osd debug verify cached snaps = true osd debug verify missing on start = true osd debug misdirected ops = true osd op queue = debug_random osd op queue cut off = debug_random osd shutdown pgref assert = True bdev debug aio = true osd sloppy crc = true debug ms = 1 debug osd = 20 [mgr] mon reweight min pgs per osd = 4 mon reweight min bytes per osd = 10 mgr/telemetry/nag = false debug mgr = 20 debug ms = 1 [mon] mon data avail warn = 5 mon mgr mkfs grace = 240 mon reweight min pgs per osd = 4 mon osd reporter subtree level = osd mon osd prime pg temp = true mon reweight min bytes per osd = 10 # rotate auth tickets quickly to exercise renewal paths auth mon ticket ttl = 660# 11m auth service ticket ttl = 240# 4m # don't complain about global id reclaim mon_warn_on_insecure_global_id_reclaim = false mon_warn_on_insecure_global_id_reclaim_allowed = false debug mon = 20 debug ms = 1 debug paxos = 20 [client.rgw] rgw cache enabled = true rgw enable ops log = true rgw enable usage log = true 2024-01-27T23:20:42.079 DEBUG:teuthology.orchestra.run.smithi110:mon.smithi110> sudo journalctl -f -n 0 -u ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi110.service 2024-01-27T23:20:42.121 INFO:tasks.cephadm:Bootstrapping... 2024-01-27T23:20:42.121 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 -v bootstrap --fsid b027ead4-bd6a-11ee-95b2-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.110 --skip-admin-label && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:20:42.148 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:-- Logs begin at Sat 2024-01-27 23:09:40 UTC. -- 2024-01-27T23:20:42.418 INFO:teuthology.orchestra.run.smithi110.stderr:-------------------------------------------------------------------------------- 2024-01-27T23:20:42.418 INFO:teuthology.orchestra.run.smithi110.stderr:cephadm ['--image', 'quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966', '-v', 'bootstrap', '--fsid', 'b027ead4-bd6a-11ee-95b2-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.110', '--skip-admin-label'] 2024-01-27T23:20:43.769 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 3.0.1 2024-01-27T23:20:43.785 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying podman|docker is present... 2024-01-27T23:20:43.832 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 3.0.1 2024-01-27T23:20:43.845 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying lvm2 is present... 2024-01-27T23:20:43.846 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying time synchronization is in place... 2024-01-27T23:20:43.853 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-27T23:20:43.859 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-01-27T23:20:43.866 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: enabled 2024-01-27T23:20:43.872 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: active 2024-01-27T23:20:43.872 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2024-01-27T23:20:43.872 INFO:teuthology.orchestra.run.smithi110.stderr:Repeating the final host check... 2024-01-27T23:20:43.913 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 3.0.1 2024-01-27T23:20:43.924 INFO:teuthology.orchestra.run.smithi110.stderr:podman (/bin/podman) version 3.0.1 is present 2024-01-27T23:20:43.924 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl is present 2024-01-27T23:20:43.924 INFO:teuthology.orchestra.run.smithi110.stderr:lvcreate is present 2024-01-27T23:20:43.929 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to get unit file state for chrony.service: No such file or directory 2024-01-27T23:20:43.935 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-01-27T23:20:43.941 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: enabled 2024-01-27T23:20:43.946 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: active 2024-01-27T23:20:43.947 INFO:teuthology.orchestra.run.smithi110.stderr:Unit chronyd.service is enabled and running 2024-01-27T23:20:43.947 INFO:teuthology.orchestra.run.smithi110.stderr:Host looks OK 2024-01-27T23:20:43.947 INFO:teuthology.orchestra.run.smithi110.stderr:Cluster fsid: b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:20:43.948 INFO:teuthology.orchestra.run.smithi110.stderr:Acquiring lock 139954607820928 on /run/cephadm/b027ead4-bd6a-11ee-95b2-87774f69a715.lock 2024-01-27T23:20:43.948 INFO:teuthology.orchestra.run.smithi110.stderr:Lock 139954607820928 acquired on /run/cephadm/b027ead4-bd6a-11ee-95b2-87774f69a715.lock 2024-01-27T23:20:43.948 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 3300 ... 2024-01-27T23:20:43.948 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying IP 172.21.15.110 port 6789 ... 2024-01-27T23:20:43.948 INFO:teuthology.orchestra.run.smithi110.stderr:Base mon IP(s) is [172.21.15.110:3300, 172.21.15.110:6789], mon addrv is [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-01-27T23:20:43.951 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-27T23:20:43.951 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2024-01-27T23:20:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: ::1 dev lo proto kernel metric 256 pref medium 2024-01-27T23:20:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: fe80::/64 dev enp3s0f1 proto kernel metric 1024 pref medium 2024-01-27T23:20:43.954 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: default via fe80::327c:5e00:6487:71e0 dev enp3s0f1 proto ra metric 100 pref medium 2024-01-27T23:20:43.957 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 1: lo: mtu 65536 state UNKNOWN qlen 1000 2024-01-27T23:20:43.957 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: inet6 ::1/128 scope host 2024-01-27T23:20:43.957 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-27T23:20:43.957 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: 5: enp3s0f1: mtu 1500 state UP qlen 1000 2024-01-27T23:20:43.957 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: inet6 fe80::23ca:937c:4609:5c6/64 scope link noprefixroute 2024-01-27T23:20:43.957 INFO:teuthology.orchestra.run.smithi110.stderr:/sbin/ip: valid_lft forever preferred_lft forever 2024-01-27T23:20:43.958 INFO:teuthology.orchestra.run.smithi110.stderr:Mon IP `172.21.15.110` is in CIDR network `172.21.0.0/20` 2024-01-27T23:20:43.958 INFO:teuthology.orchestra.run.smithi110.stderr:Mon IP `172.21.15.110` is in CIDR network `172.21.0.0/20` 2024-01-27T23:20:43.958 INFO:teuthology.orchestra.run.smithi110.stderr:Inferred mon public CIDR from local network configuration ['172.21.0.0/20', '172.21.0.0/20'] 2024-01-27T23:20:43.958 INFO:teuthology.orchestra.run.smithi110.stderr:Internal network (--cluster-network) has not been provided, OSD replication will default to the public_network 2024-01-27T23:20:43.959 INFO:teuthology.orchestra.run.smithi110.stderr:Pulling container image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966... 2024-01-27T23:20:44.025 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Trying to pull quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966... 2024-01-27T23:20:44.096 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Getting image source signatures 2024-01-27T23:20:44.226 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:ea3366b8a90265ae3f6d3736cb0de4b52da4ffec919b46c6cb5bc5be1372efe8 2024-01-27T23:20:44.309 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying blob sha256:272062c903b6ececbd2c0f365ed6f0b6db06d6500fad2b0ef7b80dc8bcc8e572 2024-01-27T23:20:59.424 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Copying config sha256:4f538c03cdfadf0a9735c83c0be20393fbbcd13a6afafc9dec4d55eb388f2005 2024-01-27T23:20:59.515 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Writing manifest to image destination 2024-01-27T23:20:59.516 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: Storing signatures 2024-01-27T23:21:09.410 INFO:teuthology.orchestra.run.smithi110.stderr:/bin/podman: 4f538c03cdfadf0a9735c83c0be20393fbbcd13a6afafc9dec4d55eb388f2005 2024-01-27T23:21:10.017 INFO:teuthology.orchestra.run.smithi110.stderr:ceph: ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable) 2024-01-27T23:21:21.114 INFO:teuthology.orchestra.run.smithi110.stderr:Ceph version: ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable) 2024-01-27T23:21:21.114 INFO:teuthology.orchestra.run.smithi110.stderr:Extracting ceph user uid/gid from container image... 2024-01-27T23:21:21.473 INFO:teuthology.orchestra.run.smithi110.stderr:stat: 167 167 2024-01-27T23:21:21.906 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial keys... 2024-01-27T23:21:22.296 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQDyj7VleGmRERAAtSN6GjNfrPR5cW/bzxwI5w== 2024-01-27T23:21:23.138 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQDzj7VlHIDNBxAAK+1N9kbmd8OWyZa23n5+Nw== 2024-01-27T23:21:23.888 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-authtool: AQDzj7VlIsSjNBAAjoLa5BtrguNnZoRk3TvAIw== 2024-01-27T23:21:24.334 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial monmap... 2024-01-27T23:21:24.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-27T23:21:24.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: set fsid to b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:24.688 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-27T23:21:25.169 INFO:teuthology.orchestra.run.smithi110.stderr:monmaptool for smithi110 [v2:172.21.15.110:3300,v1:172.21.15.110:6789] on /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-27T23:21:25.169 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: set fsid to b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:25.169 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-27T23:21:25.169 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:21:25.169 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mon... 2024-01-27T23:21:25.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.536+0000 7fca1883e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-27T23:21:25.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.536+0000 7fca1883e880 1 imported monmap: 2024-01-27T23:21:25.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: epoch 0 2024-01-27T23:21:25.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: fsid b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:25.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: last_changed 2024-01-27T23:21:24.682990+0000 2024-01-27T23:21:25.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: created 2024-01-27T23:21:24.682990+0000 2024-01-27T23:21:25.555 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: min_mon_release 0 (unknown) 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: election_strategy: 1 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 0: [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon.smithi110 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.536+0000 7fca1883e880 0 /usr/bin/ceph-mon: set fsid to b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: RocksDB version: 6.8.1 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Compile date Jan 25 2024 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: DB SUMMARY 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 0, files: 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.556 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.error_if_exists: 0 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.create_if_missing: 1 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.paranoid_checks: 1 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.env: 0x55c41cdd5080 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.fs: Posix File System 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.info_log: 0x55c41f38b380 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.statistics: (nil) 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.use_fsync: 0 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_log_file_size: 0 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T23:21:25.557 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.allow_fallocate: 1 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.use_direct_reads: 0 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.db_log_dir: 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi110/store.db 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_subcompactions: 1 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_background_flushes: -1 2024-01-27T23:21:25.558 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.write_buffer_manager: 0x55c41f391980 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-27T23:21:25.559 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.unordered_write: 0 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.row_cache: None 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.wal_filter: None 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.preserve_deletes: 0 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.two_write_queues: 0 2024-01-27T23:21:25.560 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.atomic_flush: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.log_readahead_size: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_background_jobs: 2 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_background_compactions: -1 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T23:21:25.561 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.max_open_files: -1 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Compression algorithms supported: 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kZSTD supported: 0 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kXpressCompression supported: 0 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kLZ4Compression supported: 1 2024-01-27T23:21:25.562 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kBZip2Compression supported: 0 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kZlibCompression supported: 1 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: kSnappyCompression supported: 1 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.537+0000 7fca1883e880 4 rocksdb: [db_impl/db_impl_open.cc:273] Creating manifest 1 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000001 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.merge_operator: 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_filter: None 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-27T23:21:25.563 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55c41f29bd30) 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks: 1 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: pin_top_level_index_and_filter: 1 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: index_type: 0 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: data_block_index_type: 0 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: index_shortening: 1 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: data_block_hash_table_util_ratio: 0.750000 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: hash_index_allow_collision: 1 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: checksum: 1 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: no_block_cache: 0 2024-01-27T23:21:25.564 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache: 0x55c41f2d4d10 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache_name: BinnedLRUCache 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache_options: 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: capacity : 536870912 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: num_shard_bits : 4 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: strict_capacity_limit : 0 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: high_pri_pool_ratio: 0.000 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_cache_compressed: (nil) 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: persistent_cache: (nil) 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_size: 4096 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_size_deviation: 10 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_restart_interval: 16 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: index_block_restart_interval: 1 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: metadata_block_size: 4096 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: partition_filters: 0 2024-01-27T23:21:25.565 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: use_delta_encoding: 1 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: whole_key_filtering: 1 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: verify_compression: 0 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: read_amp_bytes_per_bit: 0 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: format_version: 2 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: enable_index_compression: 1 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: block_align: 0 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compression: NoCompression 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-27T23:21:25.566 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.num_levels: 7 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-27T23:21:25.567 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T23:21:25.568 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T23:21:25.569 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.table_properties_collectors: 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.inplace_update_support: 0 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.bloom_locality: 0 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.max_successive_merges: 0 2024-01-27T23:21:25.570 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.ttl: 2592000 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.538+0000 7fca1883e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.539+0000 7fca1883e880 4 rocksdb: DB pointer 0x55c41f39f800 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.539+0000 7fca016b1700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.539+0000 7fca016b1700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** DB Stats ** 2024-01-27T23:21:25.571 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:21:25.572 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:21:25.573 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** Compaction Stats [default] ** 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:21:25.574 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.540+0000 7fca1883e880 4 rocksdb: [db_impl/db_impl.cc:397] Shutdown: canceling all background work 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.540+0000 7fca1883e880 4 rocksdb: [db_impl/db_impl.cc:573] Shutdown complete 2024-01-27T23:21:25.575 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph-mon: debug 2024-01-27T23:21:25.540+0000 7fca1883e880 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-smithi110 for mon.smithi110 2024-01-27T23:21:25.998 INFO:teuthology.orchestra.run.smithi110.stderr:create mon.smithi110 on 2024-01-27T23:21:26.107 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-27T23:21:26.207 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/multi-user.target.wants/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715.target → /etc/systemd/system/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715.target. 2024-01-27T23:21:26.207 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph.target.wants/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715.target → /etc/systemd/system/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715.target. 2024-01-27T23:21:26.414 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to reset failed state of unit ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi110.service: Unit ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi110.service not loaded. 2024-01-27T23:21:26.420 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715.target.wants/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi110.service → /etc/systemd/system/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@.service. 2024-01-27T23:21:26.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:26 smithi110 systemd[1]: Starting Ceph mon.smithi110 for b027ead4-bd6a-11ee-95b2-87774f69a715... 2024-01-27T23:21:27.029 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-01-27T23:21:27.036 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-01-27T23:21:27.037 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-01-27T23:21:27.037 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2024-01-27T23:21:27.038 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon to start... 2024-01-27T23:21:27.038 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mon... 2024-01-27T23:21:27.213 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:27 smithi110 bash[34283]: 48e83640f2df5ddfe88eb97e2bb46f79c8582ac51a69ebcaefc21932f1688e25 2024-01-27T23:21:27.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:27 smithi110 systemd[1]: Started Ceph mon.smithi110 for b027ead4-bd6a-11ee-95b2-87774f69a715. 2024-01-27T23:21:27.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:27 smithi110 conmon[34324]: cluster 2024-01-27T23:21:27.046939+0000 mon.smithi110 (mon.0) 0 : [INF] mkfs b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:27.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:27 smithi110 conmon[34324]: cluster 2024-01-27T23:21: 2024-01-27T23:21:27.214 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:27 smithi110 conmon[34324]: 27.043219+0000 mon.smithi110 (mon.0) 1 : cluster [INF] mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2024-01-27T23:21:27.516 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: cluster: 2024-01-27T23:21:27.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: id: b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:27.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: health: HEALTH_OK 2024-01-27T23:21:27.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:27.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: services: 2024-01-27T23:21:27.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon: 1 daemons, quorum smithi110 (age 0.481481s) 2024-01-27T23:21:27.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr: no daemons active 2024-01-27T23:21:27.518 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd: 0 osds: 0 up, 0 in 2024-01-27T23:21:27.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:27.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: data: 2024-01-27T23:21:27.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: pools: 0 pools, 0 pgs 2024-01-27T23:21:27.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: objects: 0 objects, 0 B 2024-01-27T23:21:27.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: usage: 0 B used, 0 B / 0 B avail 2024-01-27T23:21:27.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: pgs: 2024-01-27T23:21:27.519 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:28.131 INFO:teuthology.orchestra.run.smithi110.stderr:mon is available 2024-01-27T23:21:28.131 INFO:teuthology.orchestra.run.smithi110.stderr:Assimilating anything we can from ceph.conf... 2024-01-27T23:21:28.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:28 smithi110 conmon[34324]: cluster 2024-01-27T23:21:27.046162+0000 mon.smithi110 (mon.0) 2 : cluster [INF] mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2024-01-27T23:21:28.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:28 smithi110 conmon[34324]: cluster 2024-01-27T23 2024-01-27T23:21:28.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:28 smithi110 conmon[34324]: :21:27.046297+0000 mon.smithi110 (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {} 2024-01-27T23:21:28.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:28 smithi110 conmon[34324]: cluster 2024-01-27T23:21:27.048132+0000 mon.smithi110 (mon.0) 4 : cluster [DBG] fsmap 2024-01-27T23:21:28.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:28 smithi110 conmon[34324]: cluster 2024-01-27T23:21:27.049887+0000 mon.smithi110 (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-27T23:21:28.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:28 smithi110 conmon[34324]: cluster 2024-01-27T23:21:27.050313+0000 mon.smithi110 (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-27T23:21:28.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:28 smithi110 conmon[34324]: audit 2024-01-27T23:21:27.527604+0000 mon.smithi110 (mon.0) 7 : audit [DBG] from='client.? 172.21.15.110:0/1736940314' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [global] 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: fsid = b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_host = [v2:172.21.15.110:3300,v1:172.21.15.110:6789] 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:28.633 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [mgr] 2024-01-27T23:21:28.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-27T23:21:28.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:28.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [osd] 2024-01-27T23:21:28.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-27T23:21:28.634 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-27T23:21:29.114 INFO:teuthology.orchestra.run.smithi110.stderr:Generating new minimal ceph.conf... 2024-01-27T23:21:29.292 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:29 smithi110 conmon[34324]: audit 2024-01-27T23:21:28.640019+0000 mon.smithi110 (mon.0) 8 : audit [INF] from='client.? 172.21.15.110:0/3465560891' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-27T23:21:29.292 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:29 smithi110 conmon[34324]: audit 2024-01-27T23:21: 2024-01-27T23:21:29.292 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:29 smithi110 conmon[34324]: 28.642622+0000 mon.smithi110 (mon.0) 9 : audit [INF] from='client.? 172.21.15.110:0/3465560891' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-27T23:21:29.989 INFO:teuthology.orchestra.run.smithi110.stderr:Restarting the monitor... 2024-01-27T23:21:30.263 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:30 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for b027ead4-bd6a-11ee-95b2-87774f69a715... 2024-01-27T23:21:30.263 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:30 smithi110 conmon[34324]: audit 2024-01-27T23:21:29.571660+0000 mon.smithi110 (mon 2024-01-27T23:21:30.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:30 smithi110 conmon[34324]: .0) 10 : audit [DBG] from='client.? 172.21.15.110:0/323988445' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:21:30.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:30 smithi110 bash[34828]: Error: no container with name or ID ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-mon.smithi110 found: no such container 2024-01-27T23:21:30.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:30 smithi110 conmon[34324]: debug 2024-01-27T23:21:30.273+0000 7f200541a700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi110 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-27T23:21:30.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:30 smithi110 conmon[34324]: debug 2024-01-27T23:21:30.273+0000 7f200541a700 -1 mon.smithi110@0(leader) e1 *** Got Signal Terminated *** 2024-01-27T23:21:31.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:30 smithi110 bash[34943]: 48e83640f2df5ddfe88eb97e2bb46f79c8582ac51a69ebcaefc21932f1688e25 2024-01-27T23:21:31.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 systemd[1]: ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi110.service: Succeeded. 2024-01-27T23:21:31.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 systemd[1]: Stopped Ceph mon.smithi110 for b027ead4-bd6a-11ee-95b2-87774f69a715. 2024-01-27T23:21:31.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 systemd[1]: Starting Ceph mon.smithi110 for b027ead4-bd6a-11ee-95b2-87774f69a715... 2024-01-27T23:21:31.678 INFO:teuthology.orchestra.run.smithi110.stderr:Setting public_network to 172.21.0.0/20 in mon config section 2024-01-27T23:21:31.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.667+0000 7fd49a211880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.667+0000 7fd49a211880 0 ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable), process ceph-mon, pid 7 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.667+0000 7fd49a211880 0 pidfile_write: ignore empty --pid-file 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 0 load: jerasure load: lrc load: isa 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: RocksDB version: 6.8.1 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Compile date Jan 25 2024 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: DB SUMMARY 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: CURRENT file: CURRENT 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 131 Bytes 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi110/store.db dir, Total Num: 1, files: 000004.sst 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi110/store.db: 000006.log size: 86537 ; 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.error_if_exists: 0 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.create_if_missing: 0 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.paranoid_checks: 1 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.env: 0x55acc2986080 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.fs: Posix File System 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.info_log: 0x55acc3d49d20 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.statistics: (nil) 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.use_fsync: 0 2024-01-27T23:21:31.919 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_log_file_size: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.allow_fallocate: 1 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.use_direct_reads: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.db_log_dir: 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi110/store.db 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T23:21:31.920 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_subcompactions: 1 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_background_flushes: -1 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.write_buffer_manager: 0x55acc4a46420 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-27T23:21:31.921 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.unordered_write: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.row_cache: None 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.wal_filter: None 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.preserve_deletes: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.two_write_queues: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-27T23:21:31.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.atomic_flush: 0 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.log_readahead_size: 0 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_background_jobs: 2 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_background_compactions: -1 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.max_open_files: -1 2024-01-27T23:21:31.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Compression algorithms supported: 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kZSTD supported: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kXpressCompression supported: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kLZ4Compression supported: 1 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kBZip2Compression supported: 0 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kZlibCompression supported: 1 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: kSnappyCompression supported: 1 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.671+0000 7fd49a211880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000005 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.924 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.merge_operator: 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_filter: None 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55acc3cf3d28) 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cache_index_and_filter_blocks: 1 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: pin_top_level_index_and_filter: 1 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: index_type: 0 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: data_block_index_type: 0 2024-01-27T23:21:31.925 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: index_shortening: 1 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: data_block_hash_table_util_ratio: 0.750000 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: hash_index_allow_collision: 1 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: checksum: 1 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: no_block_cache: 0 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_cache: 0x55acc3d2cf10 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_cache_name: BinnedLRUCache 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_cache_options: 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: capacity : 536870912 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: num_shard_bits : 4 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: strict_capacity_limit : 0 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: high_pri_pool_ratio: 0.000 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_cache_compressed: (nil) 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: persistent_cache: (nil) 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_size: 4096 2024-01-27T23:21:31.926 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_size_deviation: 10 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_restart_interval: 16 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: index_block_restart_interval: 1 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: metadata_block_size: 4096 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: partition_filters: 0 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: use_delta_encoding: 1 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: whole_key_filtering: 1 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: verify_compression: 0 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: read_amp_bytes_per_bit: 0 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: format_version: 2 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: enable_index_compression: 1 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: block_align: 0 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-27T23:21:31.927 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compression: NoCompression 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.num_levels: 7 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T23:21:31.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_ 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: for_level_multiplier: 10.000000 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T23:21:31.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T23:21:31.930 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.table_properties_collectors: 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.inplace_update_support: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.bloom_locality: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.max_successive_merges: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-27T23:21:31.931 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.ttl: 2592000 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi110/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 4 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706397691673334, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.672+0000 7fd49a211880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #6 mode 2 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.673+0000 7fd49a211880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.673+0000 7fd49a211880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706397691674166, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 83410, "table_properties": {"data_size": 81677, "index_size": 338, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 581, "raw_key_size": 9331, "raw_average_key_size": 47, "raw_value_size": 76189, "raw_average_value_size": 384, "num_data_blocks": 11, "num_entries": 198, "num_deletions": 3, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706397691, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.673+0000 7fd49a211880 4 rocksdb: [version_set.cc:3826] Creating manifest 8 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.673+0000 7fd49a211880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706397691674570, "job": 1, "event": "recovery_finished"} 2024-01-27T23:21:31.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.674+0000 7fd49a211880 4 rocksdb: DB pointer 0x55acc3df7800 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.674+0000 7fd481003700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.674+0000 7fd481003700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ** DB Stats ** 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:21:31.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ** Compaction Stats [default] ** 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.8 0.00 0.00 1 0.001 0 0 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.8 0.00 0.00 1 0.001 0 0 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.8 0.00 0.00 1 0.001 0 0 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ** Compaction Stats [default] ** 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 141.8 0.00 0.00 1 0.001 0 0 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:21:31.934 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Cumulative compaction: 0.00 GB write, 29.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Interval compaction: 0.00 GB write, 29.37 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ** Compaction Stats [default] ** 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: L0 2/0 83.15 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.8 0.00 0.00 1 0.001 0 0 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 bash[35272]: a775dd2b368809031c5b2c7afa50fc9c02492727a3f398e7ed866b57e09bca68 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Sum 2/0 83.15 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 141.8 0.00 0.00 1 0.001 0 0 2024-01-27T23:21:31.935 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ** Compaction Stats [default] ** 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 141.8 0.00 0.00 1 0.001 0 0 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Cumulative compaction: 0.00 GB write, 29.01 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:21:31.936 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.675+0000 7fd49a211880 0 starting mon.smithi110 rank 0 at public addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] at bind addrs [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi110 fsid b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 1 mon.smithi110@-1(???) e1 preinit fsid b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 0 mon.smithi110@-1(???).mds e1 new map 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 0 mon.smithi110@-1(???).mds e1 print_map 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: e1 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: legacy client fscid: -1 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: No filesystems configured 2024-01-27T23:21:31.937 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 0 mon.smithi110@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 0 mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 0 mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 0 mon.smithi110@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: audit 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: 2024-01-27T23:21:29.571660+0000 mon.smithi110 (mon 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: .0) 10 : audit [DBG] from='client.? 172.21.15.110:0/323988445' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: debug 2024-01-27T23:21:31.676+0000 7fd49a211880 1 mon.smithi110@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 systemd[1]: Started Ceph mon.smithi110 for b027ead4-bd6a-11ee-95b2-87774f69a715. 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cluster 2024-01-27T23:21:31.693252+0000 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: mon.smithi110 (mon.0) 1 : cluster [INF] mon.smithi110 is new leader, mons smithi110 in quorum (ranks 0) 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cluster 2024-01-27T23:21:31.693307+0000 mon.smithi110 (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0]} removed_ranks: {} 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cluster 2024-01-27T23:21:31.693855+0000 mon.smithi110 (mon.0) 3 : cluster [DBG] fsmap 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cluster 2024-01 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: -27T23:21:31.693884+0000 mon.smithi110 (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-27T23:21:31.938 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cluster 2024-01 2024-01-27T23:21:31.939 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: -27T23:21:31.694249+0000 2024-01-27T23:21:31.939 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: mon.smithi110 (mon.0) 5 : 2024-01-27T23:21:31.939 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:31 smithi110 conmon[35313]: cluster [DBG] mgrmap e1: no daemons active 2024-01-27T23:21:32.781 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote config to /etc/ceph/ceph.conf 2024-01-27T23:21:32.781 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:21:32.781 INFO:teuthology.orchestra.run.smithi110.stderr:Creating mgr... 2024-01-27T23:21:32.782 INFO:teuthology.orchestra.run.smithi110.stderr:Verifying port 9283 ... 2024-01-27T23:21:32.913 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Failed to reset failed state of unit ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mgr.smithi110.unybfe.service: Unit ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mgr.smithi110.unybfe.service not loaded. 2024-01-27T23:21:32.919 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: Created symlink /etc/systemd/system/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715.target.wants/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mgr.smithi110.unybfe.service → /etc/systemd/system/ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@.service. 2024-01-27T23:21:33.454 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:33 smithi110 conmon[35313]: audit 2024-01-27T23:21:32.203637+0000 mon.smithi110 (mon.0) 6 : audit [INF] from='client.? 172.21.15.110:0/1258553201' entity='client.admin' 2024-01-27T23:21:33.627 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-01-27T23:21:33.634 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-01-27T23:21:33.635 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-01-27T23:21:33.635 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to enable service . firewalld.service is not available 2024-01-27T23:21:33.643 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-01-27T23:21:33.652 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-01-27T23:21:33.653 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-01-27T23:21:33.653 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[9283]>. firewalld.service is not available 2024-01-27T23:21:33.653 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr to start... 2024-01-27T23:21:33.653 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr... 2024-01-27T23:21:34.195 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:34.195 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-01-27T23:21:34.195 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "b027ead4-bd6a-11ee-95b2-87774f69a715", 2024-01-27T23:21:34.195 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2024-01-27T23:21:34.195 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T23:21:34.196 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 2, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T23:21:34.197 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T23:21:34.198 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": false, 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "nfs", 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:34.199 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T23:21:34.200 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:34.200 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2024-01-27T23:21:27.047310+0000", 2024-01-27T23:21:34.200 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:21:34.200 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:34.200 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T23:21:34.200 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-01-27T23:21:34.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:34 smithi110 conmon[35313]: audit 2024-01-27T23:21:34.200054+0000 mon.smithi110 (mon 2024-01-27T23:21:34.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:34 smithi110 conmon[35313]: .0) 7 : audit [DBG] from='client.? 172.21.15.110:0/827511347' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T23:21:34.789 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (1/15)... 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "b027ead4-bd6a-11ee-95b2-87774f69a715", 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2024-01-27T23:21:37.340 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 5, 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T23:21:37.341 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T23:21:37.345 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": false, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T23:21:37.346 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "nfs", 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2024-01-27T23:21:27.047310+0000", 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T23:21:37.347 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-01-27T23:21:37.896 INFO:teuthology.orchestra.run.smithi110.stderr:mgr not available, waiting (2/15)... 2024-01-27T23:21:37.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:37 smithi110 conmon[35313]: audit 2024-01-27T23:21:37.348601+0000 mon.smithi110 (mon.0) 8 : audit 2024-01-27T23:21:37.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:37 smithi110 conmon[35313]: [DBG] from='client.? 172.21.15.110:0/325728283' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: cluster 2024-01-27T23:21:38.942485+0000 mon.smithi110 (mon.0) 9 : cluster 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: [INF] Activating manager daemon smithi110.unybfe 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: cluster 2024-01-27T23:21:38.944999+0000 mon.smithi110 (mon.0) 10 : cluster [DBG] mgrmap e2: smithi110.unybfe(active, starting, since 0.00261393s) 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:38.945682 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 11 : audit [DBG] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:38.945867+0000 mon.smithi110 (mon.0) 12 : audit [DBG] 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:38.946033+0000 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: mon.smithi110 (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:21:39.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: 2024-01-27T23:21:38.946202+0000 mon.smithi110 (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:38.946694 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr metadata", "who": "smithi110.unybfe", "id": "smithi110.unybfe"}]: dispatch 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: cluster 2024-01-27T23:21:38.960065+0000 mon.smithi110 (mon.0) 16 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: : cluster [INF] Manager daemon smithi110.unybfe is now available 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: 01-27T23:21:38.969546+0000 mon.smithi110 (mon.0) 17 : audit [INF] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:38.974428 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:38.977149+0000 mon.smithi110 ( 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/trash_purge_schedule"}]: dispatch 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024-01-27T23:21:38.979825+0000 mon.smithi110 (mon.0) 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: 20 : audit [INF] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: audit 2024 2024-01-27T23:21:39.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:38 smithi110 conmon[35313]: -01-27T23:21:38.981691+0000 mon.smithi110 (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.110:0/4125587101' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:40.594 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsid": "b027ead4-bd6a-11ee-95b2-87774f69a715", 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "health": { 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "status": "HEALTH_OK", 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "checks": {}, 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mutes": [] 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "election_epoch": 5, 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum": [ 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 0 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_names": [ 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "smithi110" 2024-01-27T23:21:40.595 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "quorum_age": 8, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "monmap": { 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "min_mon_release_name": "pacific", 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_mons": 1 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osdmap": { 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_osds": 0, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_up_osds": 0, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_up_since": 0, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_in_osds": 0, 2024-01-27T23:21:40.596 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "osd_in_since": 0, 2024-01-27T23:21:40.597 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_remapped_pgs": 0 2024-01-27T23:21:40.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:40.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgmap": { 2024-01-27T23:21:40.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "pgs_by_state": [], 2024-01-27T23:21:40.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pgs": 0, 2024-01-27T23:21:40.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_pools": 0, 2024-01-27T23:21:40.600 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_objects": 0, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "data_bytes": 0, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_used": 0, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_avail": 0, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "bytes_total": 0 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "fsmap": { 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "by_rank": [], 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "up:standby": 0 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap": { 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standbys": 0, 2024-01-27T23:21:40.601 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modules": [ 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "iostat", 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "nfs", 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "restful" 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ], 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "servicemap": { 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 1, 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "modified": "2024-01-27T23:21:27.047310+0000", 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "services": {} 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: }, 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "progress_events": {} 2024-01-27T23:21:40.602 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-01-27T23:21:41.171 INFO:teuthology.orchestra.run.smithi110.stderr:mgr is available 2024-01-27T23:21:41.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:40 smithi110 conmon[35313]: cluster 2024-01-27T23:21:39.948000+0000 mon.smithi110 (mon.0) 22 : 2024-01-27T23:21:41.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:40 smithi110 conmon[35313]: cluster [DBG] mgrmap e3: smithi110.unybfe(active, since 1.00561s) 2024-01-27T23:21:41.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:40 smithi110 conmon[35313]: audit 2024-01-27T23:21:40.603171+0000 mon.smithi110 (mon.0) 23 : audit [DBG] from='client.? 172.21.15.110:0/1383881774' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [global] 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: fsid = b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_pg_remap = true 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_osd_allow_primary_affinity = true 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mon_warn_on_no_sortbitwise = false 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_crush_chooseleaf_type = 0 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [mgr] 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: mgr/telemetry/nag = false 2024-01-27T23:21:41.786 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 2024-01-27T23:21:41.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: [osd] 2024-01-27T23:21:41.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_map_max_advance = 10 2024-01-27T23:21:41.787 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: osd_sloppy_crc = true 2024-01-27T23:21:42.362 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling cephadm module... 2024-01-27T23:21:43.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:42 smithi110 conmon[35313]: audit 2024-01-27T23:21:41.795464+0000 mon.smithi110 (mon.0) 2024-01-27T23:21:43.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:42 smithi110 conmon[35313]: 24 : audit [INF] from='client.? 172.21.15.110:0/2459295511' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-27T23:21:43.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:42 smithi110 conmon[35313]: cluster 2024-01-27T23:21:41.948000+0000 mon.smithi110 (mon.0) 25 : cluster [DBG] mgrmap e4: smithi110.unybfe(active, since 3s) 2024-01-27T23:21:43.922 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:43 smithi110 conmon[35313]: audit 2024-01-27T23:21:43.067627+0000 mon.smithi110 (mon.0) 26 : audit [INF] from='client.? 172.21.15.110:0/2301865386' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-27T23:21:44.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:44 smithi110 conmon[35313]: audit 2024-01-27T23:21:43.686455+0000 mon.smithi110 ( 2024-01-27T23:21:44.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:44 smithi110 conmon[35313]: mon.0) 27 : audit [INF] from='client.? 172.21.15.110:0/2301865386' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-27T23:21:44.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:44 smithi110 conmon[35313]: cluster 2024-01-27T23:21:43.686528+0000 mon.smithi110 (mon.0) 28 : cluster [DBG] mgrmap e5: smithi110.unybfe(active, since 4s) 2024-01-27T23:21:44.977 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-01-27T23:21:44.977 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 5, 2024-01-27T23:21:44.977 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2024-01-27T23:21:44.977 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "active_name": "smithi110.unybfe", 2024-01-27T23:21:44.977 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-27T23:21:44.977 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-01-27T23:21:45.545 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2024-01-27T23:21:45.545 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr epoch 5... 2024-01-27T23:21:46.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:45 smithi110 conmon[35313]: audit 2024-01-27T23:21:44.987017+0000 2024-01-27T23:21:46.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:45 smithi110 conmon[35313]: mon.smithi110 (mon.0) 29 : audit [DBG] from='client.? 172.21.15.110:0/2884257055' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-27T23:21:49.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: cluster 2024-01-27T23:21:49.031596+0000 mon.smithi110 (mon.0) 30 : cluster [INF] Active manager daemon smithi110.unybfe restarted 2024-01-27T23:21:49.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: cluster 2024-01-27T23:21:49.031805 2024-01-27T23:21:49.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 31 : cluster [INF] Activating manager daemon smithi110.unybfe 2024-01-27T23:21:49.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: cluster 2024-01-27T23:21:49.034463+0000 mon.smithi110 (mon.0) 32 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-27T23:21:49.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: cluster 2024-01-27T23:21:49.034563+0000 mon.smithi110 (mon 2024-01-27T23:21:49.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: .0) 33 : cluster [DBG] mgrmap e6: smithi110.unybfe(active, starting, since 0.00283401s) 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: audit 2024-01-27T23: 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 21:49.035316+0000 mon.smithi110 (mon.0) 34 : audit [DBG] 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 27T23:21:49.035858+0000 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: mon.smithi110 (mon.0) 35 : audit 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr metadata", "who": "smithi110.unybfe", "id": "smithi110.unybfe"}]: dispatch 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 2024-01-27T23:21 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: :49.036487+0000 mon.smithi110 (mon 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: .0) 36 : audit [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: T23:21:49.036694+0000 2024-01-27T23:21:49.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: mon.smithi110 (mon.0) 37 : audit 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: -27T23:21:49.036878+0000 mon.smithi110 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: (mon.0) 38 : audit [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: cluster 2024-01- 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 27T23:21:49.050000+0000 mon.smithi110 (mon. 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 0) 39 : cluster [INF] Manager daemon smithi110.unybfe is now available 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 2024-01-27T23:21:49.061904+0000 mon.smithi110 (mon. 2024-01-27T23:21:49.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:49 smithi110 conmon[35313]: 0) 40 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:50.031 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-01-27T23:21:50.032 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap_epoch": 7, 2024-01-27T23:21:50.032 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "initialized": true 2024-01-27T23:21:50.032 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-01-27T23:21:50.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: cephadm 2024-01-27T23:21:49.059421+0000 mgr.smithi110.unybfe (mgr.14116) 1 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-27T23:21:50.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.146529+0000 mon.smithi110 (mon.0) 41 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:50.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.147504+0000 mon.smithi110 (mon.0) 42 : audit [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:21:50.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.148968+0000 mon.smithi110 (mon.0) 43 : audit [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:21:50.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.150860+0000 mon.smithi110 (mon.0) 44 : audit [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:21:50.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.163889+0000 mon.smithi110 (mon.0) 45 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:21:50.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: audit 2024-01-27T23:21:49.166435+0000 mon.smithi110 (mon.0) 46 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/trash_purge_schedule"}]: dispatch 2024-01-27T23:21:50.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:50 smithi110 conmon[35313]: cluster 2024-01-27T23:21:50.036731+0000 mon.smithi110 (mon.0) 47 : cluster [DBG] mgrmap e7: smithi110.unybfe(active, since 1.005s) 2024-01-27T23:21:50.645 INFO:teuthology.orchestra.run.smithi110.stderr:mgr epoch 5 is available 2024-01-27T23:21:50.645 INFO:teuthology.orchestra.run.smithi110.stderr:Setting orchestrator backend to cephadm... 2024-01-27T23:21:51.452 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:51 smithi110 conmon[35313]: audit 2024-01-27T23:21:50.036065+0000 2024-01-27T23:21:51.452 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:51 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14116) 2 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-27T23:21:51.453 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:51 smithi110 conmon[35313]: audit 2024-01-27T23:21:50.042527+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:21:51.453 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:51 smithi110 conmon[35313]: 14116) 3 : audit [DBG] from='client.14120 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-27T23:21:52.391 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: value unchanged 2024-01-27T23:21:52.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:52 smithi110 conmon[35313]: cluster 2024-01-27T23:21:51.149601+0000 mon.smithi110 (mon.0) 2024-01-27T23:21:52.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:52 smithi110 conmon[35313]: 48 : cluster [DBG] mgrmap e8: smithi110.unybfe(active, since 2s) 2024-01-27T23:21:52.414 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:52 smithi110 conmon[35313]: audit 2024-01-27T23:21:51.283317+0000 mgr.smithi110.unybfe (mgr.14116) 4 : audit [DBG] from='client.14126 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:21:52.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:52 smithi110 conmon[35313]: audit 2024-01-27T23:21:51.287207+0000 mon.smithi110 (mon.0) 49 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:52.415 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:52 smithi110 conmon[35313]: audit 2024-01-27T23:21:51.324813+0000 mon.smithi110 (mon.0) 50 : audit [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:21:52.928 INFO:teuthology.orchestra.run.smithi110.stderr:Generating ssh key... 2024-01-27T23:21:53.189 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:53 smithi110 conmon[35313]: audit 2024-01-27T23:21:52.402666+0000 mgr.smithi110.unybfe (mgr.14116) 5 : audit [DBG] from='client.14128 -' entity='client.admin' cmd=[{"prefix": "cephadm set-user", "user": "root", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:21:54.825 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwxQUymlLQvNk2YR1zhEdnayW8B6s50McZmZwnJpHizvWOyIUBHkCnpnA4Cdhs/yGZb8W8id/+eoF2ppzX7MMq81D2C91ICTAOpFLy6nDwr0XYq/cfx5ToF4FVnMxJUYeuIvIQTkjJ97xielf+YkO65tanv6f71Ko3b1ljy2Ey9eoSw/X0qAzNW91Zn83aCOtMvABUuqZPbotOcrPF4d+Mlyab+2oLG0LuBpmhaTMXexfQguR1iLgEJ/NxLcJiirR/SvRWFLLGjhCefG/3epDrj+fD66SHAnciutUqr845DvnOiqDhjhT9MFj4ExzQ07e78irRqD1MebWe9IJKjTXxE/tTDl0Y+F1qfRGercB9ZQ1PMyuI4XlE+/UWs/sewUI2f932AHK/dGeOh7lA2Ym9+P36/0LqvtsHMdz8yQaM1oofPuPHj/shkDOuOPOnPIZbnHeeD16rBeJBWOFIGMbJHyYvNcZ8biwFOfGjSMUJXqJSu8L/MhFC4ovEjO2WqqU= ceph-b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:21:55.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:54 smithi110 conmon[35313]: audit 2024-01-27T23:21:53.583383+0000 mgr.smithi110.unybfe (mgr.14116) 6 : audit 2024-01-27T23:21:55.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:54 smithi110 conmon[35313]: [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:21:55.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:54 smithi110 conmon[35313]: cephadm 2024-01-27T23:21:53.583569+0000 mgr.smithi110.unybfe (mgr.14116) 7 : cephadm [INF] Generating ssh key... 2024-01-27T23:21:55.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:54 smithi110 conmon[35313]: audit 2024-01-27T23:21:53.718050+0000 mon.smithi110 (mon.0) 51 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:55.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:54 smithi110 conmon[35313]: audit 2024-01-27T23:21:53.719607+0000 mon.smithi110 (mon.0) 52 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:55.386 INFO:teuthology.orchestra.run.smithi110.stderr:Wrote public SSH key to /home/ubuntu/cephtest/ceph.pub 2024-01-27T23:21:55.386 INFO:teuthology.orchestra.run.smithi110.stderr:Adding key to root@localhost authorized_keys... 2024-01-27T23:21:55.387 INFO:teuthology.orchestra.run.smithi110.stderr:Adding host smithi110... 2024-01-27T23:21:56.055 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:55 smithi110 conmon[35313]: audit 2024-01-27T23:21:54.835816+0000 mgr.smithi110.unybfe (mgr.14116) 8 : audit 2024-01-27T23:21:56.055 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:55 smithi110 conmon[35313]: [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:21:56.668 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Added host 'smithi110' with addr '172.21.15.110' 2024-01-27T23:21:57.260 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mon service with default placement... 2024-01-27T23:21:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:57 smithi110 conmon[35313]: audit 2024-01-27T23:21:56.045934+0000 mgr.smithi110.unybfe (mgr.14116) 9 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi110", "addr": "172.21.15.110", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:21:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:57 smithi110 conmon[35313]: audit 2024-01-27T23:21:56.678116+0000 mon.smithi110 (mon.0) 53 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:57 smithi110 conmon[35313]: cephadm 2024-01-27T23:21:56.678389+0000 mgr.smithi110.unybfe (mgr.14116) 10 : cephadm [INF] Added host smithi110 2024-01-27T23:21:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:57 smithi110 conmon[35313]: audit 2024-01-27T23:21:56.700176+0000 mon.smithi110 (mon.0) 54 : audit [DBG] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:21:57.984 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled mon update... 2024-01-27T23:21:58.931 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying mgr service with default placement... 2024-01-27T23:21:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:58 smithi110 conmon[35313]: audit 2024-01-27T23:21:57.991891+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:21:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:58 smithi110 conmon[35313]: 14116) 11 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:21:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:58 smithi110 conmon[35313]: cephadm 2024-01-27T23:21:57.993077+0000 mgr.smithi110.unybfe (mgr.14116) 12 : cephadm [INF] Saving service mon spec with placement count:5 2024-01-27T23:21:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:21:58 smithi110 conmon[35313]: audit 2024-01-27T23:21:57.995220+0000 mon.smithi110 (mon.0) 55 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:21:59.784 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled mgr update... 2024-01-27T23:22:00.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:00 smithi110 conmon[35313]: audit 2024-01-27T23:21:59.135461+0000 mon.smithi110 (mon.0) 56 2024-01-27T23:22:00.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:00 smithi110 conmon[35313]: : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:00.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:00 smithi110 conmon[35313]: audit 2024-01-27T23:21:59.396534+0000 mon.smithi110 (mon.0) 57 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:00.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:00 smithi110 conmon[35313]: audit 2024-01-27T23:21:59.794743+0000 mon.smithi110 (mon.0) 58 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:00.635 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying crash service with default placement... 2024-01-27T23:22:01.266 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled crash update... 2024-01-27T23:22:02.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:01 smithi110 conmon[35313]: audit 2024-01-27T23:21:59.791644+0000 mgr.smithi110.unybfe (mgr.14116) 13 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:02.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:01 smithi110 conmon[35313]: cephadm 2024-01-27T23: 2024-01-27T23:22:02.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:01 smithi110 conmon[35313]: 21:59.792494+0000 mgr.smithi110.unybfe (mgr.14116) 14 : cephadm [INF] Saving service mgr spec with placement count:2 2024-01-27T23:22:02.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:01 smithi110 conmon[35313]: audit 2024-01-27T23:22:00.627475+0000 mon.smithi110 (mon.0) 59 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:02.007 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:01 smithi110 conmon[35313]: audit 2024-01-27T23:22:01.277043+0000 mon.smithi110 (mon.0) 60 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:02.154 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying prometheus service with default placement... 2024-01-27T23:22:02.954 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled prometheus update... 2024-01-27T23:22:02.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:02 smithi110 conmon[35313]: audit 2024-01-27T23:22:01.273891+0000 mgr.smithi110.unybfe ( 2024-01-27T23:22:02.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:02 smithi110 conmon[35313]: mgr.14116) 15 : audit [DBG] from='client.14140 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "crash", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:02.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:02 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:01.274811+0000 mgr.smithi110.unybfe (mgr.14116) 16 : cephadm [INF] Saving service crash spec with placement * 2024-01-27T23:22:03.534 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying grafana service with default placement... 2024-01-27T23:22:04.135 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled grafana update... 2024-01-27T23:22:04.333 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:03 smithi110 conmon[35313]: audit 2024-01-27T23:22:02.962263+0000 mgr.smithi110.unybfe (mgr.14116 2024-01-27T23:22:04.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:03 smithi110 conmon[35313]: ) 17 : audit [DBG] from='client.14142 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:04.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:03 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:02.963111+0000 mgr.smithi110.unybfe (mgr.14116) 18 : cephadm [INF] Saving service prometheus spec with placement count:1 2024-01-27T23:22:04.334 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:03 smithi110 conmon[35313]: audit 2024-01-27T23:22:02.965342+0000 mon.smithi110 (mon.0) 61 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:04.726 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying node-exporter service with default placement... 2024-01-27T23:22:05.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:05 smithi110 conmon[35313]: audit 2024-01-27T23:22:04.143437+0000 mgr.smithi110.unybfe (mgr.14116 2024-01-27T23:22:05.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:05 smithi110 conmon[35313]: ) 19 : audit [DBG] from='client.14144 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:05.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:05 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:04.144263+0000 mgr.smithi110.unybfe (mgr.14116) 20 : cephadm [INF] Saving service grafana spec with placement count:1 2024-01-27T23:22:05.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:05 smithi110 conmon[35313]: audit 2024-01-27T23:22:04.146552+0000 mon.smithi110 (mon.0) 62 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:05.386 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled node-exporter update... 2024-01-27T23:22:06.001 INFO:teuthology.orchestra.run.smithi110.stderr:Deploying alertmanager service with default placement... 2024-01-27T23:22:06.627 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Scheduled alertmanager update... 2024-01-27T23:22:06.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:06 smithi110 conmon[35313]: audit 2024-01-27T23:22:05.394174+0000 mgr.smithi110.unybfe (mgr.14116) 2024-01-27T23:22:06.652 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:06 smithi110 conmon[35313]: 21 : audit [DBG] from='client.14146 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:06.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:06 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:05.395038+0000 mgr.smithi110.unybfe (mgr.14116) 22 : cephadm [INF] Saving service node-exporter spec with placement * 2024-01-27T23:22:06.653 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:06 smithi110 conmon[35313]: audit 2024-01-27T23:22:05.397243+0000 mon.smithi110 (mon.0) 63 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:07.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:07 smithi110 conmon[35313]: audit 2024-01-27T23:22:06.635573+0000 mgr.smithi110.unybfe (mgr.14116) 23 : audit [DBG] from='client.14148 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:07.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:07 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:06.636340+0000 mgr.smithi110.unybfe (mgr.14116) 24 : cephadm [INF] Saving service alertmanager spec with placement count:1 2024-01-27T23:22:07.950 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:07 smithi110 conmon[35313]: audit 2024-01-27T23:22:06.638645+0000 mon.smithi110 (mon.0) 64 : audit [INF] from='mgr.14116 172.21.15.110:0/899036789' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:09.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:08 smithi110 conmon[35313]: audit 2024-01-27T23:22:07.792534+0000 mon.smithi110 (mon.0) 65 : 2024-01-27T23:22:09.044 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:08 smithi110 conmon[35313]: audit [INF] from='client.? 172.21.15.110:0/3910499023' entity='client.admin' 2024-01-27T23:22:09.650 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling the dashboard module... 2024-01-27T23:22:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:10 smithi110 conmon[35313]: audit 2024-01-27T23:22:09.034382+0000 mon.smithi110 (mon.0) 66 : audit [INF] 2024-01-27T23:22:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:10 smithi110 conmon[35313]: from='client.? 172.21.15.110:0/406269415' entity='client.admin' 2024-01-27T23:22:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:10 smithi110 conmon[35313]: cluster 2024-01-27T23:22:09.037735+0000 mgr.smithi110.unybfe (mgr.14116) 25 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:11.277 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:11 smithi110 conmon[35313]: audit 2024-01-27T23:22:10.312851+0000 mon.smithi110 (mon.0) 67 : audit [INF] 2024-01-27T23:22:11.277 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:11 smithi110 conmon[35313]: from='client.? 172.21.15.110:0/2632425930' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-27T23:22:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:12 smithi110 conmon[35313]: audit 2024-01-27T23:22:11.037876+0000 mon.smithi110 (mon.0) 68 : 2024-01-27T23:22:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:12 smithi110 conmon[35313]: audit [INF] from='client.? 172.21.15.110:0/2632425930' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-27T23:22:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:12 smithi110 conmon[35313]: cluster 2024-01-27T23:22:11.037945+0000 mon.smithi110 (mon.0) 69 : cluster [DBG] mgrmap e9: smithi110.unybfe(active, since 22s) 2024-01-27T23:22:12.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-01-27T23:22:12.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "epoch": 9, 2024-01-27T23:22:12.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "available": true, 2024-01-27T23:22:12.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "active_name": "smithi110.unybfe", 2024-01-27T23:22:12.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "num_standby": 0 2024-01-27T23:22:12.359 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-01-27T23:22:13.033 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for the mgr to restart... 2024-01-27T23:22:13.033 INFO:teuthology.orchestra.run.smithi110.stderr:Waiting for mgr epoch 9... 2024-01-27T23:22:13.290 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:13 smithi110 conmon[35313]: audit 2024-01-27T23:22:12.369650+0000 mon.smithi110 (mon.0) 70 : 2024-01-27T23:22:13.291 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:13 smithi110 conmon[35313]: audit [DBG] from='client.? 172.21.15.110:0/3856912101' entity='client.admin' cmd=[{"prefix": "mgr stat"}]: dispatch 2024-01-27T23:22:16.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: cluster 2024-01-27T23:22:16.406514+0000 mon.smithi110 (mon.0) 71 : cluster 2024-01-27T23:22:16.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: [INF] Active manager daemon smithi110.unybfe restarted 2024-01-27T23:22:16.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: cluster 2024-01-27T23:22:16.406744+0000 mon.smithi110 (mon.0) 72 : cluster [INF] Activating manager daemon smithi110.unybfe 2024-01-27T23:22:16.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: cluster 2024-01-27T23:22:16.409535+0000 mon.smithi110 (mon.0) 73 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-27T23:22:16.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: cluster 2024-01-27T23:22:16.409653+0000 mon.smithi110 (mon.0) 74 : cluster [DBG] mgrmap e10: smithi110.unybfe(active, starting, since 0.00299988s) 2024-01-27T23:22:16.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: audit 2024-01-27T23:22:16.410412+0000 mon.smithi110 (mon.0) 75 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-01-27T23:22:16.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: audit 2024-01-27T23:22:16.411028+0000 mon.smithi110 (mon.0) 76 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr metadata", "who": "smithi110.unybfe", "id": "smithi110.unybfe"}]: dispatch 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: audit 2024-01-27T23:22:16 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: .411836+0000 mon.smithi110 (mon.0) 77 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: 01-27T23:22:16.412064+0000 mon.smithi110 (mon.0) 78 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: audit 2024-01-27T23:22:16 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: .412293+0000 mon.smithi110 (mon.0) 79 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: cluster 2024-01-27T23:22:16.425962+0000 2024-01-27T23:22:16.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:16 smithi110 conmon[35313]: mon.smithi110 (mon.0) 80 : cluster [INF] Manager daemon smithi110.unybfe is now available 2024-01-27T23:22:17.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: { 2024-01-27T23:22:17.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "mgrmap_epoch": 11, 2024-01-27T23:22:17.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: "initialized": true 2024-01-27T23:22:17.406 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: } 2024-01-27T23:22:17.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:17 smithi110 conmon[35313]: audit 2024-01-27T23:22:16.519793+0000 mon.smithi110 (mon.0) 81 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:22:17.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:17 smithi110 conmon[35313]: audit 2024-01-27T23:22:16.521350+0000 mon.smithi110 (mon.0) 82 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:22:17.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:17 smithi110 conmon[35313]: audit 2024-01-27T23:22:16.546272+0000 mon.smithi110 (mon.0) 83 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:22:17.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:17 smithi110 conmon[35313]: audit 2024-01-27T23:22:16.549232+0000 mon.smithi110 (mon.0) 84 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/trash_purge_schedule"}]: dispatch 2024-01-27T23:22:17.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:17 smithi110 conmon[35313]: cluster 2024-01-27T23:22:17.411455+0000 mon.smithi110 (mon.0) 85 : cluster [DBG] mgrmap e11: smithi110.unybfe(active, since 1.0048s) 2024-01-27T23:22:18.032 INFO:teuthology.orchestra.run.smithi110.stderr:mgr epoch 9 is available 2024-01-27T23:22:18.032 INFO:teuthology.orchestra.run.smithi110.stderr:Generating a dashboard self-signed certificate... 2024-01-27T23:22:19.039 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: Self-signed certificate created 2024-01-27T23:22:19.287 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:19 smithi110 conmon[35313]: audit 2024-01-27T23:22:17.410644+0000 mgr.smithi110.unybfe (mgr.14156) 1 2024-01-27T23:22:19.287 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:19 smithi110 conmon[35313]: : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "get_command_descriptions"}]: dispatch 2024-01-27T23:22:19.287 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:19 smithi110 conmon[35313]: audit 2024-01-27T23:22:17.416710+0000 mgr.smithi110.unybfe (mgr.14156) 2 : audit [DBG] from='client.14160 -' entity='client.admin' cmd=[{"prefix": "mgr_status"}]: dispatch 2024-01-27T23:22:19.287 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:19 smithi110 conmon[35313]: audit 2024-01-27T23:22:18.027463+0000 mon.smithi110 (mon.0) 86 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:19.924 INFO:teuthology.orchestra.run.smithi110.stderr:Creating initial admin user... 2024-01-27T23:22:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:20 smithi110 conmon[35313]: audit 2024-01-27T23:22:18.720867+0000 mgr.smithi110.unybfe (mgr.14156) 3 : audit [DBG] from='client.14166 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:20 smithi110 conmon[35313]: cluster 2024-01-27T23:22:19.029203+0000 2024-01-27T23:22:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:20 smithi110 conmon[35313]: mon.smithi110 (mon.0) 87 : cluster [DBG] mgrmap e12: smithi110.unybfe(active, since 2s) 2024-01-27T23:22:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:20 smithi110 conmon[35313]: audit 2024-01-27T23:22:19.048619+0000 mon.smithi110 (mon.0) 88 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:20 smithi110 conmon[35313]: audit 2024-01-27T23:22:19. 2024-01-27T23:22:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:20 smithi110 conmon[35313]: 050351+0000 mon.smithi110 (mon.0) 89 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:20.788 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: {"username": "admin", "password": "$2b$12$1T2kJ1TDLuuxbPb9t2anHutEEOh0dO2PdJlc66GZEjVTovC/FipfS", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706397740, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-27T23:22:21.424 INFO:teuthology.orchestra.run.smithi110.stderr:Fetching dashboard port number... 2024-01-27T23:22:22.075 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: 8443 2024-01-27T23:22:22.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:21 smithi110 conmon[35313]: audit 2024-01-27T23:22:20.583706+0000 mgr.smithi110.unybfe (mgr.14156) 4 : audit [DBG] from='client.14168 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:22.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:21 smithi110 conmon[35313]: audit 2024-01-27T23:22:20.799560+0000 mon.smithi110 (mon.0) 90 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:22.682 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: disabled 2024-01-27T23:22:22.689 INFO:teuthology.orchestra.run.smithi110.stderr:systemctl: inactive 2024-01-27T23:22:22.690 INFO:teuthology.orchestra.run.smithi110.stderr:firewalld.service is not enabled 2024-01-27T23:22:22.690 INFO:teuthology.orchestra.run.smithi110.stderr:Not possible to open ports <[8443]>. firewalld.service is not available 2024-01-27T23:22:22.692 INFO:teuthology.orchestra.run.smithi110.stderr:Ceph Dashboard is now available at: 2024-01-27T23:22:22.692 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:22.692 INFO:teuthology.orchestra.run.smithi110.stderr: URL: https://smithi110.front.sepia.ceph.com:8443/ 2024-01-27T23:22:22.692 INFO:teuthology.orchestra.run.smithi110.stderr: User: admin 2024-01-27T23:22:22.692 INFO:teuthology.orchestra.run.smithi110.stderr: Password: 07jszhrsog 2024-01-27T23:22:22.692 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:22.692 INFO:teuthology.orchestra.run.smithi110.stderr:Enabling autotune for osd_memory_target 2024-01-27T23:22:22.945 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:22 smithi110 conmon[35313]: audit 2024-01-27T23:22:22.086072+0000 mon.smithi110 (mon.0) 91 : audit 2024-01-27T23:22:22.946 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:22 smithi110 conmon[35313]: [DBG] from='client.? 172.21.15.110:0/2431458294' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-27T23:22:24.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:23 smithi110 conmon[35313]: cluster 2024-01-27T23:22:22.802894+0000 mon.smithi110 (mon.0) 92 : cluster [DBG] mgrmap e13: smithi110.unybfe(active, since 6s) 2024-01-27T23:22:24.693 INFO:teuthology.orchestra.run.smithi110.stderr:/usr/bin/ceph: set mgr/dashboard/cluster/status 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr:You can access the Ceph CLI as following in case of multi-cluster or non-default config: 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr:Or, if you are only running a single cluster on this host: 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr: sudo /home/ubuntu/cephtest/cephadm shell 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.299 INFO:teuthology.orchestra.run.smithi110.stderr:Please consider enabling telemetry to help improve Ceph: 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr: ceph telemetry on 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr:For more information see: 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr: https://docs.ceph.com/en/pacific/mgr/telemetry/ 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:22:25.300 INFO:teuthology.orchestra.run.smithi110.stderr:Bootstrap complete. 2024-01-27T23:22:25.352 INFO:tasks.cephadm:Fetching config... 2024-01-27T23:22:25.352 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:22:25.352 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-27T23:22:25.370 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-27T23:22:25.370 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:22:25.370 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-27T23:22:25.428 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-27T23:22:25.429 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:22:25.429 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/keyring of=/dev/stdout 2024-01-27T23:22:25.500 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-27T23:22:25.500 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:22:25.501 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-27T23:22:25.558 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-27T23:22:25.559 DEBUG:teuthology.orchestra.run.smithi110:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwxQUymlLQvNk2YR1zhEdnayW8B6s50McZmZwnJpHizvWOyIUBHkCnpnA4Cdhs/yGZb8W8id/+eoF2ppzX7MMq81D2C91ICTAOpFLy6nDwr0XYq/cfx5ToF4FVnMxJUYeuIvIQTkjJ97xielf+YkO65tanv6f71Ko3b1ljy2Ey9eoSw/X0qAzNW91Zn83aCOtMvABUuqZPbotOcrPF4d+Mlyab+2oLG0LuBpmhaTMXexfQguR1iLgEJ/NxLcJiirR/SvRWFLLGjhCefG/3epDrj+fD66SHAnciutUqr845DvnOiqDhjhT9MFj4ExzQ07e78irRqD1MebWe9IJKjTXxE/tTDl0Y+F1qfRGercB9ZQ1PMyuI4XlE+/UWs/sewUI2f932AHK/dGeOh7lA2Ym9+P36/0LqvtsHMdz8yQaM1oofPuPHj/shkDOuOPOnPIZbnHeeD16rBeJBWOFIGMbJHyYvNcZ8biwFOfGjSMUJXqJSu8L/MhFC4ovEjO2WqqU= ceph-b027ead4-bd6a-11ee-95b2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-27T23:22:25.637 INFO:teuthology.orchestra.run.smithi110.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwxQUymlLQvNk2YR1zhEdnayW8B6s50McZmZwnJpHizvWOyIUBHkCnpnA4Cdhs/yGZb8W8id/+eoF2ppzX7MMq81D2C91ICTAOpFLy6nDwr0XYq/cfx5ToF4FVnMxJUYeuIvIQTkjJ97xielf+YkO65tanv6f71Ko3b1ljy2Ey9eoSw/X0qAzNW91Zn83aCOtMvABUuqZPbotOcrPF4d+Mlyab+2oLG0LuBpmhaTMXexfQguR1iLgEJ/NxLcJiirR/SvRWFLLGjhCefG/3epDrj+fD66SHAnciutUqr845DvnOiqDhjhT9MFj4ExzQ07e78irRqD1MebWe9IJKjTXxE/tTDl0Y+F1qfRGercB9ZQ1PMyuI4XlE+/UWs/sewUI2f932AHK/dGeOh7lA2Ym9+P36/0LqvtsHMdz8yQaM1oofPuPHj/shkDOuOPOnPIZbnHeeD16rBeJBWOFIGMbJHyYvNcZ8biwFOfGjSMUJXqJSu8L/MhFC4ovEjO2WqqU= ceph-b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:22:25.649 DEBUG:teuthology.orchestra.run.smithi116:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwxQUymlLQvNk2YR1zhEdnayW8B6s50McZmZwnJpHizvWOyIUBHkCnpnA4Cdhs/yGZb8W8id/+eoF2ppzX7MMq81D2C91ICTAOpFLy6nDwr0XYq/cfx5ToF4FVnMxJUYeuIvIQTkjJ97xielf+YkO65tanv6f71Ko3b1ljy2Ey9eoSw/X0qAzNW91Zn83aCOtMvABUuqZPbotOcrPF4d+Mlyab+2oLG0LuBpmhaTMXexfQguR1iLgEJ/NxLcJiirR/SvRWFLLGjhCefG/3epDrj+fD66SHAnciutUqr845DvnOiqDhjhT9MFj4ExzQ07e78irRqD1MebWe9IJKjTXxE/tTDl0Y+F1qfRGercB9ZQ1PMyuI4XlE+/UWs/sewUI2f932AHK/dGeOh7lA2Ym9+P36/0LqvtsHMdz8yQaM1oofPuPHj/shkDOuOPOnPIZbnHeeD16rBeJBWOFIGMbJHyYvNcZ8biwFOfGjSMUJXqJSu8L/MhFC4ovEjO2WqqU= ceph-b027ead4-bd6a-11ee-95b2-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-27T23:22:25.708 INFO:teuthology.orchestra.run.smithi116.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCwxQUymlLQvNk2YR1zhEdnayW8B6s50McZmZwnJpHizvWOyIUBHkCnpnA4Cdhs/yGZb8W8id/+eoF2ppzX7MMq81D2C91ICTAOpFLy6nDwr0XYq/cfx5ToF4FVnMxJUYeuIvIQTkjJ97xielf+YkO65tanv6f71Ko3b1ljy2Ey9eoSw/X0qAzNW91Zn83aCOtMvABUuqZPbotOcrPF4d+Mlyab+2oLG0LuBpmhaTMXexfQguR1iLgEJ/NxLcJiirR/SvRWFLLGjhCefG/3epDrj+fD66SHAnciutUqr845DvnOiqDhjhT9MFj4ExzQ07e78irRqD1MebWe9IJKjTXxE/tTDl0Y+F1qfRGercB9ZQ1PMyuI4XlE+/UWs/sewUI2f932AHK/dGeOh7lA2Ym9+P36/0LqvtsHMdz8yQaM1oofPuPHj/shkDOuOPOnPIZbnHeeD16rBeJBWOFIGMbJHyYvNcZ8biwFOfGjSMUJXqJSu8L/MhFC4ovEjO2WqqU= ceph-b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:22:25.720 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph config set mgr mgr/cephadm/allow_ptrace true 2024-01-27T23:22:26.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:25 smithi110 conmon[35313]: audit 2024-01-27T23:22:24.702126+0000 mon.smithi110 (mon.0) 93 : audit [INF] from='client.? 172.21.15.110:0/349754341' entity='client.admin' 2024-01-27T23:22:28.652 INFO:tasks.cephadm:Distributing conf and client.admin keyring to all hosts + 0755 2024-01-27T23:22:28.652 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch client-keyring set client.admin '*' --mode 0755 2024-01-27T23:22:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:28 smithi110 conmon[35313]: audit 2024-01-27T23:22:27.954222+0000 mon.smithi110 (mon.0) 94 : audit [INF] from='client.? 172.21.15.110:0/1151711737' entity='client.admin' 2024-01-27T23:22:31.436 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi116 2024-01-27T23:22:31.436 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:22:31.437 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.conf 2024-01-27T23:22:31.457 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:22:31.457 DEBUG:teuthology.orchestra.run.smithi116:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:22:31.517 INFO:tasks.cephadm:Adding host smithi116 to orchestrator... 2024-01-27T23:22:31.517 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch host add smithi116 2024-01-27T23:22:31.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:31 smithi110 conmon[35313]: audit 2024-01-27T23:22:30.292461+0000 mon.smithi110 (mon.0) 95 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:31.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:31 smithi110 conmon[35313]: audit 2024-01-27T23:22:30.619481+0000 mon.smithi110 (mon.0) 96 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:22:31.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:31 smithi110 conmon[35313]: audit 2024-01-27T23:22:30.622864+0000 mon.smithi110 (mon.0) 97 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:31.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:31 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:30.630923+0000 mgr.smithi110.unybfe (mgr.14156) 5 : cephadm [INF] Deploying daemon alertmanager.smithi110 on smithi110 2024-01-27T23:22:31.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:31 smithi110 conmon[35313]: audit 2024-01-27T23:22:30.856480+0000 mgr.smithi110.unybfe (mgr.14156) 6 : audit [DBG] from='client.14178 -' entity='client.admin' cmd=[{"prefix": "orch client-keyring set", "entity": "client.admin", "placement": "*", "mode": "0755", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:22:31.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:31 smithi110 conmon[35313]: audit 2024-01-27T23:22:30.858922+0000 mon.smithi110 (mon.0) 98 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:38.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:37 smithi110 conmon[35313]: cluster 2024-01-27T23:22 2024-01-27T23:22:38.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:37 smithi110 conmon[35313]: :36.412902+0000 mgr.smithi110.unybfe (mgr.14156) 7 : cluster [DBG] pgmap v3: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:39.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:39 smithi110 conmon[35313]: audit 2024-01-27T23:22:38.240679+0000 mon.smithi110 (mon.0) 2024-01-27T23:22:39.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:39 smithi110 conmon[35313]: 99 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:39.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:39 smithi110 conmon[35313]: audit 2024-01-27T23:22:38.242238+0000 mon.smithi110 (mon.0) 100 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:22:39.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:39 smithi110 conmon[35313]: audit 2024-01-27T23:22:38.243730+0000 mon.smithi110 (mon.0) 101 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-27T23:22:39.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:39 smithi110 conmon[35313]: audit 2024-01-27T23:22:38.244251+0000 mon.smithi110 (mon.0) 102 : audit [DBG] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:22:39.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:39 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:38.244719+0000 mgr.smithi110.unybfe (mgr.14156) 8 : cephadm [INF] Deploying daemon crash.smithi110 on smithi110 2024-01-27T23:22:39.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:39 smithi110 conmon[35313]: cluster 2024-01-27T23:22:38.413163+0000 mgr.smithi110.unybfe (mgr.14156) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: cluster 2024-01-27T23:22:40.413430+0000 mgr.smithi110.unybfe (mgr.14156) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: audit 2024-01-27T23:22:40.479185+0000 mon.smithi110 (mon.0) 103 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: audit 2024-01-27T23:22:40.525001+0000 mon.smithi110 (mon.0) 104 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: audit 2024-01-27T23:22:40.526708+0000 mon.smithi110 (mon.0) 105 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: audit 2024-01-27T23:22:40.528595+0000 mon.smithi110 (mon.0) 106 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: audit 2024-01-27T23:22:40.528935+0000 mgr.smithi110.unybfe (mgr.14156) 11 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-ssl-verify", "value": "false"}]: dispatch 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: audit 2024-01-27T23:22:40.531208+0000 mon.smithi110 (mon.0) 107 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:41.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:41 smithi110 conmon[35313]: cephadm 2024-01-27T23:22:40.536990+0000 mgr.smithi110.unybfe (mgr.14156) 12 : cephadm [INF] Deploying daemon grafana.smithi110 on smithi110 2024-01-27T23:22:42.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:42 smithi110 conmon[35313]: audit 2024-01-27T23:22:41.545757+0000 mon.smithi110 (mon.0) 108 2024-01-27T23:22:42.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:42 smithi110 conmon[35313]: : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:22:44.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:43 smithi110 conmon[35313]: cluster 2024-01-27T23:22:42.413775+0000 2024-01-27T23:22:44.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:43 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14156) 13 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:46.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:45 smithi110 conmon[35313]: cluster 2024-01-27T23:22:44.413979+0000 mgr.smithi110.unybfe (mgr.14156) 2024-01-27T23:22:46.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:45 smithi110 conmon[35313]: 14 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:48.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:47 smithi110 conmon[35313]: cluster 2024-01-27T23:22:46.414273+0000 mgr.smithi110.unybfe (mgr.14156) 15 : 2024-01-27T23:22:48.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:47 smithi110 conmon[35313]: cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:49 smithi110 conmon[35313]: cluster 2024-01-27T23:22:48.414534+0000 mgr.smithi110.unybfe (mgr.14156) 16 : cluster [DBG] 2024-01-27T23:22:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:49 smithi110 conmon[35313]: pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:51 smithi110 conmon[35313]: cluster 2024-01-27T23:22:50.414700+0000 mgr.smithi110.unybfe (mgr.14156) 17 2024-01-27T23:22:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:51 smithi110 conmon[35313]: : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:54.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:53 smithi110 conmon[35313]: cluster 2024-01-27T23:22:52.414975+0000 mgr.smithi110.unybfe (mgr.14156) 18 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:56.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:55 smithi110 conmon[35313]: cluster 2024-01-27T23:22:54.415377+0000 mgr.smithi110.unybfe (mgr.14156) 19 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:22:58.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:57 smithi110 conmon[35313]: cluster 2024-01-27T23:22:56.415844+0000 mgr.smithi110.unybfe (mgr.14156) 20 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:00.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:22:59 smithi110 conmon[35313]: cluster 2024-01-27T23:22:58.416199+0000 mgr.smithi110.unybfe (mgr.14156) 21 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:01 smithi110 conmon[35313]: audit 2024-01-27T23:23:00.288479+0000 mon.smithi110 (mon.0) 109 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:01 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:00.290504+0000 mgr.smithi110.unybfe (mgr.14156) 22 : cephadm [INF] Deploying daemon node-exporter.smithi110 on smithi110 2024-01-27T23:23:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:01 smithi110 conmon[35313]: cluster 2024-01-27T23:23:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:01 smithi110 conmon[35313]: 2024-01-27T23:23:00.416460+0000 mgr.smithi110.unybfe (mgr.14156) 23 : cluster 2024-01-27T23:23:01.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:01 smithi110 conmon[35313]: [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:02.545 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:02 smithi110 conmon[35313]: audit 2024-01-27T23:23:01.550266+0000 mon.smithi110 (mon.0) 110 : audit 2024-01-27T23:23:02.545 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:02 smithi110 conmon[35313]: [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:03.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:03 smithi110 conmon[35313]: cluster 2024-01-27T23:23:02.416791+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:23:03.731 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:03 smithi110 conmon[35313]: .14156) 24 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:05.384 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:05 smithi110 conmon[35313]: audit 2024-01-27T23:23:04.295604+0000 mon.smithi110 (mon.0) 2024-01-27T23:23:05.385 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:05 smithi110 conmon[35313]: 111 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:05.385 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:05 smithi110 conmon[35313]: audit 2024-01-27T23:23:04.297635+0000 mon.smithi110 (mon.0) 112 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr module enable", "module": "prometheus"}]: dispatch 2024-01-27T23:23:05.385 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:05 smithi110 conmon[35313]: cluster 2024-01-27T23:23:04.417014+0000 mgr.smithi110.unybfe (mgr.14156 2024-01-27T23:23:05.385 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:05 smithi110 conmon[35313]: ) 25 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:06.433 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:06 smithi110 conmon[35313]: audit 2024-01-27T23:23:05.299284+0000 mon.smithi110 (mon.0) 113 : audit [INF] from='mgr.14156 172.21.15.110:0/2751409076' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "mgr module enable", "module": "prometheus"}]': finished 2024-01-27T23:23:06.433 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:06 smithi110 conmon[35313]: 2024-01-27T23:23:06.433 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:06 smithi110 conmon[35313]: cluster 2024-01-27T23:23:05.299331+0000 mon.smithi110 (mon.0) 114 : cluster [DBG] mgrmap e14: smithi110.unybfe(active, since 48s) 2024-01-27T23:23:10.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: cluster 2024-01-27T23:23:10.685402+0000 mon.smithi110 (mon.0) 115 : cluster [INF] Active manager daemon smithi110.unybfe restarted 2024-01-27T23:23:10.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: cluster 2024-01- 2024-01-27T23:23:10.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 27T23:23:10.685715+0000 mon.smithi110 (mon.0) 116 : cluster [INF] Activating manager daemon smithi110.unybfe 2024-01-27T23:23:10.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: cluster 2024-01-27T23:23:10.688563+0000 mon.smithi110 (mon.0 2024-01-27T23:23:10.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: ) 117 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-27T23:23:10.879 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: cluster 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 2024-01-27T23:23:10. 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 688676+0000 mon.smithi110 (mon.0) 118 : cluster 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: [DBG] mgrmap e15: smithi110.unybfe(active, starting, since 0.0031041s) 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 27T23:23:10.689703+0000 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: mon.smithi110 (mon.0) 119 : audit [DBG] 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: audit 2024-01-27T23: 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 23:10.690351+0000 mon.smithi110 (mon.0) 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 120 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr metadata", "who": "smithi110.unybfe", "id": "smithi110.unybfe"}]: dispatch 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 01-27T23:23:10. 2024-01-27T23:23:10.880 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 690980+0000 mon.smithi110 (mon.0) 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 121 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: audit 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 2024-01-27T23:23 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: :10.691122+0000 mon.smithi110 (mon.0) 122 : audit [DBG] 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: audit 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 2024-01-27T23:23: 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 10.691246+0000 mon.smithi110 (mon.0) 123 : 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: cluster 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 2024-01-27T23:23: 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: 10.705037+0000 mon.smithi110 (mon.0) 124 : 2024-01-27T23:23:10.881 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:10 smithi110 conmon[35313]: cluster [INF] Manager daemon smithi110.unybfe is now available 2024-01-27T23:23:11.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: audit 2024-01-27T23:23:10.801714+0000 mon.smithi110 (mon.0) 125 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: audit 2024-01-27T23:23:10.802895+0000 mon.smithi110 (mon.0) 126 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: audit 2024 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: -01-27T23:23:10.820024+0000 mon.smithi110 (mon.0) 127 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: audit 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: 2024-01-27T23:23:10.837099+0000 mon.smithi110 (mon.0) 128 : audit 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/mirror_snapshot_schedule"}]: dispatch 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: audit 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: 2024-01-27T23:23:10.843214+0000 mon.smithi110 (mon.0) 129 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/smithi110.unybfe/trash_purge_schedule"}]: dispatch 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: cluster 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: 2024-01-27T23:23:11.690641+0000 2024-01-27T23:23:11.970 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:11 smithi110 conmon[35313]: mon.smithi110 (mon.0) 130 : cluster [DBG] mgrmap e16: smithi110.unybfe(active, since 1.00507s) 2024-01-27T23:23:13.601 INFO:teuthology.orchestra.run.smithi116.stdout:Added host 'smithi116' with addr '172.21.15.116' 2024-01-27T23:23:13.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:13 smithi110 conmon[35313]: cluster 2024-01-27T23:23:12.741361+0000 mon.smithi110 (mon. 2024-01-27T23:23:13.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:13 smithi110 conmon[35313]: 0) 131 : cluster [DBG] mgrmap e17: smithi110.unybfe(active, since 2s) 2024-01-27T23:23:13.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:13 smithi110 conmon[35313]: audit 2024-01-27T23:23:12.954912+0000 mgr.smithi110.unybfe (mgr.14180) 1 2024-01-27T23:23:13.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:13 smithi110 conmon[35313]: : audit [DBG] from='client.14186 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:23:13.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:13 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:23:13.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:13 smithi110 conmon[35313]: T23:23:13.611066+0000 mon.smithi110 (mon.0) 132 : audit 2024-01-27T23:23:13.933 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:13 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:14.150 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch host ls --format=json 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:13.611380+0000 mgr.smithi110.unybfe 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: (mgr.14180) 2 : cephadm [INF] Added host smithi116 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: audit 2024-01-27T23:23:13. 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 839093+0000 mon.smithi110 (mon.0) 133 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: -27T23:23:14.147521 2024-01-27T23:23:15.024 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 134 : 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi110", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: audit 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 2024-01-27T23:23 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: :14.148352+0000 mon.smithi110 (mon 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: .0) 135 : audit [DBG] 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: audit 2024 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: -01-27T23:23:14 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: .148943+0000 mon.smithi110 (mon.0 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: ) 136 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: cephadm 2024- 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 01-27T23:23:14. 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 149973+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:23:15.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 3 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: cephadm 2024 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: -01-27T23:23:14. 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 179044+0000 mgr.smithi110.unybfe (mgr.14180) 4 : cephadm [INF] 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: Updating smithi110:/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: audit 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 2024-01-27T23:23 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: :14.218931+0000 mon.smithi110 (mon. 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 0) 137 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 01-27T23:23:14 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: .221159+0000 mon.smithi110 (mon. 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 0) 138 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: cephadm 2024 2024-01-27T23:23:15.026 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: -01-27T23:23:14. 2024-01-27T23:23:15.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 232532+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:23:15.027 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:14 smithi110 conmon[35313]: 5 : cephadm [INF] Deploying daemon prometheus.smithi110 on smithi110 2024-01-27T23:23:15.766 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:23:15.766 INFO:teuthology.orchestra.run.smithi116.stdout:[{"addr": "172.21.15.110", "hostname": "smithi110", "labels": [], "status": ""}, {"addr": "172.21.15.116", "hostname": "smithi116", "labels": [], "status": ""}] 2024-01-27T23:23:16.238 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-27T23:23:16.239 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd crush tunables default 2024-01-27T23:23:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:16 smithi110 conmon[35313]: audit 2024-01-27T23:23:15.777059+0000 mgr.smithi110.unybfe (mgr.14180) 6 2024-01-27T23:23:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:16 smithi110 conmon[35313]: : audit [DBG] from='client.14188 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:23:19.778 INFO:teuthology.orchestra.run.smithi110.stderr:adjusted tunables profile to default 2024-01-27T23:23:20.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:19 smithi110 conmon[35313]: audit 2024-01-27T23:23:19.733266+0000 mon.smithi110 (mon.0) 139 : audit [INF] from='client.? 172.21.15.110:0/2935851651' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-27T23:23:21.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:20 smithi110 conmon[35313]: audit 2024-01-27T23:23:19.785592+0000 mon.smithi110 (mon.0) 140 : audit [INF] from='client.? 172.21.15.110:0/2935851651' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-27T23:23:21.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:20 smithi110 conmon[35313]: 2024-01-27T23:23:21.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:20 smithi110 conmon[35313]: cluster 2024-01-27T23:23:19.785634+0000 mon.smithi110 (mon.0) 141 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-27T23:23:23.661 INFO:tasks.cephadm:Adding mon.smithi110 on smithi110 2024-01-27T23:23:23.661 INFO:tasks.cephadm:Adding mon.smithi116 on smithi116 2024-01-27T23:23:23.661 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch apply mon '2;smithi110:172.21.15.110=smithi110;smithi116:172.21.15.116=smithi116' 2024-01-27T23:23:25.307 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled mon update... 2024-01-27T23:23:25.831 DEBUG:teuthology.orchestra.run.smithi116:mon.smithi116> sudo journalctl -f -n 0 -u ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi116.service 2024-01-27T23:23:25.834 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:23:25.835 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:23:25.864 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:-- Logs begin at Sat 2024-01-27 23:09:48 UTC. -- 2024-01-27T23:23:26.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:26 smithi110 conmon[35313]: audit 2024-01-27T23:23:25.313236+0000 mgr.smithi110.unybfe 2024-01-27T23:23:26.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:26 smithi110 conmon[35313]: (mgr.14180) 7 : audit [DBG] from='client.14192 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mon", "placement": "2;smithi110:172.21.15.110=smithi110;smithi116:172.21.15.116=smithi116", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:23:26.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:26 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:25.315068+0000 mgr.smithi110.unybfe (mgr.14180) 8 : cephadm [INF] Saving service mon spec with placement smithi110:172.21.15.110=smithi110;smithi116:172.21.15.116=smithi116;count:2 2024-01-27T23:23:26.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:26 smithi110 conmon[35313]: audit 2024-01-27T23:23:25.317489+0000 mon.smithi110 (mon.0) 142 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:27.534 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:23:27.535 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":1,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","modified":"2024-01-27T23:21:24.682990Z","created":"2024-01-27T23:21:24.682990Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T23:23:27.536 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 1 2024-01-27T23:23:28.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:27 smithi110 conmon[35313]: audit 2024-01-27T23:23:27.545404+0000 mon.smithi110 (mon.0) 143 : audit [DBG] from='client.? 172.21.15.116:0/672165349' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:23:29.027 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:23:29.028 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:23:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:28 smithi110 conmon[35313]: audit 2024-01-27T23:23:27.859215+0000 mon.smithi110 (mon.0) 2024-01-27T23:23:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:28 smithi110 conmon[35313]: 144 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:28 smithi110 conmon[35313]: audit 2024-01-27T23:23:27.860260+0000 mon.smithi110 (mon.0) 145 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:23:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:28 smithi110 conmon[35313]: audit 2024-01-27T23:23:28.324901+0000 mon.smithi110 (mon.0) 146 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:28 smithi110 conmon[35313]: audit 2024-01-27T23:23:28.660338+0000 mon.smithi110 (mon.0) 147 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:31.348 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:23:31.348 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":1,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","modified":"2024-01-27T23:21:24.682990Z","created":"2024-01-27T23:21:24.682990Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T23:23:31.350 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 1 2024-01-27T23:23:31.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:31 smithi110 conmon[35313]: audit 2024-01-27T23:23:30.531142+0000 mon.smithi110 (mon.0) 148 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:31.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:31 smithi110 conmon[35313]: cluster 2024-01-27T23:23:30.692288+0000 mgr.smithi110.unybfe ( 2024-01-27T23:23:31.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:31 smithi110 conmon[35313]: mgr.14180) 9 : cluster [DBG] pgmap v4: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:31.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:31 smithi110 conmon[35313]: audit 2024-01-27T23:23:30.822030+0000 mon.smithi110 (mon.0) 149 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:31.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:31 smithi110 conmon[35313]: audit 2024-01-27T23:23:31.358882+0000 mon.smithi110 (mon.0) 150 : audit [DBG] from='client.? 172.21.15.116:0/1262964524' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:23:33.306 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:23:33.306 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27T23:23:32.598284+0000 mon.smithi110 (mon.0) 151 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: cluster 2024-01-27T23:23:32.692666+0000 mgr.smithi110.unybfe (mgr.14180) 10 : cluster [DBG] pgmap v5: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27T23:23:33.043473+0000 mon.smithi110 (mon.0) 152 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27T23:23:33.044395+0000 mon.smithi110 (mon. 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: 0) 153 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd/host:smithi116", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27T23:23 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: :33.045453+0000 mon.smithi110 (mon.0) 154 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: T23:23:33.046241+0000 mon.smithi110 (mon.0) 155 : audit 2024-01-27T23:23:33.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: cephadm 2024-01-27T23 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: :23:33.047520+0000 mgr.smithi110.unybfe (mgr.14180) 11 : cephadm 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: cephadm 2024-01-27 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: T23:23:33.069633+0000 mgr.smithi110.unybfe (mgr.14180) 12 : cephadm 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: [INF] Updating smithi116:/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: 2024-01-27T23:23:33.130542+0000 mon.smithi110 (mon.0) 156 : audit [INF] 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: 01-27T23:23:33.133229+0000 mon.smithi110 (mon.0) 157 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: T23:23:33.135052+0000 mon.smithi110 (mon.0) 158 : audit 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:23:33.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: -27T23:23:33.137088+0000 mon.smithi110 (mon.0) 159 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]': finished 2024-01-27T23:23:33.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: audit 2024-01-27T23: 2024-01-27T23:23:33.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: 23:33.137861+0000 mon.smithi110 (mon.0) 160 : audit [DBG] 2024-01-27T23:23:33.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:33.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: cephadm 2024 2024-01-27T23:23:33.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:33 smithi110 conmon[35313]: -01-27T23:23:33.138478+0000 mgr.smithi110.unybfe (mgr.14180) 13 : cephadm [INF] Deploying daemon crash.smithi116 on smithi116 2024-01-27T23:23:35.751 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:23:35.752 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":1,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","modified":"2024-01-27T23:21:24.682990Z","created":"2024-01-27T23:21:24.682990Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T23:23:35.752 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 1 2024-01-27T23:23:36.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:35 smithi110 conmon[35313]: cluster 2024-01-27T23:23:34.693027+0000 mgr.smithi110.unybfe (mgr.14180) 14 : cluster [DBG] pgmap v6: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:37.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: audit 2024-01-27T23:23:35.758703+0000 mon.smithi110 (mon.0) 161 : audit [DBG] from='client.? 172.21.15.116:0/94308363' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:23:37.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: audit 2024-01-27T23:23:36.026294+0000 2024-01-27T23:23:37.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: mon.smithi110 (mon.0) 162 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:37.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: audit 2024-01-27T23:23:36.028458+0000 mon.smithi110 (mon.0) 163 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.asnehs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: audit 2024-01-27T23:23:36. 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: 030505+0000 mon.smithi110 (mon.0) 164 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.asnehs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: audit 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: 2024-01-27T23:23:36.031319+0000 mon.smithi110 (mon.0) 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: 165 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: audit 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: 2024-01-27T23:23:36.032286+0000 mon.smithi110 ( 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: mon.0) 166 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:37.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:36.032997 2024-01-27T23:23:37.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:36 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 15 : cephadm [INF] Deploying daemon mgr.smithi116.asnehs on smithi116 2024-01-27T23:23:37.602 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:23:37.602 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:23:38.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:38 smithi110 conmon[35313]: cluster 2024-01-27T23:23:36.693333+0000 mgr.smithi110.unybfe (mgr.14180) 16 : cluster [DBG] pgmap v7: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:39.611 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:23:39.612 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":1,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","modified":"2024-01-27T23:21:24.682990Z","created":"2024-01-27T23:21:24.682990Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0]} 2024-01-27T23:23:39.613 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 1 2024-01-27T23:23:40.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: cluster 2024-01-27T23:23:38.693696+0000 mgr.smithi110.unybfe (mgr.14180) 17 : cluster [DBG] pgmap v8: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:40.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: audit 2024-01-27T23:23:38.812422+0000 mon.smithi110 (mon.0) 167 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:40.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: 2024-01-27T23:23:40.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: audit 2024-01-27T23:23:38.814677+0000 mon.smithi110 (mon.0) 168 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:23:40.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: audit 2024-01-27T23:23:38 2024-01-27T23:23:40.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: .815438+0000 mon.smithi110 (mon.0) 169 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:40.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: cephadm 2024-01-27T23:23 2024-01-27T23:23:40.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: :38.816096+0000 mgr.smithi110.unybfe (mgr.14180) 18 : cephadm [INF] Deploying daemon mon.smithi116 on smithi116 2024-01-27T23:23:40.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: audit 2024-01-27T23:23:40.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:39 smithi110 conmon[35313]: 2024-01-27T23:23:39.622899+0000 mon.smithi110 (mon.0) 170 : audit [DBG] from='client.? 172.21.15.116:0/2215885028' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:23:41.574 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-27T23:23:41.574 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph mon dump -f json 2024-01-27T23:23:42.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:41 smithi116 systemd[1]: Starting Ceph mon.smithi116 for b027ead4-bd6a-11ee-95b2-87774f69a715... 2024-01-27T23:23:42.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:41 smithi110 conmon[35313]: cluster 2024-01-27T23:23:40.694054+0000 mgr.smithi110.unybfe (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:42.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:41 smithi110 conmon[35313]: 2024-01-27T23:23:42.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:41 smithi110 conmon[35313]: audit 2024-01-27T23:23:40.825828+0000 mon.smithi110 (mon.0) 171 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:42.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.337+0000 7fd6629fb880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-27T23:23:42.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.337+0000 7fd6629fb880 0 ceph version 16.2.14-508-ga72a5dac (a72a5dace2353a54147d37bd2699a2a482507966) pacific (stable), process ceph-mon, pid 7 2024-01-27T23:23:42.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.337+0000 7fd6629fb880 0 pidfile_write: ignore empty --pid-file 2024-01-27T23:23:42.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.343+0000 7fd6629fb880 0 load: jerasure load: lrc load: isa 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: RocksDB version: 6.8.1 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Compile date Jan 25 2024 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: DB SUMMARY 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: CURRENT file: CURRENT 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-smithi116/store.db dir, Total Num: 0, files: 2024-01-27T23:23:42.769 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-smithi116/store.db: 000003.log size: 511 ; 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.error_if_exists: 0 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.create_if_missing: 0 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.paranoid_checks: 1 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.env: 0x5559b7d6b080 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.fs: Posix File System 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.info_log: 0x5559b926bd20 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.statistics: (nil) 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.use_fsync: 0 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_log_file_size: 0 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-27T23:23:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.allow_fallocate: 1 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.use_direct_reads: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.db_log_dir: 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-smithi116/store.db 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_subcompactions: 1 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_background_flushes: -1 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-27T23:23:42.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.write_buffer_manager: 0x5559b9f68420 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-27T23:23:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.unordered_write: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.row_cache: None 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.wal_filter: None 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.preserve_deletes: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.two_write_queues: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-27T23:23:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.atomic_flush: 0 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.log_readahead_size: 0 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_background_jobs: 2 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_background_compactions: -1 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-27T23:23:42.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.max_open_files: -1 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Compression algorithms supported: 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kZSTD supported: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kXpressCompression supported: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kLZ4Compression supported: 1 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kBZip2Compression supported: 0 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kZlibCompression supported: 1 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: kSnappyCompression supported: 1 2024-01-27T23:23:42.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.344+0000 7fd6629fb880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.merge_operator: 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_filter: None 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-27T23:23:42.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-27T23:23:42.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-27T23:23:42.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5559b9215d28) 2024-01-27T23:23:42.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: cache_index_and_filter_blocks: 1 2024-01-27T23:23:42.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: pin_top_level_index_and_filter: 1 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: index_type: 0 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: data_block_index_type: 0 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: index_shortening: 1 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: data_block_hash_table_util_ratio: 0.750000 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: hash_index_allow_collision: 1 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: checksum: 1 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: no_block_cache: 0 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_cache: 0x5559b924ef10 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_cache_name: BinnedLRUCache 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_cache_options: 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: capacity : 536870912 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: num_shard_bits : 4 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: strict_capacity_limit : 0 2024-01-27T23:23:42.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: high_pri_pool_ratio: 0.000 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_cache_compressed: (nil) 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: persistent_cache: (nil) 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_size: 4096 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_size_deviation: 10 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_restart_interval: 16 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: index_block_restart_interval: 1 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: metadata_block_size: 4096 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: partition_filters: 0 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: use_delta_encoding: 1 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: whole_key_filtering: 1 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: verify_compression: 0 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: read_amp_bytes_per_bit: 0 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: format_version: 2 2024-01-27T23:23:42.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: enable_index_compression: 1 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: block_align: 0 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compression: NoCompression 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.num_levels: 7 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-27T23:23:42.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-27T23:23:42.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-27T23:23:42.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.table_properties_collectors: 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.inplace_update_support: 0 2024-01-27T23:23:42.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.bloom_locality: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.max_successive_merges: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.ttl: 2592000 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-smithi116/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 0 2024-01-27T23:23:42.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706397822346698, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.345+0000 7fd6629fb880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #3 mode 2 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.346+0000 7fd6629fb880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.346+0000 7fd6629fb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706397822347353, "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": 1706397822, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.346+0000 7fd6629fb880 4 rocksdb: [version_set.cc:3826] Creating manifest 5 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.347+0000 7fd6629fb880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706397822347865, "job": 1, "event": "recovery_finished"} 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.347+0000 7fd6629fb880 4 rocksdb: DB pointer 0x5559b9319800 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.348+0000 7fd6497ed700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.348+0000 7fd6497ed700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ** DB Stats ** 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-27T23:23:42.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ** Compaction Stats [default] ** 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ** Compaction Stats [default] ** 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:23:42.786 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Interval compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ** Compaction Stats [default] ** 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:23:42.787 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: L0 1/0 1.40 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Sum 1/0 1.40 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ** Compaction Stats [default] ** 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 2.3 0.00 0.00 1 0.001 0 0 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(Total Files): cumulative 0, interval 0 2024-01-27T23:23:42.788 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: AddFile(Keys): cumulative 0, interval 0 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Cumulative compaction: 0.00 GB write, 0.45 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ** File Read Latency Histogram By Level [default] ** 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.348+0000 7fd6629fb880 0 mon.smithi116 does not exist in monmap, will attempt to join an existing cluster 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.348+0000 7fd6629fb880 0 using public_addr v2:172.21.15.116:0/0 -> [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.349+0000 7fd6629fb880 0 starting mon.smithi116 rank -1 at public addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] at bind addrs [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] mon_data /var/lib/ceph/mon/ceph-smithi116 fsid b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.350+0000 7fd6629fb880 1 mon.smithi116@-1(???) e0 preinit fsid b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 bash[40409]: 6aafc92779f4486acb320fdbd5fb564a4d6a1fa8d2260e985dec418c1751b418 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 systemd[1]: Started Ceph mon.smithi116 for b027ead4-bd6a-11ee-95b2-87774f69a715. 2024-01-27T23:23:42.789 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 0 mon.smithi116@-1(synchronizing).mds e1 new map 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 0 mon.smithi116@-1(synchronizing).mds e1 print_map 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: e1 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: enable_multiple, ever_enabled_multiple: 1,1 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: legacy client fscid: -1 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: No filesystems configured 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-27T23:23:42.790 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.382+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.383+0000 7fd64bff2700 0 mon.smithi116@-1(synchronizing).osd e5 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.383+0000 7fd64bff2700 0 mon.smithi116@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.383+0000 7fd64bff2700 0 mon.smithi116@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.383+0000 7fd64bff2700 0 mon.smithi116@-1(synchronizing).osd e5 crush map has features 288514050185494528, adjusting msgr requires 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: cluster 2024-01-27 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: T23:23:40.694054+0000 mgr.smithi110.unybfe (mgr.14180) 19 : cluster [DBG] pgmap v9: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: audit 2024-01-27T23:23:40.825828+0000 mon.smithi110 (mon.0 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: ) 171 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:42.791 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:42 smithi116 conmon[40473]: debug 2024-01-27T23:23:42.383+0000 7fd64bff2700 1 mon.smithi116@-1(synchronizing).paxosservice(auth 1..6) refresh upgraded, format 0 -> 3 2024-01-27T23:23:47.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:42.390974+0000 mon.smithi110 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.738 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:42.391166+0000 mon.smithi110 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:42.391625+0000 mon.smithi110 (mon.0) 174 : cluster [INF] mon.smithi110 calling monitor election 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:42.694370+0000 mgr.smithi110.unybfe (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:43.387988+0000 mon.smithi110 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:44.279521+0000 mon.smithi110 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.asnehs/crt"}]: dispatch 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:44.388102+0000 mon.smithi110 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:44.389150+0000 mon.smithi116 (mon.1) 1 : cluster [INF] mon.smithi116 calling monitor election 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:44.694684+0000 mgr.smithi110.unybfe (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:45 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: .388268+0000 mon.smithi110 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:46. 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: 388232+0000 mon.smithi110 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01- 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: 27T23:23:46.694919+0000 mgr.smithi110.unybfe (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:47.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:47.388526+0000 mon.smithi110 ( 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: 2024-01-27T23:23:47.417917+0000 mon.smithi110 (mon.0) 181 : cluster [INF] mon.smithi110 is new leader, mons smithi110,smithi116 in quorum (ranks 0,1) 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:47.420808+0000 mon.smithi110 (mon 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: .0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: -01-27T23:23:47.421281+0000 mon.smithi110 (mon.0) 183 : cluster [DBG] fsmap 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:47.421310+0000 mon.smithi110 ( 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: 2024-01-27T23:23:47.421524+0000 mon.smithi110 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi110.unybfe(active, since 36s) 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:47. 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: 422509+0000 mon.smithi110 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi116.asnehs started 2024-01-27T23:23:47.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: -27T23:23:47.423712+0000 mon.smithi110 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: cluster 2024-01-27T23:23:47 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: .425255+0000 mon.smithi110 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23:47.425705+0000 mon.smithi110 (mon.0) 189 : audit 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.asnehs/key"}]: dispatch 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01-27T23:23: 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: 47.426084+0000 mon.smithi110 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: audit 2024-01 2024-01-27T23:23:47.741 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:47 smithi116 conmon[40473]: -27T23:23:47.427510+0000 mon.smithi110 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:47.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27T23:23:42.390974+0000 mon.smithi110 (mon.0) 172 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27T23:23:42.391166+0000 mon.smithi110 (mon.0) 173 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi110"}]: dispatch 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:42.391625+0000 mon.smithi110 (mon.0) 174 : cluster [INF] mon.smithi110 calling monitor election 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:42.694370+0000 mgr.smithi110.unybfe (mgr.14180) 20 : cluster [DBG] pgmap v10: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: T23:23:43.387988+0000 mon.smithi110 (mon.0) 175 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27T23:23:44.279521+0000 mon.smithi110 (mon.0) 176 : audit [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.asnehs/crt"}]: dispatch 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27T23:23:44.388102+0000 mon.smithi110 (mon.0) 177 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: -01-27T23:23:44.389150+0000 mon.smithi116 (mon.1) 1 : cluster [INF] mon.smithi116 calling monitor election 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 2024-01-27T23:23:44.694684+0000 mgr.smithi110.unybfe (mgr.14180) 21 : cluster [DBG] pgmap v11: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:23:47.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: -27T23:23:45.388268+0000 mon.smithi110 (mon.0) 178 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 27T23:23:46.388232+0000 mon.smithi110 (mon.0) 179 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 2024-01-27T23:23:46.694919+0000 mgr.smithi110.unybfe (mgr.14180) 22 : cluster [DBG] pgmap v12: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 2024-01-27T23:23:47.388526+0000 mon.smithi110 (mon.0) 180 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:47.417917+0000 mon.smithi110 (mon.0) 181 : cluster 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: [INF] mon.smithi110 is new leader, mons smithi110,smithi116 in quorum (ranks 0,1) 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:47. 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 420808+0000 mon.smithi110 (mon.0) 182 : cluster [DBG] monmap e2: 2 mons at {smithi110=[v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0],smithi116=[v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0]} removed_ranks: {} 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 23:23:47.421281+0000 mon.smithi110 (mon.0) 183 : cluster [DBG] fsmap 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: :23:47.421310+0000 mon.smithi110 (mon.0) 184 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-27T23:23:47.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024- 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 01-27T23:23:47.421524+0000 mon.smithi110 (mon.0) 185 : cluster [DBG] mgrmap e17: smithi110.unybfe(active, since 36s) 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:47.422509+0000 mon.smithi110 (mon.0) 186 : cluster [DBG] Standby manager daemon smithi116.asnehs started 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 01-27T23:23:47.423712+0000 mon.smithi110 (mon.0) 187 : audit [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: cluster 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 2024-01-27T23:23:47.425255+0000 mon.smithi110 (mon.0) 188 : cluster [INF] overall HEALTH_OK 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27T23:23:47.425705+0000 mon.smithi110 (mon.0) 189 : audit 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/smithi116.asnehs/key"}]: dispatch 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01-27T23:23: 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 47.426084+0000 mon.smithi110 (mon.0) 190 : audit [DBG] from='mgr.? 172.21.15.116:0/3042403133' entity='mgr.smithi116.asnehs' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:23:47.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:47 smithi110 conmon[35313]: 27T23:23:47.427510+0000 mon.smithi110 (mon.0) 191 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:48.089 INFO:teuthology.orchestra.run.smithi116.stdout: 2024-01-27T23:23:48.091 INFO:teuthology.orchestra.run.smithi116.stdout:{"epoch":2,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","modified":"2024-01-27T23:23:42.388412Z","created":"2024-01-27T23:21:24.682990Z","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":"smithi110","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:3300","nonce":0},{"type":"v1","addr":"172.21.15.110:6789","nonce":0}]},"addr":"172.21.15.110:6789/0","public_addr":"172.21.15.110:6789/0","priority":0,"weight":0,"crush_location":"{}"},{"rank":1,"name":"smithi116","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:3300","nonce":0},{"type":"v1","addr":"172.21.15.116:6789","nonce":0}]},"addr":"172.21.15.116:6789/0","public_addr":"172.21.15.116:6789/0","priority":0,"weight":0,"crush_location":"{}"}],"quorum":[0,1]} 2024-01-27T23:23:48.091 INFO:teuthology.orchestra.run.smithi116.stderr:dumped monmap epoch 2 2024-01-27T23:23:48.619 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-27T23:23:48.620 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph config generate-minimal-conf 2024-01-27T23:23:48.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:48 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:47.429174+0000 mgr.smithi110.unybfe (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi116 on smithi116 2024-01-27T23:23:48.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:48 smithi116 conmon[40473]: cluster 2024-01-27T23:23:47.482843+0000 mon.smithi110 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi110.unybfe(active, since 36s), standbys: smithi116.asnehs 2024-01-27T23:23:48.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:48 smithi116 conmon[40473]: audit 2024-01-27T23:23:47.483027+0000 mon.smithi110 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr metadata", "who": "smithi116.asnehs", "id": "smithi116.asnehs"}]: dispatch 2024-01-27T23:23:48.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:48 smithi116 conmon[40473]: audit 2024-01-27T23:23:48.099037+0000 mon.smithi110 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.116:0/3451366996' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:23:48.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:48 smithi116 conmon[40473]: audit 2024-01-27T23:23:48.388354+0000 mon.smithi110 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:48.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:48 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:47.429174+0000 mgr.smithi110.unybfe (mgr.14180) 23 : cephadm [INF] Deploying daemon node-exporter.smithi116 on smithi116 2024-01-27T23:23:48.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:48 smithi110 conmon[35313]: 2024-01-27T23:23:48.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:48 smithi110 conmon[35313]: cluster 2024-01-27T23:23:47.482843+0000 mon.smithi110 (mon.0) 192 : cluster [DBG] mgrmap e18: smithi110.unybfe(active, since 36s), standbys: smithi116.asnehs 2024-01-27T23:23:48.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:48 smithi110 conmon[35313]: audit 2024-01-27T23:23:47.483027+0000 mon.smithi110 (mon.0) 193 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr metadata", "who": "smithi116.asnehs", "id": "smithi116.asnehs"}]: dispatch 2024-01-27T23:23:48.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:48 smithi110 conmon[35313]: audit 2024-01-27T23:23:48.099037+0000 mon.smithi110 (mon.0) 194 : audit [DBG] from='client.? 172.21.15.116:0/3451366996' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-27T23:23:48.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:48 smithi110 conmon[35313]: audit 2024-01-27T23:23:48.388354+0000 mon.smithi110 (mon.0) 195 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mon metadata", "id": "smithi116"}]: dispatch 2024-01-27T23:23:49.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:49 smithi116 conmon[40473]: cluster 2024-01-27T23:23:48.695216 2024-01-27T23:23:49.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:49 smithi116 conmon[40473]: +0000 mgr.smithi110.unybfe (mgr.14180) 24 : cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:49.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:49 smithi110 conmon[35313]: cluster 2024-01-27T23:23:48.695216+0000 mgr.smithi110.unybfe (mgr.14180) 24 : 2024-01-27T23:23:49.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:49 smithi110 conmon[35313]: cluster [DBG] pgmap v13: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:50.563 INFO:teuthology.orchestra.run.smithi110.stdout:# minimal ceph.conf for b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:23:50.563 INFO:teuthology.orchestra.run.smithi110.stdout:[global] 2024-01-27T23:23:50.563 INFO:teuthology.orchestra.run.smithi110.stdout: fsid = b027ead4-bd6a-11ee-95b2-87774f69a715 2024-01-27T23:23:50.563 INFO:teuthology.orchestra.run.smithi110.stdout: mon_host = [v2:172.21.15.110:3300/0,v1:172.21.15.110:6789/0] [v2:172.21.15.116:3300/0,v1:172.21.15.116:6789/0] 2024-01-27T23:23:50.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:50 smithi110 conmon[35313]: audit 2024-01-27T23:23:50.574450+0000 mon.smithi110 (mon.0) 196 : 2024-01-27T23:23:50.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:50 smithi110 conmon[35313]: audit [DBG] from='client.? 172.21.15.110:0/1728542495' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:51.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:50 smithi116 conmon[40473]: audit 2024-01-27T23:23:50.574450+0000 mon.smithi110 (mon.0) 196 : audit [DBG] 2024-01-27T23:23:51.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:50 smithi116 conmon[40473]: from='client.? 172.21.15.110:0/1728542495' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:51.133 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-27T23:23:51.133 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:23:51.133 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.conf 2024-01-27T23:23:51.164 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:23:51.165 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:23:51.231 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:23:51.232 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.conf 2024-01-27T23:23:51.266 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:23:51.266 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-27T23:23:51.333 INFO:tasks.cephadm:Deploying OSDs... 2024-01-27T23:23:51.333 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:23:51.333 DEBUG:teuthology.orchestra.run.smithi110:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:23:51.350 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:23:51.350 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme1n1 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme1n1 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 201317 Links: 1 Device type: 103,1 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:22:28.512316349 +0000 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:20:39.145125495 +0000 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:20:39.145125495 +0000 2024-01-27T23:23:51.407 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:23:51.408 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-27T23:23:51.473 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:23:51.473 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:23:51.473 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.00012035 s, 4.3 MB/s 2024-01-27T23:23:51.474 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-27T23:23:51.533 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme2n1 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme2n1 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 201332 Links: 1 Device type: 103,2 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:22:28.520316217 +0000 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:20:39.294123024 +0000 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:20:39.294123024 +0000 2024-01-27T23:23:51.590 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:23:51.591 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-27T23:23:51.656 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:23:51.656 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:23:51.656 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000128208 s, 4.0 MB/s 2024-01-27T23:23:51.657 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-27T23:23:51.716 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme3n1 2024-01-27T23:23:51.773 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme3n1 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 206066 Links: 1 Device type: 103,3 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:22:28.529316069 +0000 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:20:39.445120519 +0000 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:20:39.445120519 +0000 2024-01-27T23:23:51.774 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:23:51.774 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-27T23:23:51.839 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:23:51.839 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:23:51.839 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000146892 s, 3.5 MB/s 2024-01-27T23:23:51.840 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-27T23:23:51.900 DEBUG:teuthology.orchestra.run.smithi110:> stat /dev/nvme4n1 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout: File: /dev/nvme4n1 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout:Device: 6h/6d Inode: 206179 Links: 1 Device type: 103,4 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout:Access: 2024-01-27 23:22:28.537315937 +0000 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout:Modify: 2024-01-27 23:20:39.594118048 +0000 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout:Change: 2024-01-27 23:20:39.594118048 +0000 2024-01-27T23:23:51.957 INFO:teuthology.orchestra.run.smithi110.stdout: Birth: - 2024-01-27T23:23:51.958 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-27T23:23:52.021 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records in 2024-01-27T23:23:52.022 INFO:teuthology.orchestra.run.smithi110.stderr:1+0 records out 2024-01-27T23:23:52.022 INFO:teuthology.orchestra.run.smithi110.stderr:512 bytes copied, 0.000107129 s, 4.8 MB/s 2024-01-27T23:23:52.022 DEBUG:teuthology.orchestra.run.smithi110:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-27T23:23:52.080 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:23:52.081 DEBUG:teuthology.orchestra.run.smithi116:> dd if=/scratch_devs of=/dev/stdout 2024-01-27T23:23:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:51 smithi110 conmon[35313]: cluster 2024-01-27T23:23:50.695610+0000 mgr.smithi110.unybfe (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:52.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:51 smithi110 conmon[35313]: audit 2024-01-27T23:23:50.830259+0000 mon.smithi110 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:51 smithi110 conmon[35313]: audit 2024-01-27T23:23:51.514582+0000 mon.smithi110 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:51 smithi110 conmon[35313]: audit 2024-01-27T23:23:51.515813+0000 mon.smithi110 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:23:52.099 DEBUG:teuthology.misc:devs=['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2024-01-27T23:23:52.099 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme1n1 2024-01-27T23:23:52.157 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme1n1 2024-01-27T23:23:52.157 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:52.158 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 204813 Links: 1 Device type: 103,1 2024-01-27T23:23:52.158 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:52.158 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:52.158 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:23:31.094468645 +0000 2024-01-27T23:23:52.158 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:20:40.770235593 +0000 2024-01-27T23:23:52.158 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:20:40.770235593 +0000 2024-01-27T23:23:52.158 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:23:52.158 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme1n1 of=/dev/null count=1 2024-01-27T23:23:52.223 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:51 smithi116 conmon[40473]: cluster 2024-01-27T23:23:50.695610+0000 mgr.smithi110.unybfe (mgr.14180) 25 : cluster [DBG] pgmap v14: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:52.223 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:51 smithi116 conmon[40473]: audit 2024-01-27T23:23:50.830259+0000 mon.smithi110 (mon.0) 197 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:52.223 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:51 smithi116 conmon[40473]: audit 2024-01-27T23:23:51.514582+0000 mon.smithi110 (mon.0) 198 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:52.223 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:51 smithi116 conmon[40473]: audit 2024-01-27T23:23:51.515813+0000 mon.smithi110 (mon.0) 199 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:23:52.225 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:23:52.225 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:23:52.225 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000219988 s, 2.3 MB/s 2024-01-27T23:23:52.226 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme1n1 2024-01-27T23:23:52.287 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme2n1 2024-01-27T23:23:52.345 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme2n1 2024-01-27T23:23:52.345 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:52.345 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 204819 Links: 1 Device type: 103,2 2024-01-27T23:23:52.346 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:52.346 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:52.346 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:23:31.106468452 +0000 2024-01-27T23:23:52.346 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:20:40.922233113 +0000 2024-01-27T23:23:52.346 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:20:40.922233113 +0000 2024-01-27T23:23:52.346 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:23:52.346 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme2n1 of=/dev/null count=1 2024-01-27T23:23:52.412 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:23:52.413 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:23:52.413 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000222572 s, 2.3 MB/s 2024-01-27T23:23:52.414 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme2n1 2024-01-27T23:23:52.472 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme3n1 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme3n1 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 204836 Links: 1 Device type: 103,3 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:23:31.116468291 +0000 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:20:41.071230682 +0000 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:20:41.071230682 +0000 2024-01-27T23:23:52.531 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:23:52.531 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme3n1 of=/dev/null count=1 2024-01-27T23:23:52.597 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:23:52.597 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:23:52.597 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000211518 s, 2.4 MB/s 2024-01-27T23:23:52.598 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme3n1 2024-01-27T23:23:52.655 DEBUG:teuthology.orchestra.run.smithi116:> stat /dev/nvme4n1 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout: File: /dev/nvme4n1 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout: Size: 0 Blocks: 0 IO Block: 4096 block special file 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout:Device: 6h/6d Inode: 207947 Links: 1 Device type: 103,4 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout:Access: (0660/brw-rw----) Uid: ( 0/ root) Gid: ( 6/ disk) 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout:Context: system_u:object_r:nvme_device_t:s0 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout:Access: 2024-01-27 23:23:31.127468114 +0000 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout:Modify: 2024-01-27 23:20:41.222228219 +0000 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout:Change: 2024-01-27 23:20:41.222228219 +0000 2024-01-27T23:23:52.713 INFO:teuthology.orchestra.run.smithi116.stdout: Birth: - 2024-01-27T23:23:52.714 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd if=/dev/nvme4n1 of=/dev/null count=1 2024-01-27T23:23:52.779 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records in 2024-01-27T23:23:52.779 INFO:teuthology.orchestra.run.smithi116.stderr:1+0 records out 2024-01-27T23:23:52.779 INFO:teuthology.orchestra.run.smithi116.stderr:512 bytes copied, 0.000256664 s, 2.0 MB/s 2024-01-27T23:23:52.780 DEBUG:teuthology.orchestra.run.smithi116:> ! mount | grep -v devtmpfs | grep -q /dev/nvme4n1 2024-01-27T23:23:52.838 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch apply osd --all-available-devices 2024-01-27T23:23:54.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: cluster 2024-01-27T23:23:52.696029+0000 mgr.smithi110.unybfe (mgr.14180) 26 : cluster [DBG] pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:54.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.811960+0000 mon.smithi110 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.812885+0000 mon.smithi110 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.813743+0000 mon.smithi110 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:52.814764+0000 mgr.smithi110.unybfe (mgr.14180) 27 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:52.815089+0000 mgr.smithi110.unybfe (mgr.14180) 28 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.838727+0000 mon.smithi110 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.864085+0000 mon.smithi110 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.867552+0000 mon.smithi110 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:52.871008+0000 mgr.smithi110.unybfe (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi110 (unknown last config time)... 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.871301+0000 mon.smithi110 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.872069+0000 mon.smithi110 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: audit 2024-01-27T23:23:52.872734+0000 mon.smithi110 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:53 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:52.873319+0000 mgr.smithi110.unybfe (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi110 on smithi110 2024-01-27T23:23:54.068 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: cluster 2024-01-27T23:23:52.696029+0000 mgr.smithi110.unybfe (mgr.14180) 26 : cluster [DBG] 2024-01-27T23:23:54.068 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: pgmap v15: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:54.068 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.811960+0000 mon.smithi110 (mon.0) 200 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.068 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.812885+0000 mon.smithi110 (mon.0) 201 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:54.068 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.813743+0000 mon.smithi110 (mon.0) 202 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:23:54.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:52.814764+0000 mgr.smithi110.unybfe (mgr.14180) 27 : cephadm [INF] Updating smithi110:/etc/ceph/ceph.conf 2024-01-27T23:23:54.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:52.815089+0000 mgr.smithi110.unybfe (mgr.14180) 28 : cephadm [INF] Updating smithi116:/etc/ceph/ceph.conf 2024-01-27T23:23:54.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.838727+0000 mon.smithi110 (mon.0) 203 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.864085+0000 mon.smithi110 (mon.0) 204 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.867552+0000 mon.smithi110 (mon.0) 205 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:54.069 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:52.871008+0000 mgr.smithi110.unybfe (mgr.14180) 29 : cephadm [INF] Reconfiguring mon.smithi110 (unknown last config time)... 2024-01-27T23:23:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.871301+0000 mon.smithi110 (mon.0) 206 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:23:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.872069+0000 mon.smithi110 (mon.0) 207 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:23:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: audit 2024-01-27T23:23:52.872734+0000 mon.smithi110 (mon.0) 208 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:54.070 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:53 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:52.873319+0000 mgr.smithi110.unybfe (mgr.14180) 30 : cephadm [INF] Reconfiguring daemon mon.smithi110 on smithi110 2024-01-27T23:23:54.866 INFO:teuthology.orchestra.run.smithi116.stdout:Scheduled osd.all-available-devices update... 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: audit 2024-01-27T23:23:54.118406+0000 mon.smithi110 (mon. 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: 0) 209 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:54.119003+0000 mgr.smithi110.unybfe (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi110.unybfe (unknown last config time)... 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: audit 2024-01-27T23:23:54.119221+0000 mon.smithi110 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.unybfe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: audit 2024-01-27T23:23:54.119865+0000 mon.smithi110 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: audit 2024-01-27T23:23:54.120359+0000 mon.smithi110 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:54.120846+0000 mgr.smithi110.unybfe (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi110.unybfe on smithi110 2024-01-27T23:23:55.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:55 smithi116 conmon[40473]: audit 2024-01-27T23:23:54.877728+0000 mon.smithi110 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: audit 2024-01-27T23:23:54.118406+0000 mon.smithi110 (mon.0) 209 : audit 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:54.119003+0000 mgr.smithi110.unybfe (mgr.14180) 31 : cephadm [INF] Reconfiguring mgr.smithi110.unybfe (unknown last config time)... 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: audit 2024-01-27T23:23:54.119221+0000 mon.smithi110 (mon.0) 210 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi110.unybfe", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: audit 2024-01-27T23:23:54.119865+0000 mon.smithi110 (mon.0) 211 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: audit 2024-01-27T23:23:54.120359+0000 mon.smithi110 (mon.0) 212 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:54.120846+0000 mgr.smithi110.unybfe (mgr.14180) 32 : cephadm [INF] Reconfiguring daemon mgr.smithi110.unybfe on smithi110 2024-01-27T23:23:55.270 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: audit 2024-01-27T23:23:54 2024-01-27T23:23:55.271 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:55 smithi110 conmon[35313]: .877728+0000 mon.smithi110 (mon.0) 213 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:55.416 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-27T23:23:55.417 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: cluster 2024-01-27T23:23:54.696308+0000 mgr.smithi110.unybfe (mgr.14180) 33 : cluster [DBG] pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: audit 2024-01-27T23:23:54.872800+0000 mgr.smithi110.unybfe (mgr.14180) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:54.874340+0000 mgr.smithi110.unybfe (mgr.14180) 35 : cephadm [INF] Marking host: smithi110 for OSDSpec preview refresh. 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:54.874452+0000 mgr.smithi110.unybfe (mgr.14180) 36 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:54.874712+0000 mgr.smithi110.unybfe (mgr.14180) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: audit 2024-01-27T23:23:55.331874+0000 mon.smithi110 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: cephadm 2024-01 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: -27T23:23:55.332568+0000 mgr.smithi110.unybfe (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: cephadm 2024-01-27T23:23:55.339087+0000 mgr.smithi110.unybfe (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-01-27T23:23:56.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:56 smithi110 conmon[35313]: audit 2024-01-27T23:23:55.834446+0000 mon.smithi110 (mon.0) 215 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: cluster 2024-01-27T23:23:54.696308+0000 mgr.smithi110.unybfe (mgr.14180) 33 : cluster [DBG] 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: pgmap v16: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: audit 2024-01-27T23:23:54.872800+0000 mgr.smithi110.unybfe (mgr.14180) 34 : audit [DBG] from='client.24101 -' entity='client.admin' cmd=[{"prefix": "orch apply osd", "all_available_devices": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:54.874340+0000 mgr.smithi110.unybfe (mgr.14180) 35 : cephadm [INF] Marking host: smithi110 for OSDSpec preview refresh. 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:54.874452+0000 mgr.smithi110.unybfe (mgr.14180) 36 : cephadm [INF] Marking host: smithi116 for OSDSpec preview refresh. 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:54.874712+0000 mgr.smithi110.unybfe (mgr.14180) 37 : cephadm [INF] Saving service osd.all-available-devices spec with placement * 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: audit 2024-01-27T23:23:55.331874+0000 mon.smithi110 (mon.0) 214 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:56.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: cephadm 2024-01-27T23:23:55.332568+0000 mgr.smithi110.unybfe (mgr.14180) 38 : cephadm [INF] Reconfiguring alertmanager.smithi110 (dependencies changed)... 2024-01-27T23:23:56.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: cephadm 2024-01-27T23:23: 2024-01-27T23:23:56.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: 55.339087+0000 mgr.smithi110.unybfe (mgr.14180) 39 : cephadm [INF] Reconfiguring daemon alertmanager.smithi110 on smithi110 2024-01-27T23:23:56.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: audit 2024-01-27T23: 2024-01-27T23:23:56.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: 23:55.834446+0000 mon.smithi110 (mon.0) 215 : audit [INF] 2024-01-27T23:23:56.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:56 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:23:58.059 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:23:58.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:58 smithi110 conmon[35313]: cluster 2024-01-27T23:23:56.696692+0000 mgr.smithi110.unybfe (mgr.14180) 40 : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:58.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:23:58 smithi110 conmon[35313]: audit 2024-01-27T23:23:58.070831+0000 mon.smithi110 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.110:0/3804385972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:23:58.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:58 smithi116 conmon[40473]: cluster 2024-01-27T23:23:56.696692+0000 mgr.smithi110.unybfe (mgr.14180) 40 2024-01-27T23:23:58.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:58 smithi116 conmon[40473]: : cluster [DBG] pgmap v17: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:23:58.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:23:58 smithi116 conmon[40473]: audit 2024-01-27T23:23:58.070831+0000 mon.smithi110 (mon.0) 216 : audit [DBG] from='client.? 172.21.15.110:0/3804385972' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:23:59.328 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-27T23:24:00.330 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:00.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:00 smithi110 conmon[35313]: cluster 2024-01-27T23:23:58.696953+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:24:00.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:00 smithi110 conmon[35313]: 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:00.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:00 smithi116 conmon[40473]: cluster 2024-01-27T23:23:58.696953+0000 mgr.smithi110.unybfe (mgr.14180) 41 : cluster [DBG] pgmap v18: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:02 smithi110 conmon[35313]: cluster 2024-01-27T23:24:00.697255+0000 mgr.smithi110.unybfe (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:02 smithi110 conmon[35313]: audit 2024-01-27T23:24:01.047644+0000 mon.smithi110 (mon.0) 217 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:02 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:01.048213+0000 mgr.smithi110.unybfe (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi110 (monmap changed)... 2024-01-27T23:24:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:02 smithi110 conmon[35313]: audit 2024-01-27T23:24:01.048482+0000 mon.smithi110 (mon.0) 218 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:24:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:02 smithi110 conmon[35313]: audit 2024-01-27T23:24:01.049072+0000 mon.smithi110 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:02 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:01.049508+0000 mgr.smithi110.unybfe (mgr.14180) 44 : cephadm [INF] Reconfiguring daemon crash.smithi110 on smithi110 2024-01-27T23:24:02.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: cluster 2024-01-27T23:24:00.697255+0000 mgr.smithi110.unybfe (mgr.14180) 42 : cluster [DBG] pgmap v19: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:02.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: audit 2024-01-27T23:24:01.047644+0000 mon.smithi110 (mon. 2024-01-27T23:24:02.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: 0) 217 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:02.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:01.048213+0000 mgr.smithi110.unybfe (mgr.14180) 43 : cephadm [INF] Reconfiguring crash.smithi110 (monmap changed)... 2024-01-27T23:24:02.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: audit 2024-01-27T23:24:01.048482+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:02.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: 218 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi110", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:24:02.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: audit 2024-01-27T 2024-01-27T23:24:02.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: 23:24:01.049072+0000 mon.smithi110 (mon.0) 219 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:02.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:02.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: 2024-01-27T23:24:01.049508+0000 mgr.smithi110.unybfe (mgr.14180) 44 : cephadm 2024-01-27T23:24:02.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:02 smithi116 conmon[40473]: [INF] Reconfiguring daemon crash.smithi110 on smithi110 2024-01-27T23:24:03.521 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: cluster 2024-01-27T23:24:02.697537+0000 mgr.smithi110.unybfe (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: audit 2024-01-27T23:24:03.168941+0000 mon.smithi110 (mon.0 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: ) 220 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:03.169529+0000 mgr.smithi110.unybfe (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:03.199708+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: 47 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: audit 2024-01-27T23:24:03.532443+0000 2024-01-27T23:24:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:04 smithi116 conmon[40473]: mon.smithi110 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.110:0/1697922337' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:04.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:04 smithi110 conmon[35313]: cluster 2024-01-27T23:24:02.697537+0000 2024-01-27T23:24:04.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:04 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 45 : cluster [DBG] pgmap v20: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:04.590 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:04 smithi110 conmon[35313]: audit 2024-01-27T23:24:03.168941+0000 mon.smithi110 (mon.0) 220 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:04.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:04 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:03.169529+0000 mgr.smithi110.unybfe (mgr.14180) 46 : cephadm [INF] Reconfiguring grafana.smithi110 (dependencies changed)... 2024-01-27T23:24:04.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:04 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:03.199708+0000 mgr.smithi110.unybfe (mgr.14180) 47 : cephadm [INF] Reconfiguring daemon grafana.smithi110 on smithi110 2024-01-27T23:24:04.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:04 smithi110 conmon[35313]: audit 2024-01-27T23:24:03.532443+0000 mon.smithi110 (mon.0) 221 : audit [DBG] from='client.? 172.21.15.110:0/1697922337' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:04.744 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-27T23:24:05.746 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:06.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:06 smithi110 conmon[35313]: cluster 2024-01-27T23:24:04.697876+0000 mgr.smithi110.unybfe (mgr.14180) 48 2024-01-27T23:24:06.326 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:06 smithi110 conmon[35313]: : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:06 smithi116 conmon[40473]: cluster 2024-01-27T23:24:04.697876+0000 mgr.smithi110.unybfe (mgr.14180) 48 : cluster [DBG] pgmap v21: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:08.112 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:08.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:08 smithi116 conmon[40473]: cluster 2024-01-27T23:24:06.698203+0000 mgr.smithi110.unybfe (mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:08.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:08 smithi116 conmon[40473]: audit 2024-01-27T23:24:08.123137+0000 mon.smithi110 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.110:0/176915023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:08.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:08 smithi110 conmon[35313]: cluster 2024-01-27T23:24:06.698203+0000 mgr.smithi110.unybfe ( 2024-01-27T23:24:08.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:08 smithi110 conmon[35313]: mgr.14180) 49 : cluster [DBG] pgmap v22: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:08.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:08 smithi110 conmon[35313]: audit 2024-01-27T23:24:08.123137+0000 mon.smithi110 (mon.0) 222 : audit [DBG] from='client.? 172.21.15.110:0/176915023' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:08.971 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-27T23:24:09.972 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:10.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:09 smithi116 conmon[40473]: cluster 2024-01-27T23:24:08.698527+0000 mgr.smithi110.unybfe (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:10.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:09 smithi116 conmon[40473]: audit 2024-01-27T23:24:08.927978+0000 mon.smithi110 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:10.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:09 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:08.928699+0000 mgr.smithi110.unybfe (mgr.14180) 51 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-01-27T23:24:10.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:09 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:08.931993+0000 mgr.smithi110.unybfe (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-01-27T23:24:10.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:09 smithi110 conmon[35313]: cluster 2024-01-27T23:24:08.698527+0000 mgr.smithi110.unybfe 2024-01-27T23:24:10.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:09 smithi110 conmon[35313]: (mgr.14180) 50 : cluster [DBG] pgmap v23: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:10.294 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:09 smithi110 conmon[35313]: audit 2024-01-27T23:24:08.927978+0000 mon.smithi110 (mon.0) 223 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:10.295 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:09 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:08.928699+0000 mgr.smithi110.unybfe (mgr.14180) 51 : cephadm [INF] Reconfiguring prometheus.smithi110 (dependencies changed)... 2024-01-27T23:24:10.295 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:09 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:08.931993+0000 mgr.smithi110.unybfe (mgr.14180) 52 : cephadm [INF] Reconfiguring daemon prometheus.smithi110 on smithi110 2024-01-27T23:24:12.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:11 smithi116 conmon[40473]: cluster 2024-01-27T23:24:10.698805+0000 mgr.smithi110.unybfe (mgr.14180) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:11 smithi110 conmon[35313]: cluster 2024-01-27T23:24:10.698805+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:24:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:11 smithi110 conmon[35313]: ) 53 : cluster [DBG] pgmap v24: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:12.761 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:13.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:12 smithi110 conmon[35313]: audit 2024-01-27T23:24 2024-01-27T23:24:13.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:12 smithi110 conmon[35313]: :12.771773+0000 mon.smithi110 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.110:0/3914872288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:13.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:12 smithi116 conmon[40473]: audit 2024-01-27T23:24:12.771773+0000 mon.smithi110 (mon.0) 224 : audit [DBG] from='client.? 172.21.15.110:0/3914872288' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:13.681 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-27T23:24:14.229 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:13 smithi110 conmon[35313]: cluster 2024-01-27T23:24:12.699033+0000 mgr.smithi110.unybfe (mgr.14180) 54 : cluster 2024-01-27T23:24:14.229 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:13 smithi110 conmon[35313]: [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:14.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:13 smithi116 conmon[40473]: cluster 2024-01-27T23:24:12.699033+0000 mgr.smithi110.unybfe (mgr.14180) 54 : cluster [DBG] pgmap v25: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:14.682 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:15.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:15 smithi116 conmon[40473]: audit 2024-01-27T23:24:14.400340+0000 mon.smithi110 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:15.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:15 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:14.400908+0000 mgr.smithi110.unybfe (mgr.14180) 55 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2024-01-27T23:24:15.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:15 smithi116 conmon[40473]: audit 2024-01-27T23:24:14.401118+0000 mon.smithi110 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:24:15.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:15 smithi116 conmon[40473]: audit 2024-01-27T23:24:14.401687+0000 mon.smithi110 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:15.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:15 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:14.402147+0000 mgr.smithi110.unybfe (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2024-01-27T23:24:15.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:15 smithi116 conmon[40473]: cluster 2024-01-27T23:24:14.699286+0000 mgr.smithi110.unybfe (mgr.14180) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:15.566 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:15 smithi110 conmon[35313]: audit 2024-01-27T23:24:14.400340+0000 mon.smithi110 (mon.0) 225 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:15.566 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:15 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:14.400908+0000 mgr.smithi110.unybfe (mgr.14180) 55 : cephadm [INF] Reconfiguring crash.smithi116 (monmap changed)... 2024-01-27T23:24:15.566 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:15 smithi110 conmon[35313]: audit 2024-01-27T23:24:14.401118+0000 mon.smithi110 (mon.0) 226 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.crash.smithi116", "caps": ["mon", "profile crash", "mgr", "profile crash"]}]: dispatch 2024-01-27T23:24:15.566 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:15 smithi110 conmon[35313]: audit 2024-01-27T23:24:14.401687+0000 mon.smithi110 (mon.0) 227 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:15.567 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:15 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:15.567 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:15 smithi110 conmon[35313]: 2024-01-27T23:24:14.402147+0000 mgr.smithi110.unybfe (mgr.14180) 56 : cephadm [INF] Reconfiguring daemon crash.smithi116 on smithi116 2024-01-27T23:24:15.567 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:15 smithi110 conmon[35313]: cluster 2024-01-27T23:24:14.699286+0000 mgr.smithi110.unybfe (mgr.14180) 57 : cluster [DBG] pgmap v26: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:16.687 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:16 smithi110 conmon[35313]: audit 2024-01-27T23:24:15.590606+0000 mon.smithi110 (mon.0) 228 : 2024-01-27T23:24:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:16 smithi110 conmon[35313]: audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:16 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:15.591145+0000 mgr.smithi110.unybfe (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi116.asnehs (monmap changed)... 2024-01-27T23:24:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:16 smithi110 conmon[35313]: audit 2024-01-27T23:24:15.591405+0000 mon.smithi110 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.asnehs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:24:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:16 smithi110 conmon[35313]: audit 2024-01-27T23:24:15.592080+0000 mon.smithi110 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:24:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:16 smithi110 conmon[35313]: audit 2024-01-27T23:24:15.592609+0000 mon.smithi110 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:16.713 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:16 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:15.593093+0000 mgr.smithi110.unybfe (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi116.asnehs on smithi116 2024-01-27T23:24:17.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:16 smithi116 conmon[40473]: audit 2024-01-27T23:24:15.590606+0000 mon.smithi110 (mon.0) 228 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:17.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:16 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:15.591145+0000 mgr.smithi110.unybfe (mgr.14180) 58 : cephadm [INF] Reconfiguring mgr.smithi116.asnehs (monmap changed)... 2024-01-27T23:24:17.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:16 smithi116 conmon[40473]: audit 2024-01-27T23:24:15.591405+0000 mon.smithi110 (mon.0) 229 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.smithi116.asnehs", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-27T23:24:17.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:16 smithi116 conmon[40473]: audit 2024-01-27T23:24:15.592080+0000 mon.smithi110 (mon.0) 230 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-27T23:24:17.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:16 smithi116 conmon[40473]: audit 2024-01-27T23:24:15.592609+0000 mon.smithi110 (mon.0) 231 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:17.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:16 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:15.593093+0000 mgr.smithi110.unybfe (mgr.14180) 59 : cephadm [INF] Reconfiguring daemon mgr.smithi116.asnehs on smithi116 2024-01-27T23:24:17.356 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: audit 2024-01-27T23:24:16.698938+0000 mon.smithi110 (mon.0) 232 : audit [DBG] from='client.? 172.21.15.110:0/1157767902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: cluster 2024-01-27T23:24:16.699480+0000 mgr.smithi110.unybfe (mgr.14180) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: audit 2024-01-27T23:24:16.736409+0000 mon.smithi110 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:16.736933+0000 mgr.smithi110.unybfe (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi116 (monmap changed)... 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: audit 2024-01-27T23:24:16.737170+0000 mon.smithi110 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: audit 2024-01-27T23:24:16.737684+0000 mon.smithi110 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: audit 2024-01-27T23:24:16.738108+0000 mon.smithi110 (mon.0) 236 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:16.738501+0000 mgr.smithi110.unybfe (mgr.14180) 62 : cephadm 2024-01-27T23:24:17.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:17 smithi110 conmon[35313]: [INF] Reconfiguring daemon mon.smithi116 on smithi116 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: audit 2024-01-27T23:24:16.698938+0000 mon.smithi110 (mon 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: .0) 232 : audit [DBG] from='client.? 172.21.15.110:0/1157767902' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: cluster 2024-01-27T23:24:16.699480+0000 mgr.smithi110.unybfe (mgr.14180) 60 : cluster [DBG] pgmap v27: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: audit 2024-01-27T23:24:16.736409+0000 mon.smithi110 (mon.0) 233 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:16.736933+0000 mgr.smithi110.unybfe (mgr.14180) 61 : cephadm [INF] Reconfiguring mon.smithi116 (monmap changed)... 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: audit 2024-01-27T23:24:16.737170+0000 mon.smithi110 (mon.0) 234 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: audit 2024-01- 2024-01-27T23:24:17.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: 27T23:24:16.737684+0000 mon.smithi110 (mon.0) 235 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-27T23:24:17.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: audit 2024-01-27T 2024-01-27T23:24:17.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: 23:24:16.738108+0000 mon.smithi110 (mon.0) 236 : audit 2024-01-27T23:24:17.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:17.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: cephadm 2024-01-27T23 2024-01-27T23:24:17.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: :24:16.738501+0000 mgr.smithi110.unybfe ( 2024-01-27T23:24:17.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:17 smithi116 conmon[40473]: mgr.14180) 62 : cephadm [INF] Reconfiguring daemon mon.smithi116 on smithi116 2024-01-27T23:24:18.358 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.821658+0000 mon.smithi110 (mon. 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: 0) 237 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.824335+0000 mon.smithi110 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.824679+0000 mgr.smithi110.unybfe (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.825511+0000 mon.smithi110 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.825779+0000 mgr.smithi110.unybfe (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.829559+0000 mon.smithi110 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.834426+0000 mon.smithi110 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.834860+0000 mgr.smithi110.unybfe (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:24:19.082 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.837478+0000 mon.smithi110 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.837770+0000 mgr.smithi110.unybfe (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.841971+0000 mon.smithi110 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.845432+0000 mon.smithi110 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.845856+0000 mgr.smithi110.unybfe (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.848793+0000 mon.smithi110 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.849202+0000 mgr.smithi110.unybfe (mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.853574+0000 mon.smithi110 (mon.0) 246 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.083 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:18 smithi110 conmon[35313]: audit 2024-01-27T23:24:17.859047+0000 mon.smithi110 (mon.0) 247 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:24:19.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.821658+0000 mon.smithi110 (mon.0) 237 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.824335+0000 mon.smithi110 (mon.0) 238 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.824679+0000 mgr.smithi110.unybfe (mgr.14180) 63 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.825511+0000 mon.smithi110 (mon.0) 239 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.825779+0000 mgr.smithi110.unybfe (mgr.14180) 64 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi110.front.sepia.ceph.com:9093"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.829559+0000 mon.smithi110 (mon.0) 240 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.834426+0000 mon.smithi110 (mon.0) 241 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.834860+0000 mgr.smithi110.unybfe (mgr.14180) 65 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-grafana-api-url"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: -01-27T23:24:17.837478+0000 mon.smithi110 (mon.0) 242 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.837770+0000 mgr.smithi110.unybfe (mgr.14180) 66 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-grafana-api-url", "value": "https://smithi110.front.sepia.ceph.com:3000"}]: dispatch 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.841971+0000 mon.smithi110 (mon.0) 243 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.845432+0000 mon.smithi110 (mon.0) 244 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.845856+0000 mgr.smithi110.unybfe (mgr.14180) 67 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.848793 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 245 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17.849202+0000 mgr.smithi110.unybfe ( 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: mgr.14180) 68 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi110.front.sepia.ceph.com:9095"}]: dispatch 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:17. 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: 853574+0000 mon.smithi110 (mon.0) 246 : audit [INF] 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: audit 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: 2024-01-27T23:24:17.859047+0000 mon.smithi110 (mon 2024-01-27T23:24:19.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:18 smithi116 conmon[40473]: .0) 247 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:24:20.209 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:20 smithi110 conmon[35313]: cluster 2024-01-27T23:24:18.699700+0000 mgr.smithi110.unybfe (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:20.209 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:20 smithi110 conmon[35313]: audit 2024-01-27T23:24:19.114061+0000 mon.smithi110 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:20.209 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:20 smithi110 conmon[35313]: audit 2024-01-27T23:24:19.117589+0000 mon.smithi110 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:20.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:20 smithi116 conmon[40473]: cluster 2024-01-27T23:24:18.699700+0000 mgr.smithi110.unybfe (mgr.14180) 69 : cluster [DBG] pgmap v28: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:20.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:20 smithi116 conmon[40473]: audit 2024-01-27T23:24:19.114061+0000 mon.smithi110 (mon.0) 248 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:20.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:20 smithi116 conmon[40473]: audit 2024-01-27T23: 2024-01-27T23:24:20.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:20 smithi116 conmon[40473]: 24:19.117589+0000 mon.smithi110 (mon.0) 249 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:20.588 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:21.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:21 smithi110 conmon[35313]: audit 2024-01-27T23:24:20.599429+0000 mon.smithi110 (mon.0) 250 : audit [DBG] 2024-01-27T23:24:21.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:21 smithi110 conmon[35313]: from='client.? 172.21.15.110:0/3127502755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:21.419 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2024-01-27T23:24:21.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:21 smithi116 conmon[40473]: audit 2024-01-27T23:24:20.599429+0000 mon.smithi110 (mon.0) 250 : audit [DBG] from='client.? 172.21.15.110:0/3127502755' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:22.420 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:22.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:22 smithi110 conmon[35313]: cluster 2024-01-27T23:24:20.699941+0000 mgr.smithi110.unybfe (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:22.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:22 smithi110 conmon[35313]: audit 2024-01-27T23:24:21.831538+0000 mon.smithi110 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:22.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:22 smithi116 conmon[40473]: cluster 2024-01-27T23:24:20.699941+0000 mgr.smithi110.unybfe (mgr.14180) 70 : cluster [DBG] pgmap v29: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:22.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:22 smithi116 conmon[40473]: audit 2024-01-27T23:24:21.831538+0000 2024-01-27T23:24:22.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:22 smithi116 conmon[40473]: mon.smithi110 (mon.0) 251 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:23.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.143318+0000 mon.smithi110 (mon.0) 252 : 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.144060+0000 mon.smithi110 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.144614+0000 mon.smithi110 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.147963+0000 mon.smithi110 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.151185+0000 mon.smithi110 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.153762+0000 mon.smithi110 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.154643+0000 mon.smithi110 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.154866+0000 mon.smithi110 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:23.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:23 smithi116 conmon[40473]: audit 2024-01-27T23:24:22.155289+0000 mon.smithi110 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.143318+0000 mon.smithi110 (mon.0) 252 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.144060+0000 mon.smithi110 (mon.0) 253 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.144614+0000 mon.smithi110 (mon.0) 254 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.147963+0000 mon.smithi110 (mon.0) 255 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.151185+0000 mon.smithi110 (mon.0) 256 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.153762+0000 mon.smithi110 (mon.0) 257 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.154643+0000 mon.smithi110 (mon.0) 258 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024-01-27T23:24:22.154866+0000 mon.smithi110 (mon.0) 259 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:24:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:23 smithi110 conmon[35313]: 01-27T23:24:22.155289+0000 mon.smithi110 (mon.0) 260 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:24.406 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:24 smithi110 conmon[35313]: cluster 2024-01-27T23:24:22.700209+0000 mgr.smithi110.unybfe 2024-01-27T23:24:24.406 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:24 smithi110 conmon[35313]: (mgr.14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:24.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:24 smithi116 conmon[40473]: cluster 2024-01-27T23:24:22.700209+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:24:24.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:24 smithi116 conmon[40473]: 14180) 71 : cluster [DBG] pgmap v30: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:24.786 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:25 smithi110 conmon[35313]: audit 2024-01-27T23:24:24.646183+0000 mon.smithi116 (mon.1) 2 : audit [INF] from='client.? 172.21.15.116:0/2945490005' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb92e4e1-17d5-4485-a8c3-a57552078600"}]: dispatch 2024-01-27T23:24:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:25 smithi110 conmon[35313]: audit 2024-01-27T23:24:24.646594+0000 mon.smithi110 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb92e4e1-17d5-4485-a8c3-a57552078600"}]: dispatch 2024-01-27T23:24:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:25 smithi110 conmon[35313]: audit 2024-01-27T23:24:24.650689+0000 mon.smithi110 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb92e4e1-17d5-4485-a8c3-a57552078600"}]': finished 2024-01-27T23:24:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:25 smithi110 conmon[35313]: cluster 2024-01-27T23:24:24.650761+0000 mon.smithi110 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-27T23:24:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:25 smithi110 conmon[35313]: audit 2024-01-27T23:24:24.650894+0000 mon.smithi110 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:25.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:25 smithi110 conmon[35313]: audit 2024-01-27T23:24:24.798278+0000 mon.smithi110 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.110:0/326983519' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:25.482 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1706397864,"num_remapped_pgs":0} 2024-01-27T23:24:25.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:25 smithi116 conmon[40473]: audit 2024-01-27T23:24:24.646183+0000 mon.smithi116 (mon.1) 2 : audit [INF] from='client.? 172.21.15.116:0/2945490005' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb92e4e1-17d5-4485-a8c3-a57552078600"}]: dispatch 2024-01-27T23:24:25.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:25 smithi116 conmon[40473]: audit 2024-01-27T23:24:24.646594+0000 mon.smithi110 (mon.0) 261 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "eb92e4e1-17d5-4485-a8c3-a57552078600"}]: dispatch 2024-01-27T23:24:25.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:25 smithi116 conmon[40473]: audit 2024-01-27T23:24:24.650689+0000 mon.smithi110 (mon.0) 262 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "eb92e4e1-17d5-4485-a8c3-a57552078600"}]': finished 2024-01-27T23:24:25.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:25 smithi116 conmon[40473]: cluster 2024-01-27T23:24:24.650761+0000 mon.smithi110 (mon.0) 263 : cluster [DBG] osdmap e6: 1 total, 0 up, 1 in 2024-01-27T23:24:25.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:25 smithi116 conmon[40473]: audit 2024-01-27T23:24:24.650894+0000 mon.smithi110 (mon.0) 264 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:25.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:25 smithi116 conmon[40473]: audit 2024-01-27T23:24:24.798278+0000 mon.smithi110 (mon.0) 265 : audit [DBG] from='client.? 172.21.15.110:0/326983519' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:26.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: cluster 2024-01-27T23:24:24.700487 2024-01-27T23:24:26.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:26.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: audit 2024-01-27T23:24:25.856101+0000 mon.smithi116 (mon.1) 3 : audit [DBG] from='client.? 172.21.15.116:0/112081547' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:26.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: audit 2024-01-27T23:24:25.866974+0000 mon.smithi110 (mon.0) 266 : audit [INF] from='client.? 172.21.15.110:0/3576696334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d75e266c-5d08-47ab-ada2-12f86ea35896"}]: dispatch 2024-01-27T23:24:26.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: audit 2024-01-27T23:24:25.870332+0000 mon.smithi110 (mon.0) 267 : audit [INF] from='client.? 172.21.15.110:0/3576696334' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d75e266c-5d08-47ab-ada2-12f86ea35896"}]': finished 2024-01-27T23:24:26.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: cluster 2024-01-27T23:24:25.870368+0000 mon.smithi110 (mon.0) 268 : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-27T23:24:26.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: audit 2024-01-27T23:24:25.870480+0000 mon.smithi110 (mon.0) 269 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:26.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:26 smithi110 conmon[35313]: audit 2024-01-27T23:24:25.870719+0000 mon.smithi110 (mon.0) 270 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:26.483 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: cluster 2024-01-27T23:24:24.700487+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: 72 : cluster [DBG] pgmap v32: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: audit 2024-01-27T23:24:25.856101+0000 mon.smithi116 (mon.1) 3 : audit 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: [DBG] from='client.? 172.21.15.116:0/112081547' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: audit 2024-01-27 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: T23:24:25.866974+0000 mon.smithi110 (mon.0) 266 : audit [INF] from='client.? 172.21.15.110:0/3576696334' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d75e266c-5d08-47ab-ada2-12f86ea35896"}]: dispatch 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: 01-27T23:24:25.870332+0000 mon.smithi110 (mon 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: .0) 267 : audit [INF] from='client.? 172.21.15.110:0/3576696334' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d75e266c-5d08-47ab-ada2-12f86ea35896"}]': finished 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: cluster 2024-01-27T 2024-01-27T23:24:26.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: 23:24:25.870368+0000 mon.smithi110 (mon.0) 268 2024-01-27T23:24:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: : cluster [DBG] osdmap e7: 2 total, 0 up, 2 in 2024-01-27T23:24:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: audit 2024-01-27T23: 2024-01-27T23:24:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: 24:25.870480+0000 mon.smithi110 (mon.0) 269 : 2024-01-27T23:24:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: audit 2024-01-27T23:24:25 2024-01-27T23:24:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: .870719+0000 mon.smithi110 (mon.0) 270 : audit 2024-01-27T23:24:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:26 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:28.458 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:28.462 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:28 smithi116 conmon[40473]: cluster 2024-01-27T23:24:26.700672+0000 mgr.smithi110.unybfe (mgr.14180) 73 2024-01-27T23:24:28.462 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:28 smithi116 conmon[40473]: : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:28.462 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:28 smithi116 conmon[40473]: audit 2024-01-27T23:24:27.156133+0000 mon.smithi110 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.110:0/519916052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:28.478 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:28 smithi110 conmon[35313]: cluster 2024-01-27T23:24:26.700672+0000 mgr.smithi110.unybfe (mgr.14180) 73 : cluster [DBG] pgmap v34: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:28.478 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:28 smithi110 conmon[35313]: audit 2024-01-27T23:24:27.156133+0000 mon.smithi110 (mon.0) 271 : audit [DBG] from='client.? 172.21.15.110:0/519916052' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:29.087 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":8,"num_osds":3,"num_up_osds":0,"osd_up_since":0,"num_in_osds":3,"osd_in_since":1706397868,"num_remapped_pgs":0} 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: audit 2024-01-27T23:24:28.379464+0000 mon.smithi116 (mon.1) 4 : audit [INF] from='client.? 172.21.15.116:0/2604543187' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "baf2439e-15d9-429e-b5d1-7c0a776e264a"}]: dispatch 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: audit 2024-01-27T23:24:28.379881+0000 mon.smithi110 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "baf2439e-15d9-429e-b5d1-7c0a776e264a"}]: dispatch 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: audit 2024-01-27T23:24:28.383231+0000 mon.smithi110 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "baf2439e-15d9-429e-b5d1-7c0a776e264a"}]': finished 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: cluster 2024-01-27T23:24:28.383275+0000 mon.smithi110 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: audit 2024-01-27T23:24:28.383370+0000 mon.smithi110 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: audit 2024-01-27T23:24:28.383714+0000 mon.smithi110 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: audit 2024-01-27T23:24:28.383907+0000 mon.smithi110 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:29.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:29 smithi110 conmon[35313]: audit 2024-01-27T23:24:28.469570+0000 mon.smithi110 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.110:0/1305418180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:29.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: audit 2024-01-27T23:24:28.379464+0000 mon.smithi116 (mon.1) 4 : audit [INF] from='client.? 172.21.15.116:0/2604543187' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "baf2439e-15d9-429e-b5d1-7c0a776e264a"}]: dispatch 2024-01-27T23:24:29.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: audit 2024-01-27T23:24:28.379881+0000 mon.smithi110 (mon.0) 272 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "baf2439e-15d9-429e-b5d1-7c0a776e264a"}]: dispatch 2024-01-27T23:24:29.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: audit 2024-01-27T23:24:28.383231+0000 mon.smithi110 (mon.0) 273 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "baf2439e-15d9-429e-b5d1-7c0a776e264a"}]': finished 2024-01-27T23:24:29.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: cluster 2024-01-27T23:24:28.383275+0000 mon.smithi110 (mon.0) 274 : cluster [DBG] osdmap e8: 3 total, 0 up, 3 in 2024-01-27T23:24:29.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: audit 2024-01-27T23:24:28.383370+0000 mon.smithi110 (mon.0) 275 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:29.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: audit 2024-01-27T23:24:28.383714+0000 mon.smithi110 (mon.0) 276 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:29.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: audit 2024-01-27T23:24:28.383907+0000 mon.smithi110 (mon.0) 277 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:29.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:29 smithi116 conmon[40473]: audit 2024-01-27T23:24:28.469570+0000 mon.smithi110 (mon.0) 278 : audit [DBG] from='client.? 172.21.15.110:0/1305418180' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:30.089 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:30.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: cluster 2024-01-27T23:24:28.700872+0000 mgr.smithi110.unybfe (mgr.14180) 74 : 2024-01-27T23:24:30.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: audit 2024-01-27T23:24:29.636080+0000 mon.smithi116 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.116:0/3789471724' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: audit 2024-01-27T23:24:29 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: .704595+0000 mon.smithi110 (mon.0) 279 : audit [INF] from='client.? 172.21.15.110:0/3583499764' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bf8370f-0a69-4ca6-a471-47ce96644be5"}]: dispatch 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: audit 2024-01-27T23:24:29.708007+0000 mon.smithi110 (mon.0) 280 : audit [INF] from='client.? 172.21.15.110:0/3583499764' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf8370f-0a69-4ca6-a471-47ce96644be5"}]': finished 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: cluster 2024-01-27T23:24:29.708042+0000 mon.smithi110 (mon.0) 281 : cluster [DBG] osdmap e9: 4 total, 0 up, 4 in 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: audit 2024-01-27T23:24:29.708130+0000 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: mon.smithi110 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: audit 2024-01-27T23:24:29.708439+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: 283 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: audit 2024-01- 2024-01-27T23:24:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: 27T23:24:29.708658+0000 mon.smithi110 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:30.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: audit 2024-01-27T23:24:30.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:30 smithi116 conmon[40473]: 2024-01-27T23:24:29.708854+0000 mon.smithi110 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:30.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: cluster 2024-01-27T23:24:28.700872+0000 mgr.smithi110.unybfe (mgr.14180) 74 : cluster [DBG] pgmap v36: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:30.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: audit 2024-01-27T23:24:29.636080+0000 mon.smithi116 (mon.1) 5 : audit [DBG] from='client.? 172.21.15.116:0/3789471724' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:30.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: audit 2024-01-27T23:24:29.704595+0000 mon.smithi110 (mon.0) 279 : audit [INF] from='client.? 172.21.15.110:0/3583499764' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7bf8370f-0a69-4ca6-a471-47ce96644be5"}]: dispatch 2024-01-27T23:24:30.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: audit 2024-01-27T23:24:29.708007+0000 mon.smithi110 (mon.0) 280 : audit [INF] from='client.? 172.21.15.110:0/3583499764' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7bf8370f-0a69-4ca6-a471-47ce96644be5"}]': finished 2024-01-27T23:24:30.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: cluster 2024-01-27T23:24:29.708042+0000 mon.smithi110 (mon.0) 281 : cluster [DBG] 2024-01-27T23:24:30.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: osdmap e9: 4 total, 0 up, 4 in 2024-01-27T23:24:30.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: audit 2024-01-27T23:24:29.708130+0000 mon.smithi110 (mon.0) 282 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:30.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: audit 2024-01-27T23:24:29.708439+0000 mon.smithi110 (mon.0) 283 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:30.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: audit 2024-01-27T23:24:29.708658+0000 mon.smithi110 (mon.0) 284 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:30.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:30 smithi110 conmon[35313]: audit 2024-01-27T23:24:29.708854+0000 mon.smithi110 (mon.0) 285 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:31.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:31 smithi110 conmon[35313]: audit 2024-01-27T23:24:31.063606+0000 mon.smithi110 (mon.0) 286 : audit [DBG] from='client.? 172.21.15.110:0/40637642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:31.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:31 smithi116 conmon[40473]: audit 2024-01-27T23:24:31.063606+0000 mon.smithi110 (mon.0) 286 : audit 2024-01-27T23:24:31.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:31 smithi116 conmon[40473]: [DBG] from='client.? 172.21.15.110:0/40637642' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:32.084 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:32.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: cluster 2024-01-27T23:24:30.701156+0000 mgr.smithi110.unybfe (mgr.14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:32.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32.095756+0000 mon.smithi110 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.110:0/698668497' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:32.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32.147973+0000 mon.smithi116 (mon.1) 6 : audit [INF] from='client.? 172.21.15.116:0/3883505038' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40f12000-c1c3-4cb2-8524-f73be40a09c2"}]: dispatch 2024-01-27T23:24:32.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01 2024-01-27T23:24:32.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: -27T23:24:32.148488+0000 mon.smithi110 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40f12000-c1c3-4cb2-8524-f73be40a09c2"}]: dispatch 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32.152979+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40f12000-c1c3-4cb2-8524-f73be40a09c2"}]': finished 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: cluster 2024-01-27T23:24:32.153054+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32.153170+0000 mon.smithi110 ( 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32. 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: 153420+0000 mon.smithi110 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32.153569+0000 mon.smithi110 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32.153731+0000 mon.smithi110 (mon. 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: 0) 294 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: audit 2024-01-27T23:24:32.153876 2024-01-27T23:24:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:32 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:32.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: cluster 2024-01-27T23:24:30.701156+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:24:32.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: .14180) 75 : cluster [DBG] pgmap v38: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:32.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.095756+0000 mon.smithi110 (mon.0) 287 : audit [DBG] from='client.? 172.21.15.110:0/698668497' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:32.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.147973+0000 mon.smithi116 (mon.1) 6 : audit [INF] from='client.? 172.21.15.116:0/3883505038' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40f12000-c1c3-4cb2-8524-f73be40a09c2"}]: dispatch 2024-01-27T23:24:32.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.148488+0000 mon.smithi110 (mon.0) 288 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "40f12000-c1c3-4cb2-8524-f73be40a09c2"}]: dispatch 2024-01-27T23:24:32.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.152979+0000 mon.smithi110 (mon.0) 289 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "40f12000-c1c3-4cb2-8524-f73be40a09c2"}]': finished 2024-01-27T23:24:32.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: cluster 2024-01-27T23:24:32.153054+0000 mon.smithi110 (mon.0) 290 : cluster [DBG] osdmap e10: 5 total, 0 up, 5 in 2024-01-27T23:24:32.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.153170+0000 mon.smithi110 (mon.0) 291 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:32.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.153420+0000 mon.smithi110 (mon.0) 292 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:32.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.153569+0000 mon.smithi110 (mon.0) 293 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:32.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.153731+0000 mon.smithi110 (mon.0) 294 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:32.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:32 smithi110 conmon[35313]: audit 2024-01-27T23:24:32.153876+0000 mon.smithi110 (mon.0) 295 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:32.737 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1706397869,"num_remapped_pgs":0} 2024-01-27T23:24:33.738 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:34.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: cluster 2024-01-27T23:24:32.701389+0000 mgr.smithi110.unybfe (mgr.14180) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:34.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.381762+0000 mon.smithi116 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.116:0/1035961094' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:34.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.571022+0000 mon.smithi110 (mon.0) 296 : audit [INF] from='client.? 172.21.15.110:0/510905029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9e25d3f4-6e10-4103-b8bf-605d1d000350"}]: dispatch 2024-01-27T23:24:34.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.574667+0000 mon.smithi110 (mon.0) 297 : audit [INF] from='client.? 172.21.15.110:0/510905029' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e25d3f4-6e10-4103-b8bf-605d1d000350"}]': finished 2024-01-27T23:24:34.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: cluster 2024-01-27T23:24:33.574706+0000 mon.smithi110 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-27T23:24:34.510 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.574789+0000 mon.smithi110 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:34.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.575032+0000 mon.smithi110 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:34.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.575162+0000 mon.smithi110 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:34.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.575291+0000 mon.smithi110 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:34.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.575412+0000 mon.smithi110 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:34.511 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:34 smithi110 conmon[35313]: audit 2024-01-27T23:24:33.575539+0000 mon.smithi110 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: cluster 2024-01-27T23:24:32.701389+0000 mgr.smithi110.unybfe (mgr.14180) 76 : cluster [DBG] pgmap v40: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.381762+0000 mon.smithi116 (mon.1) 7 : audit [DBG] from='client.? 172.21.15.116:0/1035961094' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.571022+0000 mon.smithi110 (mon.0) 296 : audit [INF] from='client.? 172.21.15.110:0/510905029' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9e25d3f4-6e10-4103-b8bf-605d1d000350"}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.574667+0000 mon.smithi110 (mon.0) 297 : audit [INF] from='client.? 172.21.15.110:0/510905029' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9e25d3f4-6e10-4103-b8bf-605d1d000350"}]': finished 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: cluster 2024-01-27T23:24:33.574706+0000 mon.smithi110 (mon.0) 298 : cluster [DBG] osdmap e11: 6 total, 0 up, 6 in 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.574789+0000 mon.smithi110 (mon.0) 299 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.575032+0000 mon.smithi110 (mon.0) 300 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.575162+0000 mon.smithi110 (mon.0) 301 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.575291+0000 mon.smithi110 (mon.0) 302 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.575412+0000 mon.smithi110 (mon.0) 303 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:34.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:34 smithi116 conmon[40473]: audit 2024-01-27T23:24:33.575539+0000 mon.smithi110 (mon.0) 304 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:35.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:35 smithi110 conmon[35313]: audit 2024-01-27T23:24:34.976558+0000 mon.smithi110 (mon.0) 305 : audit [DBG] from='client.? 172.21.15.110:0/3765393219' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:35.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:35 smithi116 conmon[40473]: audit 2024-01-27T23:24:34.976558+0000 mon.smithi110 (mon.0) 305 : audit [DBG] 2024-01-27T23:24:35.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:35 smithi116 conmon[40473]: from='client.? 172.21.15.110:0/3765393219' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:35.841 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: cluster 2024-01-27T23:24:34.701667+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: 77 : cluster [DBG] pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.852925+0000 mon.smithi110 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.110:0/2460546240' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.904263+0000 mon.smithi116 (mon.1) 8 : audit [INF] from='client.? 172.21.15.116:0/2545323488' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d80e66e6-94bf-408b-ba54-db095915ad5e"}]: dispatch 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.904834+0000 mon.smithi110 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d80e66e6-94bf-408b-ba54-db095915ad5e"}]: dispatch 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.908288+0000 mon.smithi110 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d80e66e6-94bf-408b-ba54-db095915ad5e"}]': finished 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: cluster 2024-01-27T23:24:35.908335+0000 mon.smithi110 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.908429+0000 mon.smithi110 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:36.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.908646+0000 mon.smithi110 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.908771+0000 mon.smithi110 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: 01-27T23:24:35.908896+0000 mon.smithi110 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.909016+0000 mon.smithi110 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.909132+0000 mon.smithi110 (mon.0) 315 : audit 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit 2024-01-27T23:24:35.909253+0000 mon.smithi110 (mon.0) 316 : 2024-01-27T23:24:36.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:36 smithi116 conmon[40473]: audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: cluster 2024-01-27T23:24:34.701667+0000 mgr.smithi110.unybfe (mgr.14180) 77 : cluster [DBG] 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: pgmap v42: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.852925+0000 mon.smithi110 (mon.0) 306 : audit [DBG] from='client.? 172.21.15.110:0/2460546240' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.904263+0000 mon.smithi116 (mon.1) 8 : audit [INF] from='client.? 172.21.15.116:0/2545323488' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d80e66e6-94bf-408b-ba54-db095915ad5e"}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.904834+0000 mon.smithi110 (mon.0) 307 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d80e66e6-94bf-408b-ba54-db095915ad5e"}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.908288+0000 mon.smithi110 (mon.0) 308 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d80e66e6-94bf-408b-ba54-db095915ad5e"}]': finished 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: cluster 2024-01-27T23:24:35.908335+0000 mon.smithi110 (mon.0) 309 : cluster [DBG] osdmap e12: 7 total, 0 up, 7 in 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.908429+0000 mon.smithi110 (mon.0) 310 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.908646+0000 mon.smithi110 (mon.0) 311 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.908771+0000 mon.smithi110 (mon.0) 312 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.908896+0000 mon.smithi110 (mon.0) 313 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:36.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.909016+0000 mon.smithi110 (mon.0) 314 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:36.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.909132+0000 mon.smithi110 (mon.0) 315 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:36.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:36 smithi110 conmon[35313]: audit 2024-01-27T23:24:35.909253+0000 mon.smithi110 (mon.0) 316 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:36.564 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":11,"num_osds":6,"num_up_osds":0,"osd_up_since":0,"num_in_osds":6,"osd_in_since":1706397873,"num_remapped_pgs":0} 2024-01-27T23:24:37.566 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:37.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: cluster 2024-01-27T23:24:36.701984+0000 mgr.smithi110.unybfe (mgr.14180) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:37.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.168038+0000 mon.smithi116 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.116:0/2772710625' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:37.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.500983+0000 mon.smithi110 (mon.0) 317 : audit [INF] from='client.? 172.21.15.110:0/2564167517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05f238bd-275e-4187-be36-7b4fce6ffa3f"}]: dispatch 2024-01-27T23:24:37.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.504572+0000 mon.smithi110 (mon.0) 318 : audit [INF] from='client.? 172.21.15.110:0/2564167517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05f238bd-275e-4187-be36-7b4fce6ffa3f"}]': finished 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: cluster 2024-01-27T23:24:37.504616+0000 mon.smithi110 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.504712+0000 mon.smithi110 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.504964+0000 mon.smithi110 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: T23:24:37.505150+0000 mon.smithi110 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.505294+0000 mon.smithi110 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.505436+0000 mon.smithi110 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.505573+0000 mon.smithi110 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.505732+0000 mon.smithi110 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:37.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:37 smithi110 conmon[35313]: audit 2024-01-27T23:24:37.505873+0000 mon.smithi110 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:38.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: cluster 2024-01-27T23:24:36.701984+0000 mgr.smithi110.unybfe (mgr.14180) 78 : cluster [DBG] pgmap v44: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:38.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.168038+0000 mon.smithi116 (mon.1) 9 : audit [DBG] from='client.? 172.21.15.116:0/2772710625' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:38.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.500983+0000 mon.smithi110 (mon.0) 317 : audit [INF] from='client.? 172.21.15.110:0/2564167517' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "05f238bd-275e-4187-be36-7b4fce6ffa3f"}]: dispatch 2024-01-27T23:24:38.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.504572+0000 mon.smithi110 (mon.0) 318 : audit [INF] from='client.? 172.21.15.110:0/2564167517' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "05f238bd-275e-4187-be36-7b4fce6ffa3f"}]': finished 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: cluster 2024-01-27T23:24:37.504616+0000 mon.smithi110 (mon.0) 319 : cluster [DBG] osdmap e13: 8 total, 0 up, 8 in 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.504712+0000 mon.smithi110 (mon.0) 320 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.504964+0000 mon.smithi110 (mon.0) 321 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.505150+0000 mon.smithi110 (mon.0) 322 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.505294+0000 mon.smithi110 (mon.0) 323 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.505436+0000 mon.smithi110 (mon.0) 324 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.505573+0000 mon.smithi110 (mon.0) 325 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24:37.505732+0000 mon.smithi110 (mon.0) 326 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: audit 2024-01-27T23:24 2024-01-27T23:24:38.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:37 smithi116 conmon[40473]: :37.505873+0000 mon.smithi110 (mon.0) 327 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:39.746 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:40.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:39 smithi116 conmon[40473]: cluster 2024-01-27T23:24:38.702232+0000 mgr.smithi110.unybfe (mgr.14180) 79 : cluster 2024-01-27T23:24:40.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:39 smithi116 conmon[40473]: [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:40.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:39 smithi116 conmon[40473]: audit 2024-01-27T23:24:38.961524+0000 mon.smithi110 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.110:0/629356189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:40.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:39 smithi110 conmon[35313]: cluster 2024-01-27T23:24:38.702232+0000 mgr.smithi110.unybfe (mgr.14180) 79 : cluster [DBG] pgmap v46: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:40.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:39 smithi110 conmon[35313]: audit 2024-01-27T23:24:38.961524+0000 mon.smithi110 (mon.0) 328 : audit [DBG] from='client.? 172.21.15.110:0/629356189' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-27T23:24:40.393 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:24:41.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:40 smithi116 conmon[40473]: audit 2024-01-27T23:24:39.756776+0000 mon.smithi110 (mon.0) 329 : 2024-01-27T23:24:41.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:40 smithi116 conmon[40473]: audit [DBG] from='client.? 172.21.15.110:0/1053228463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:41.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:40 smithi110 conmon[35313]: audit 2024-01-27T23:24:39.756776+0000 mon.smithi110 (mon.0) 329 : audit [DBG] from='client.? 172.21.15.110:0/1053228463' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:41.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:40 smithi110 conmon[35313]: 2024-01-27T23:24:41.395 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:41.964 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:41 smithi110 conmon[35313]: cluster 2024-01-27T23:24:40.702594+0000 mgr.smithi110.unybfe (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:42.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:41 smithi116 conmon[40473]: cluster 2024-01-27T23:24:40.702594+0000 mgr.smithi110.unybfe (mgr.14180) 80 : cluster [DBG] pgmap v47: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:43.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:42 smithi116 conmon[40473]: audit 2024-01-27T23:24:42.248072+0000 mon.smithi110 (mon.0) 330 2024-01-27T23:24:43.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:42 smithi116 conmon[40473]: : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-27T23:24:43.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:42 smithi116 conmon[40473]: audit 2024-01-27T23:24:42.249926+0000 mon.smithi110 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:43.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:42 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:42.250488+0000 mgr.smithi110.unybfe (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.0 on smithi116 2024-01-27T23:24:43.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:42 smithi110 conmon[35313]: audit 2024-01-27T23:24:42.248072+0000 mon.smithi110 (mon.0) 330 : audit [INF] 2024-01-27T23:24:43.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:42 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-27T23:24:43.046 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:42 smithi110 conmon[35313]: audit 2024-01-27T23:24:42.249926+0000 mon.smithi110 (mon.0) 331 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:43.047 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:42 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:42.250488+0000 mgr.smithi110.unybfe (mgr.14180) 81 : cephadm [INF] Deploying daemon osd.0 on smithi116 2024-01-27T23:24:43.947 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:43 smithi116 conmon[40473]: cluster 2024-01-27T23:24:42.702855+0000 mgr.smithi110.unybfe (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:43.984 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:43 smithi110 conmon[35313]: cluster 2024-01-27T23:24:42.702855+0000 mgr.smithi110.unybfe (mgr.14180) 82 : cluster [DBG] pgmap v48: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:44.034 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:44.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:44 smithi116 conmon[40473]: audit 2024-01-27T23:24:44.045264+0000 mon.smithi110 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.110:0/2404728312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:45.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:44 smithi110 conmon[35313]: audit 2024-01-27T23:24:44.045264 2024-01-27T23:24:45.030 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:44 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 332 : audit [DBG] from='client.? 172.21.15.110:0/2404728312' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:45.281 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:24:46.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:45 smithi116 conmon[40473]: cluster 2024-01-27T23:24:44.703092+0000 mgr.smithi110.unybfe (mgr.14180) 83 2024-01-27T23:24:46.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:45 smithi116 conmon[40473]: : cluster [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:46.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:45 smithi116 conmon[40473]: audit 2024-01-27T23:24:45.491139+0000 mon.smithi110 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-27T23:24:46.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:45 smithi116 conmon[40473]: audit 2024-01-27T23:24:45.491840+0000 mon.smithi110 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:46.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:45 smithi110 conmon[35313]: cluster 2024-01-27T23:24:44.703092+0000 mgr.smithi110.unybfe (mgr.14180) 83 : cluster 2024-01-27T23:24:46.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:45 smithi110 conmon[35313]: [DBG] pgmap v49: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:46.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:45 smithi110 conmon[35313]: audit 2024-01-27T23:24:45.491139+0000 mon.smithi110 (mon.0) 333 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-27T23:24:46.020 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:45 smithi110 conmon[35313]: audit 2024-01-27T23:24:45.491840+0000 mon.smithi110 (mon.0) 334 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:46.282 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:47.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:46 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:45.492385+0000 mgr.smithi110.unybfe 2024-01-27T23:24:47.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:46 smithi116 conmon[40473]: (mgr.14180) 84 : cephadm [INF] Deploying daemon osd.1 on smithi110 2024-01-27T23:24:47.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:46 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:45.492385+0000 mgr.smithi110.unybfe (mgr.14180) 84 : cephadm [INF] 2024-01-27T23:24:47.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:46 smithi110 conmon[35313]: Deploying daemon osd.1 on smithi110 2024-01-27T23:24:47.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:47 smithi116 conmon[40473]: cluster 2024-01-27T23:24:46.703295+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:24:47.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:47 smithi116 conmon[40473]: .14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:47.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:47 smithi116 conmon[40473]: audit 2024-01-27T23:24:46.818621+0000 mon.smithi110 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:47.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:47 smithi116 conmon[40473]: audit 2024-01-27T23:24:46.819204+0000 mon.smithi110 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-27T23:24:47.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:47 smithi116 conmon[40473]: audit 2024-01-27T23:24:46.819724+0000 mon.smithi110 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:47.994 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:47 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:46.820165+0000 mgr.smithi110.unybfe (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi116 2024-01-27T23:24:48.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:47 smithi110 conmon[35313]: cluster 2024-01-27T23:24:46.703295+0000 mgr.smithi110.unybfe (mgr.14180) 85 : cluster [DBG] pgmap v50: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:48.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:47 smithi110 conmon[35313]: audit 2024-01-27T23:24:46.818621+0000 mon.smithi110 (mon.0) 335 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:48.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:47 smithi110 conmon[35313]: audit 2024-01-27T23:24:46.819204+0000 mon.smithi110 (mon.0) 336 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-27T23:24:48.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:47 smithi110 conmon[35313]: audit 2024-01-27T23:24:46.819724+0000 mon.smithi110 (mon.0) 337 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:48.089 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:47 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:46.820165+0000 mgr.smithi110.unybfe (mgr.14180) 86 : cephadm [INF] Deploying daemon osd.2 on smithi116 2024-01-27T23:24:49.186 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:50.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:49 smithi116 conmon[40473]: cluster 2024-01-27T23:24:48.703552+0000 2024-01-27T23:24:50.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:49 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:50.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:49 smithi116 conmon[40473]: audit 2024-01-27T23:24:49.197460+0000 mon.smithi110 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.110:0/2161587632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:49 smithi110 conmon[35313]: cluster 2024-01-27T23:24:48.703552 2024-01-27T23:24:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:49 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 87 : cluster [DBG] pgmap v51: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:49 smithi110 conmon[35313]: audit 2024-01-27T23:24:49.197460+0000 mon.smithi110 (mon.0) 338 : audit [DBG] from='client.? 172.21.15.110:0/2161587632' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:50.496 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":13,"num_osds":8,"num_up_osds":0,"osd_up_since":0,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:24:51.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:50 smithi110 conmon[35313]: audit 2024-01-27T23:24:49.986548+0000 2024-01-27T23:24:51.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:50 smithi110 conmon[35313]: mon.smithi116 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.116:6800/693362174,v1:172.21.15.116:6801/693362174]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:24:51.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:50 smithi110 conmon[35313]: audit 2024-01-27T23:24:49.986865+0000 mon.smithi110 (mon.0) 339 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:24:51.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:50 smithi116 conmon[40473]: audit 2024-01-27T23:24:49.986548+0000 mon.smithi116 (mon.1) 10 : audit [INF] from='osd.0 [v2:172.21.15.116:6800/693362174,v1:172.21.15.116:6801/693362174]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:24:51.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:50 smithi116 conmon[40473]: audit 2024-01-27T23:24:49.986865+0000 mon.smithi110 (mon.0) 339 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-27T23:24:51.497 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:52.075 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: cluster 2024-01-27T23:24:50. 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: 704040+0000 mgr.smithi110.unybfe (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.828156+0000 mon.smithi110 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: cluster 2024-01-27T23:24:50.828207+0000 mon.smithi110 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.828315+0000 mon.smithi110 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.828554+0000 mon.smithi110 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.828735+0000 mon.smithi110 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.828899+0000 mon.smithi110 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.829022+0000 mon.smithi110 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.829145+0000 mon.smithi110 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:52.076 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.829273+0000 mon.smithi110 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.829393+0000 mon.smithi110 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.833495+0000 mon.smithi116 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.116:6800/693362174,v1:172.21.15.116:6801/693362174]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:50.833818+0000 mon.smithi110 (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=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.285947+0000 mon.smithi110 (mon.0) 351 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.286605+0000 mon.smithi110 (mon.0) 352 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: -01-27T23:24:51.287106+0000 mon.smithi110 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:51.287535+0000 mgr.smithi110.unybfe (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.3 on smithi110 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.416175+0000 mon.smithi110 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01-27 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: T23:24:51.416928+0000 mon.smithi110 (mon.0) 355 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: audit 2024-01 2024-01-27T23:24:52.077 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:51 smithi116 conmon[40473]: -27T23:24:51.417526+0000 mon.smithi110 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: cluster 2024-01-27T23:24:50.704040+0000 mgr.smithi110.unybfe (mgr.14180) 88 : cluster [DBG] pgmap v52: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.828156+0000 mon.smithi110 (mon.0) 340 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: cluster 2024-01-27T23:24:50.828207+0000 mon.smithi110 (mon.0) 341 : cluster [DBG] osdmap e14: 8 total, 0 up, 8 in 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.828315+0000 mon.smithi110 (mon.0) 342 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.828554+0000 mon.smithi110 (mon.0) 343 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.828735+0000 mon.smithi110 (mon.0) 344 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.828899+0000 mon.smithi110 (mon.0) 345 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.829022+0000 mon.smithi110 (mon.0) 346 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.829145+0000 mon.smithi110 (mon.0) 347 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.829273+0000 mon.smithi110 (mon.0) 348 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:52.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.829393+0000 mon.smithi110 (mon.0) 349 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.833495+0000 mon.smithi116 (mon.1) 11 : audit [INF] from='osd.0 [v2:172.21.15.116:6800/693362174,v1:172.21.15.116:6801/693362174]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:50.833818+0000 mon.smithi110 (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=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.285947+0000 mon.smithi110 (mon.0) 351 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.286605+0000 mon.smithi110 (mon.0) 352 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.287106+0000 mon.smithi110 (mon.0) 353 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:51.287535+0000 mgr.smithi110.unybfe (mgr.14180) 89 : cephadm [INF] Deploying daemon osd.3 on smithi110 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.416175+0000 mon.smithi110 (mon.0) 354 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.416928+0000 mon.smithi110 (mon.0) 355 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-27T23:24:52.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:51 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.417526+0000 mon.smithi110 (mon.0) 356 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:52.953 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:51.418087+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:24:52.953 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: .14180) 90 : cephadm [INF] Deploying daemon osd.4 on smithi116 2024-01-27T23:24:52.953 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.830367+0000 mon.smithi110 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: cluster 2024-01-27T23:24:51.830428+0000 mon.smithi110 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.830724+0000 mon.smithi110 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.831022+0000 mon.smithi110 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.831237+0000 mon.smithi110 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.834165+0000 mon.smithi110 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.834499+0000 mon.smithi110 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.834655+0000 mon.smithi110 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.834854+0000 mon.smithi110 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.835005+0000 mon.smithi110 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:52.954 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:52 smithi116 conmon[40473]: audit 2024-01-27T23:24:51.835240+0000 mon.smithi110 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:53.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:51.418087+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:24:53.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: ) 90 : cephadm [INF] Deploying daemon osd.4 on smithi116 2024-01-27T23:24:53.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.830367+0000 mon.smithi110 (mon.0) 357 : audit [INF] from='osd.0 ' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:24:53.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: cluster 2024-01-27T23:24:51.830428+0000 mon.smithi110 (mon.0) 358 : cluster [DBG] osdmap e15: 8 total, 0 up, 8 in 2024-01-27T23:24:53.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.830724+0000 mon.smithi110 (mon.0) 359 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:53.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.831022+0000 mon.smithi110 (mon.0) 360 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:53.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.831237+0000 mon.smithi110 (mon.0) 361 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:53.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.834165+0000 mon.smithi110 (mon.0) 362 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:53.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.834499+0000 mon.smithi110 (mon.0) 363 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:53.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.834655+0000 mon.smithi110 (mon.0) 364 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:53.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.834854+0000 mon.smithi110 (mon.0) 365 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:53.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.835005+0000 mon.smithi110 (mon.0) 366 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:53.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:52 smithi110 conmon[35313]: audit 2024-01-27T23:24:51.835240+0000 mon.smithi110 (mon.0) 367 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:54.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: cluster 2024-01-27T23:24:50.979168+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:24:54.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: cluster 2024-01-27T23:24:50.979215+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:24:54.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: cluster 2024-01-27T23:24:52.704315+0000 mgr.smithi110.unybfe (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: cluster 2024-01-27T23:24:52.835139+0000 mon.smithi110 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.116:6800/693362174,v1:172.21.15.116:6801/693362174] boot 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: cluster 2024-01-27T23:24:52.835181+0000 mon.smithi110 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.835565+0000 mon.smithi110 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.835835+0000 mon.smithi110 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.836040+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: 372 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.836175+0000 mon.smithi110 (mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.836298+0000 mon.smithi110 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.836475+0000 mon.smithi110 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.836658+0000 mon.smithi110 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:54.018 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:53 smithi116 conmon[40473]: audit 2024-01-27T23:24:52.836839+0000 mon.smithi110 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:54.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: cluster 2024-01-27T23:24:50.979168+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:24:54.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: cluster 2024-01-27T23:24:50.979215+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:24:54.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: cluster 2024-01-27T23:24:52.704315+0000 mgr.smithi110.unybfe (mgr.14180) 91 : cluster [DBG] pgmap v55: 0 pgs: ; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-27T23:24:54.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: cluster 2024-01-27T23:24:52.835139+0000 mon.smithi110 (mon.0) 368 : cluster [INF] osd.0 [v2:172.21.15.116:6800/693362174,v1:172.21.15.116:6801/693362174] boot 2024-01-27T23:24:54.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: cluster 2024-01-27T23:24:52.835181+0000 mon.smithi110 (mon.0) 369 : cluster [DBG] osdmap e16: 8 total, 1 up, 8 in 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.835565+0000 mon.smithi110 (mon.0) 370 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.835835+0000 mon.smithi110 (mon.0) 371 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.836040+0000 mon.smithi110 (mon.0) 372 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.836175+0000 mon.smithi110 ( 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: mon.0) 373 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.836298+0000 mon.smithi110 (mon.0) 374 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.836475+0000 mon.smithi110 (mon.0) 375 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.836658+0000 mon.smithi110 (mon.0) 376 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:54.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:53 smithi110 conmon[35313]: audit 2024-01-27T23:24:52.836839+0000 mon.smithi110 (mon.0) 377 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:54.202 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: cluster 2024-01-27T23:24:53.847461+0000 mon.smithi110 (mon.0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:53.847608+0000 mon.smithi110 (mon.0) 379 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:53.847879+0000 mon.smithi110 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:53.848008+0000 mon.smithi110 (mon.0) 381 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24: 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: 53.848129+0000 mon.smithi110 (mon.0) 382 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:53.848247+0000 mon.smithi110 (mon.0) 383 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:53.848369+0000 mon.smithi110 (mon.0) 384 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:55.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:53.848550+0000 mon.smithi110 (mon.0) 385 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:55.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:54.214302+0000 mon.smithi110 (mon.0) 386 : audit [DBG] from='client.? 172.21.15.110:0/20539750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:55.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:54.475710+0000 mon.smithi110 (mon.0) 387 : audit [INF] from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-27T23:24:55.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:54.622276+0000 mon.smithi116 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.116:6808/1002080614,v1:172.21.15.116:6809/1002080614]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:24:55.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:54 smithi110 conmon[35313]: audit 2024-01-27T23:24:54.622650+0000 mon.smithi110 (mon.0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:24:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: cluster 2024-01-27T23:24:53.847461+0000 mon.smithi110 (mon 2024-01-27T23:24:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: .0) 378 : cluster [DBG] osdmap e17: 8 total, 1 up, 8 in 2024-01-27T23:24:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23:24:53.847608+0000 mon.smithi110 (mon.0) 379 : audit [DBG] 2024-01-27T23:24:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23:24:53 2024-01-27T23:24:55.160 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: .847879+0000 mon.smithi110 (mon.0) 380 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: T23:24:53.848008+0000 mon.smithi110 (mon 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: .0) 381 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23: 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: 24:53.848129+0000 mon.smithi110 (mon.0) 382 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23:24:53 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: .848247+0000 mon.smithi110 (mon.0) 383 : audit [DBG] 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: 2024-01-27T23:24:53.848369+0000 mon.smithi110 (mon. 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: 0) 384 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23: 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: 24:53.848550+0000 mon.smithi110 (mon.0) 385 2024-01-27T23:24:55.161 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23:24: 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: 54.214302+0000 mon.smithi110 (mon.0) 386 : 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit [DBG] from='client.? 172.21.15.110:0/20539750' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23:24:54 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: .475710+0000 mon.smithi110 (mon.0) 387 : audit [INF] 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024-01-27T23:24:54. 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: 622276+0000 mon.smithi116 (mon.1) 12 : audit [INF] from='osd.2 [v2:172.21.15.116:6808/1002080614,v1:172.21.15.116:6809/1002080614]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: audit 2024 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: -01-27T23:24:54.622650+0000 mon.smithi110 (mon. 2024-01-27T23:24:55.162 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:54 smithi116 conmon[40473]: 0) 388 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-27T23:24:55.181 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":17,"num_osds":8,"num_up_osds":1,"osd_up_since":1706397892,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: cluster 2024-01-27T23:24:54.704624 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01-27T23 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: :24:54.853672+0000 mon.smithi110 (mon.0) 389 : 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit [INF] from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 2024-01-27T23:24: 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 54.853749+0000 mon.smithi110 (mon. 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 0) 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-27T23:24:56.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: cluster 2024-01- 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 27T23:24:54. 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 853821+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: -01-27T23:24: 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 54.854160+0000 mon.smithi110 (mon. 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 0) 392 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: -27T23:24:54.854278+0000 mon.smithi116 ( 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: mon.1) 13 : audit [INF] from='osd.2 [v2:172.21.15.116:6808/1002080614,v1:172.21.15.116:6809/1002080614]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: -27T23:24:54.854586+0000 mon.smithi110 (mon. 2024-01-27T23:24:56.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 0) 393 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01-27T 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 23:24:54.854773+0000 mon.smithi110 (mon.0) 394 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: -01-27T23:24:54.854960+0000 mon.smithi110 (mon.0) 395 : audit [INF] from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01-27T23:24:54.855118+0000 mon.smithi110 ( 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 01-27T23:24:54.855264+0000 mon.smithi110 (mon.0) 397 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01-27T23:24:54.855414+0000 mon.smithi110 (mon. 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 0) 398 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: -27T23:24:54.855551+0000 mon.smithi110 (mon.0) 399 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: audit 2024-01-27T23:24:54.855734+0000 mon.smithi110 (mon. 2024-01-27T23:24:56.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:55 smithi110 conmon[35313]: 0) 400 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:56.182 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:24:56.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: cluster 2024-01-27T23:24:54.704624+0000 mgr.smithi110.unybfe (mgr.14180) 92 : cluster [DBG] pgmap v58: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-27T23:24:56.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T23:24:54.853672+0000 mon.smithi110 (mon.0) 389 : audit [INF] from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-27T23:24:56.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: -01-27T23:24:54.853749+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 390 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: cluster 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 2024-01-27T23:24:54. 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 853821+0000 mon.smithi110 (mon.0) 391 : cluster [DBG] osdmap e18: 8 total, 1 up, 8 in 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 2024-01-27T23:24:54.854160+0000 mon.smithi110 ( 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: mon.0) 392 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 2024-01- 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 27T23:24:54.854278 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: +0000 mon.smithi116 (mon.1) 13 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: : audit [INF] from='osd.2 [v2:172.21.15.116:6808/1002080614,v1:172.21.15.116:6809/1002080614]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T23 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: :24:54.854586+0000 mon.smithi110 (mon.0) 393 : audit 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 01-27T23:24:54 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: .854773+0000 mon.smithi110 (mon.0 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: ) 394 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 01-27T23:24:54. 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 854960+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:56.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 395 : audit [INF] from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T23:24:54.855118+0000 mon.smithi110 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: (mon.0) 396 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T23: 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 24:54.855264+0000 mon.smithi110 (mon.0) 397 : audit 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 23:24:54.855414+0000 mon.smithi110 (mon.0) 398 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024-01-27T23:24:54.855551+0000 mon.smithi110 (mon. 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: 0) 399 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: audit 2024 2024-01-27T23:24:56.270 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:55 smithi116 conmon[40473]: -01-27T23:24:54.855734+0000 mon.smithi110 (mon.0) 400 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:57.166 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.853366+0000 mon.smithi110 (mon. 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: 0) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.853422+0000 mon.smithi110 (mon.0) 402 : audit [INF] from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: cluster 2024-01-27T23:24:55.853459+0000 mon.smithi110 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.853780+0000 mon.smithi110 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.854047+0000 mon.smithi110 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.857488+0000 mon.smithi110 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.857801+0000 mon.smithi110 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.857972+0000 mon.smithi110 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.858177+0000 mon.smithi110 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.858458+0000 mon.smithi110 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.858613+0000 mon.smithi110 (mon.0) 411 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:55.858759+0000 mon.smithi110 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:57.167 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.144215+0000 mon.smithi110 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.144872+0000 mon.smithi110 (mon 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: .0) 414 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: audit 2024-01-27T23:24 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: :56.145377+0000 mon.smithi110 (mon.0) 415 : audit 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: cephadm 2024-01-27T23:24:56. 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: 145839+0000 mgr.smithi110.unybfe (mgr.14180) 93 : cephadm [INF] 2024-01-27T23:24:57.168 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:56 smithi110 conmon[35313]: Deploying daemon osd.6 on smithi116 2024-01-27T23:24:57.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.853366+0000 mon.smithi110 (mon.0 2024-01-27T23:24:57.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: ) 401 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:24:57.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.853422+0000 mon.smithi110 (mon.0) 402 : audit [INF] from='osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: cluster 2024-01-27T23:24:55.853459+0000 mon.smithi110 (mon.0) 403 : cluster [DBG] osdmap e19: 8 total, 1 up, 8 in 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.853780+0000 mon.smithi110 (mon.0) 404 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.854047+0000 mon.smithi110 (mon.0) 405 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.857488+0000 mon.smithi110 (mon.0) 406 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.857801+0000 mon.smithi110 (mon.0) 407 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: -27T23:24:55.857972+0000 mon.smithi110 (mon.0) 408 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.858177+0000 mon.smithi110 (mon.0) 409 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.858458 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 410 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:55.858613 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 411 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: -27T23:24:55.858759+0000 mon.smithi110 (mon.0) 412 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:57.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:56. 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: 144215+0000 mon.smithi110 (mon.0) 413 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.144872+0000 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: mon.smithi110 (mon.0) 414 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: audit 2024 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: -01-27T23:24:56.145377+0000 mon.smithi110 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: (mon.0) 415 : audit [DBG] 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: cephadm 2024-01-27T 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: 23:24:56.145839+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:24:57.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:56 smithi116 conmon[40473]: ) 93 : cephadm [INF] Deploying daemon osd.6 on smithi116 2024-01-27T23:24:58.142 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:55.468716+0000 osd.1 (osd.1) 1 : 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster [DBG] purged_snaps scrub starts 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:55.468759+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:55.658803+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:55.658857+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:56.705067+0000 mgr.smithi110.unybfe (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:56.858316+0000 mon.smithi110 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.116:6808/1002080614,v1:172.21.15.116:6809/1002080614] boot 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:56.858348+0000 mon.smithi110 (mon.0) 417 : cluster [INF] osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483] boot 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: cluster 2024-01-27T23:24:56.858363+0000 mon.smithi110 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.858800+0000 mon.smithi110 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.859034+0000 mon.smithi110 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.862083+0000 mon.smithi110 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.862215+0000 mon.smithi110 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.862343+0000 mon.smithi110 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:58.143 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.862461+0000 mon.smithi110 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:58.144 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.862581+0000 mon.smithi110 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:58.144 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:57 smithi116 conmon[40473]: audit 2024-01-27T23:24:56.862752+0000 mon.smithi110 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-27T23:24:58.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:55.468716 2024-01-27T23:24:58.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: +0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:24:58.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:55.468759+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:24:58.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:55.658803+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:24:58.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:55.658857+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:56.705067+0000 mgr.smithi110.unybfe (mgr.14180) 94 : cluster [DBG] pgmap v61: 0 pgs: ; 0 B data, 290 MiB used, 89 GiB / 89 GiB avail 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:56.858316+0000 mon.smithi110 (mon.0) 416 : cluster [INF] osd.2 [v2:172.21.15.116:6808/1002080614,v1:172.21.15.116:6809/1002080614] boot 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:56.858348+0000 mon.smithi110 (mon.0) 417 : cluster [INF] osd.1 [v2:172.21.15.110:6802/3482216483,v1:172.21.15.110:6803/3482216483] boot 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: cluster 2024-01-27T23:24:56.858363+0000 mon.smithi110 (mon.0) 418 : cluster [DBG] osdmap e20: 8 total, 3 up, 8 in 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.858800+0000 mon.smithi110 (mon.0) 419 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.859034+0000 mon.smithi110 (mon.0) 420 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.862083+0000 mon.smithi110 (mon.0) 421 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.862215+0000 mon.smithi110 (mon.0) 422 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.862343+0000 mon.smithi110 (mon.0) 423 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.862461+0000 mon.smithi110 (mon.0) 424 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.862581+0000 mon.smithi110 (mon.0) 425 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:58.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:57 smithi110 conmon[35313]: audit 2024-01-27T23:24:56.862752+0000 mon.smithi110 (mon.0) 426 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-27T23:24:58.658 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:24:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01-27T23:24:57.865497+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 427 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-27T23:24:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: cluster 2024-01-27T23:24:57.865545+0000 mon.smithi110 (mon.0) 428 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-27T23:24:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01-27T23:24:57.865704+0000 mon.smithi110 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01-27T23:24:57.866046+0000 mon.smithi110 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01-27T23:24:59.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 2024-01-27T23:24:57.866252+0000 mon.smithi110 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 27T23:24:57.866428+0000 mon.smithi110 (mon.0) 432 : audit [DBG] 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: -27T23:24:57.866619+0000 mon.smithi110 (mon 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: .0) 433 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: T23:24:57.867182+0000 mon.smithi110 (mon. 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 0) 434 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: -01-27T23:24:58.089511+0000 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: mon.smithi110 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01-27T23:24:59.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 2024-01-27T23 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: :24:58.090537+0000 mon.smithi110 (mon.0) 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 436 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 2024-01-27T23:24:58.091185 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 437 : audit [DBG] 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: cephadm 2024-01-27 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: T23:24:58.091748+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi110 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: 27T23:24:58.670282+0000 mon.smithi110 (mon 2024-01-27T23:24:59.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:58 smithi110 conmon[35313]: .0) 438 : audit [DBG] from='client.? 172.21.15.110:0/3161950230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:57.865497+0000 mon.smithi110 ( 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: mon.0) 427 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]': finished 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: cluster 2024-01-27T23:24:57.865545+0000 mon.smithi110 (mon.0) 428 : cluster [DBG] osdmap e21: 8 total, 3 up, 8 in 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:57.865704+0000 mon.smithi110 (mon.0) 429 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:57.866046+0000 mon.smithi110 (mon.0) 430 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:57.866252+0000 mon.smithi110 (mon.0) 431 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:57.866428+0000 mon.smithi110 (mon.0) 432 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:57.866619+0000 mon.smithi110 (mon.0) 433 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:57.867182+0000 mon.smithi110 (mon.0) 434 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-27T23:24:59.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.089511+0000 mon.smithi110 (mon.0) 435 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:24:59.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.090537+0000 mon.smithi110 (mon.0) 436 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-27T23:24:59.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.091185+0000 mon.smithi110 (mon.0) 437 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:24:59.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: cephadm 2024-01-27T23:24:58.091748+0000 mgr.smithi110.unybfe (mgr.14180) 95 : cephadm [INF] Deploying daemon osd.5 on smithi110 2024-01-27T23:24:59.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:58 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.670282+0000 mon.smithi110 (mon.0) 438 : audit [DBG] from='client.? 172.21.15.110:0/3161950230' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:24:59.944 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":21,"num_osds":8,"num_up_osds":3,"osd_up_since":1706397896,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:25:00.247 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: cluster 2024-01-27T23:24:58.705547+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: ) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024-01-27T23:24:58.867079+0000 mon.smithi110 (mon.0) 439 : audit 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: cluster 2024-01-27 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: T23:24:58.867140+0000 mon.smithi110 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: 01-27T23:24:58.867476+0000 mon.smithi110 (mon 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: .0) 441 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024-01-27T23: 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: 24:58.867718+0000 mon.smithi110 (mon.0) 442 : audit 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024-01-27T23:24:58.867867 2024-01-27T23:25:00.248 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 443 : audit [DBG] 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024-01-27T23:24:58.868003 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 444 : audit [DBG] 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024-01-27T23:24:58.868160 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 445 : audit [DBG] 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024-01-27T23:24:59.334406 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: +0000 mon.smithi116 (mon.1) 14 : audit [INF] 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: from='osd.4 [v2:172.21.15.116:6816/3485117407,v1:172.21.15.116:6817/3485117407]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: 2024-01-27T23:24:59.334795+0000 mon.smithi110 (mon.0 2024-01-27T23:25:00.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:24:59 smithi110 conmon[35313]: ) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: cluster 2024-01-27T23:24:58.705547+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: .14180) 96 : cluster [DBG] pgmap v64: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.867079+0000 mon.smithi110 (mon.0) 439 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: cluster 2024-01-27T23:24:58.867140+0000 mon.smithi110 (mon.0) 440 : cluster [DBG] osdmap e22: 8 total, 3 up, 8 in 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.867476+0000 mon.smithi110 (mon.0) 441 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.867718+0000 mon.smithi110 (mon.0) 442 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.867867+0000 mon.smithi110 ( 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: mon.0) 443 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24:58.868003+0000 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: mon.smithi110 (mon.0) 444 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24: 2024-01-27T23:25:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: 58.868160+0000 mon.smithi110 (mon.0) 445 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24:59.334406+0000 mon.smithi116 (mon.1 2024-01-27T23:25:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: ) 14 : audit [INF] from='osd.4 [v2:172.21.15.116:6816/3485117407,v1:172.21.15.116:6817/3485117407]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:25:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: audit 2024-01-27T23:24:59.334795 2024-01-27T23:25:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:24:59 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 446 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-27T23:25:00.946 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:25:01.263 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.092773+0000 mon.smithi110 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: cluster 2024-01-27T23:25:00.092828+0000 mon.smithi110 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.092925+0000 mon.smithi110 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.093151+0000 mon.smithi110 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.093285+0000 mon.smithi110 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.093459+0000 mon.smithi110 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.093587+0000 mon.smithi110 (mon.0) 453 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:00.093641+0000 mon.smithi116 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.116:6816/3485117407,v1:172.21.15.116:6817/3485117407]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23: 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: 25:00.093929+0000 mon.smithi110 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:01.264 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:01 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.034378+0000 mon.smithi110 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.092773+0000 mon.smithi110 (mon.0) 447 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-27T23:25:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: cluster 2024-01-27T23:25:00.092828+0000 mon.smithi110 (mon.0) 448 : cluster [DBG] osdmap e23: 8 total, 3 up, 8 in 2024-01-27T23:25:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.092925+0000 mon.smithi110 (mon.0) 449 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.093151+0000 mon.smithi110 (mon.0) 450 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.093285+0000 mon.smithi110 (mon.0) 451 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:01.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.093459+0000 mon.smithi110 (mon.0) 452 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:01.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.093587+0000 mon.smithi110 (mon.0) 453 2024-01-27T23:25:01.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:01.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.093641+0000 mon.smithi116 (mon.1) 15 : audit [INF] from='osd.4 [v2:172.21.15.116:6816/3485117407,v1:172.21.15.116:6817/3485117407]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:01.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024-01-27T23:25:00.093929+0000 mon.smithi110 (mon.0) 454 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:01.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: audit 2024 2024-01-27T23:25:01.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:01 smithi116 conmon[40473]: -01-27T23:25:01.034378+0000 mon.smithi110 (mon.0) 455 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:02.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: cluster 2024-01-27T23:25:00.705885+0000 mgr.smithi110.unybfe (mgr.14180) 97 : cluster 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.094202+0000 mon.smithi110 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: cluster 2024-01-27T23:25:01.094279+0000 mon.smithi110 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.094625+0000 mon.smithi110 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.094916+0000 mon.smithi110 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.095177+0000 mon.smithi110 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.095410+0000 mon.smithi110 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.098614+0000 mon.smithi110 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.098775+0000 mon.smithi110 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:02 smithi110 conmon[35313]: audit 2024-01-27T23:25:01.227713+0000 mon.smithi110 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-27T23:25:02.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: cluster 2024-01-27T23:25:00.705885+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:25:02.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: ) 97 : cluster [DBG] pgmap v67: 1 pgs: 1 unknown; 0 B data, 871 MiB used, 267 GiB / 268 GiB avail 2024-01-27T23:25:02.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.094202+0000 mon.smithi110 (mon.0) 456 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:25:02.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: cluster 2024-01-27T23:25:01.094279+0000 mon.smithi110 (mon.0) 457 : cluster [DBG] osdmap e24: 8 total, 3 up, 8 in 2024-01-27T23:25:02.469 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.094625+0000 mon.smithi110 (mon.0) 458 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:02.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.094916+0000 mon.smithi110 (mon.0) 459 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:02.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.095177+0000 mon.smithi110 (mon.0) 460 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:02.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.095410+0000 mon.smithi110 (mon.0) 461 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:02.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.098614+0000 mon.smithi110 (mon.0) 462 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:02.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.098775+0000 mon.smithi110 (mon.0) 463 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:02.470 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:02 smithi116 conmon[40473]: audit 2024-01-27T23:25:01.227713+0000 mon.smithi110 (mon.0) 464 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-27T23:25:02.895 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:03.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: cluster 2024-01-27T23:25:00.322899+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:03.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: cluster 2024-01-27T23:25:00.322998+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:03.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: cluster 2024-01-27T23:25:02.096683+0000 mon.smithi110 (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.116:6816/3485117407,v1:172.21.15.116:6817/3485117407] boot 2024-01-27T23:25:03.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.096777+0000 mon.smithi110 (mon.0) 466 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-27T23:25:03.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: cluster 2024-01-27T23:25:02.096854+0000 mon.smithi110 (mon.0) 467 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.097001+0000 mon.smithi110 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.097620+0000 mon.smithi110 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.097815+0000 mon.smithi110 (mon.0) 470 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.098025+0000 mon.smithi110 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.098217+0000 mon.smithi110 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.098378+0000 mon.smithi110 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:02.907057+0000 mon.smithi110 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.110:0/1822677124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:03.097916+0000 mon.smithi110 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: cluster 2024-01-27T23:25:03.097996+0000 mon.smithi110 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-27T23:25:03.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:03 smithi116 conmon[40473]: audit 2024-01-27T23:25:03.098151+0000 mon.smithi110 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:03.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: cluster 2024-01-27T23:25:00.322899+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:03.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: cluster 2024-01-27T23:25:00.322998+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:03.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: cluster 2024-01-27T23:25:02.096683+0000 mon.smithi110 (mon.0) 465 : cluster [INF] osd.4 [v2:172.21.15.116:6816/3485117407,v1:172.21.15.116:6817/3485117407] boot 2024-01-27T23:25:03.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.096777+0000 mon.smithi110 (mon.0) 2024-01-27T23:25:03.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: 466 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-27T23:25:03.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: cluster 2024-01-27T23:25:02.096854+0000 mon.smithi110 (mon.0) 467 : cluster [DBG] osdmap e25: 8 total, 4 up, 8 in 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.097001+0000 mon.smithi110 (mon.0) 468 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.097620+0000 mon.smithi110 (mon.0) 469 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.097815+0000 mon.smithi110 (mon.0) 470 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.098025+0000 mon.smithi110 (mon.0) 471 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.098217+0000 mon.smithi110 (mon.0) 472 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.098378+0000 mon.smithi110 (mon.0) 473 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:02.907057+0000 mon.smithi110 (mon.0) 474 : audit [DBG] from='client.? 172.21.15.110:0/1822677124' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:03.097916+0000 mon.smithi110 (mon.0) 475 : audit [INF] from='osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: cluster 2024-01-27T23:25:03.097996+0000 mon.smithi110 (mon.0) 476 : cluster [DBG] osdmap e26: 8 total, 4 up, 8 in 2024-01-27T23:25:03.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:03 smithi110 conmon[35313]: audit 2024-01-27T23:25:03.098151+0000 mon.smithi110 (mon.0) 477 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:03.862 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":25,"num_osds":8,"num_up_osds":4,"osd_up_since":1706397902,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: cluster 2024-01-27T23:25:02.706182+0000 mgr.smithi110.unybfe (mgr.14180) 98 : 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: cluster [DBG] pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:03.098532+0000 mon.smithi110 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:03.099475+0000 mon.smithi110 (mon.0) 479 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:03.102644+0000 mon.smithi110 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:03.102963+0000 mon.smithi110 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:03.622059+0000 mon.smithi110 (mon.0) 482 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: cluster 2024-01-27T23:25:04.098887+0000 mon.smithi110 (mon.0) 483 : cluster [INF] osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984] boot 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: cluster 2024-01-27T23:25:04.098937+0000 mon.smithi110 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:04.099168+0000 mon.smithi110 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:04.099406+0000 mon.smithi110 (mon.0) 486 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:04.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:04.099619+0000 mon.smithi110 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:04.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:04 smithi110 conmon[35313]: audit 2024-01-27T23:25:04.099772+0000 mon.smithi110 (mon.0) 488 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: cluster 2024-01-27T23:25:02.706182+0000 mgr.smithi110.unybfe (mgr.14180) 98 : cluster [DBG] 2024-01-27T23:25:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: pgmap v70: 1 pgs: 1 unknown; 0 B data, 1.1 GiB used, 356 GiB / 358 GiB avail 2024-01-27T23:25:04.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27T23:25:03.098532+0000 mon.smithi110 (mon.0) 478 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27T23:25:03.099475+0000 mon.smithi110 (mon.0) 479 : audit [DBG] 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27T23:25:03.102644+0000 mon.smithi110 (mon.0) 480 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: 2024-01-27T23:25:03.102963+0000 mon.smithi110 (mon.0) 481 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: 01-27T23:25:03.622059+0000 mon.smithi110 (mon.0) 482 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: cluster 2024-01-27T23:25:04.098887+0000 mon.smithi110 (mon.0) 483 : cluster [INF] osd.3 [v2:172.21.15.110:6810/3920183984,v1:172.21.15.110:6811/3920183984] boot 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: cluster 2024-01-27T23:25:04.098937+0000 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: mon.smithi110 (mon.0) 484 : cluster [DBG] osdmap e27: 8 total, 5 up, 8 in 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27T 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: 23:25:04.099168+0000 mon.smithi110 (mon.0) 485 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.099406+0000 mon.smithi110 (mon.0) 486 2024-01-27T23:25:04.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:04.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27 2024-01-27T23:25:04.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: T23:25:04.099619+0000 mon.smithi110 (mon.0) 487 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:04.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.099772+0000 mon.smithi110 (mon.0) 2024-01-27T23:25:04.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:04 smithi116 conmon[40473]: 488 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:04.863 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: cluster 2024-01-27T23:25:02.211389+0000 osd.3 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: cluster 2024-01-27T23:25:02.211454+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27T23:25:04.187121+0000 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: mon.smithi116 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.116:6824/4237381904,v1:172.21.15.116:6825/4237381904]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27T23:25 2024-01-27T23:25:05.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: :04.187590+0000 mon.smithi110 (mon.0) 489 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27T23 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: :25:04.626370+0000 mon.smithi110 (mon.0 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: ) 490 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: T23:25:04.627088+0000 mon.smithi110 (mon 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: .0) 491 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: 27T23:25:04.627592+0000 mon.smithi110 ( 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:05.170 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: -27T23:25:05.101141+0000 mon.smithi110 (mon 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: .0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: cluster 2024-01-27T23: 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: 25:05.101227+0000 mon.smithi110 (mon.0) 494 : 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27T23:25:05.101359 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: T23:25:05.101694+0000 mon.smithi110 (mon.0) 496 : audit [DBG] 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: 2024-01-27T23:25:05.101872+0000 mon.smithi116 ( 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.116:6824/4237381904,v1:172.21.15.116:6825/4237381904]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:05.171 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27T 2024-01-27T23:25:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: 23:25:05.101908+0000 mon.smithi110 (mon.0) 497 2024-01-27T23:25:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: audit 2024-01-27T23:25:05.102275 2024-01-27T23:25:05.172 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:05 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: cluster 2024-01-27T23:25:02.211389+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: cluster 2024-01-27T23:25:02.211454+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.187121+0000 mon.smithi116 (mon.1) 16 : audit [INF] from='osd.6 [v2:172.21.15.116:6824/4237381904,v1:172.21.15.116:6825/4237381904]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.187590+0000 mon.smithi110 (mon.0) 489 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.626370+0000 mon.smithi110 (mon.0) 490 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.627088+0000 mon.smithi110 (mon.0) 491 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-27T23:25:05.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:04.627592+0000 mon.smithi110 (mon.0) 492 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:05.101141+0000 mon.smithi110 (mon.0) 493 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: cluster 2024-01-27T23:25:05.101227+0000 mon.smithi110 (mon.0) 494 : cluster [DBG] osdmap e28: 8 total, 5 up, 8 in 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:05.101359+0000 mon.smithi110 (mon.0) 495 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:05.101694+0000 mon.smithi110 (mon.0) 496 : audit 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:05.101872+0000 mon.smithi116 (mon.1) 17 : audit [INF] from='osd.6 [v2:172.21.15.116:6824/4237381904,v1:172.21.15.116:6825/4237381904]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:05.101908+0000 mon.smithi110 (mon.0) 497 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:05.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:05 smithi116 conmon[40473]: audit 2024-01-27T23:25:05.102275+0000 mon.smithi110 (mon.0) 498 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]: dispatch 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: cephadm 2024-01-27T23:25:04.628036+0000 mgr.smithi110.unybfe ( 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: mgr.14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi110 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: cluster 2024-01-27T23:25:04.706503+0000 mgr.smithi110.unybfe (mgr.14180) 100 : cluster [DBG] pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: audit 2024-01-27T23:25:06.102626+0000 mon.smithi110 (mon.0) 499 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: cluster 2024-01-27T23:25:06.102715+0000 mon.smithi110 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: audit 2024-01-27T23:25:06.102841+0000 mon.smithi110 (mon.0) 501 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: audit 2024-01-27T23:25:06.103210+0000 mon.smithi110 (mon.0) 502 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:06.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:06 smithi110 conmon[35313]: audit 2024-01-27T23:25:06.103440+0000 mon.smithi110 (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: cephadm 2024-01-27T23:25:04.628036+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:25:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: 14180) 99 : cephadm [INF] Deploying daemon osd.7 on smithi110 2024-01-27T23:25:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: cluster 2024-01-27T23:25:04.706503+0000 mgr.smithi110.unybfe (mgr.14180) 100 : cluster [DBG] 2024-01-27T23:25:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: pgmap v73: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-27T23:25:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: audit 2024-01-27T23:25:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: 2024-01-27T23:25:06.102626+0000 mon.smithi110 (mon.0) 499 : audit 2024-01-27T23:25:06.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi116", "root=default"]}]': finished 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: cluster 2024-01-27T23:25:06.102715 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 500 : cluster [DBG] osdmap e29: 8 total, 5 up, 8 in 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: audit 2024-01 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: -27T23:25:06.102841+0000 mon.smithi110 (mon.0) 501 : audit 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: audit 2024-01- 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: 27T23:25:06.103210+0000 mon.smithi110 (mon.0) 502 : audit 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: audit 2024-01-27T23:25:06.103440+0000 mon.smithi110 2024-01-27T23:25:06.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:06 smithi116 conmon[40473]: (mon.0) 503 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:07.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:07 smithi110 conmon[35313]: audit 2024-01-27T23:25:06.111103+0000 mon.smithi110 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:07.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:07 smithi116 conmon[40473]: audit 2024-01-27T23:25:06.111103+0000 mon.smithi110 (mon.0) 504 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:08.318 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: cluster 2024-01-27T23:25:05.205225+0000 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: cluster 2024-01-27T23:25:05.205319+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: cluster 2024-01-27T23:25:06.707006+0000 mgr.smithi110.unybfe (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: audit 2024-01-27T23:25:07.111398+0000 mon.smithi110 (mon.0) 505 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: cluster 2024-01-27T23:25:07.115635+0000 mon.smithi110 (mon.0) 506 : cluster [INF] osd.6 [v2:172.21.15.116:6824/4237381904,v1:172.21.15.116:6825/4237381904] boot 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: cluster 2024-01-27T23:25:07.115679+0000 mon.smithi110 (mon.0) 507 : cluster [DBG] osdmap e30: 8 total, 6 up, 8 in 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: audit 2024-01-27T23:25:07.115931+0000 mon.smithi110 (mon.0) 508 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: audit 2024-01-27T23:25:07.116232+0000 mon.smithi110 (mon.0) 509 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: audit 2024-01-27T23:25:07.116459+0000 mon.smithi110 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:08 smithi110 conmon[35313]: audit 2024-01-27T23:25:07.815887+0000 mon.smithi110 (mon.0) 511 : audit [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T23:25:08.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: cluster 2024-01-27T23:25:05.205225+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:08.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: cluster 2024-01-27T23:25:05.205319+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:08.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: cluster 2024-01-27T23:25:06.707006+0000 mgr.smithi110.unybfe (mgr.14180) 101 : cluster [DBG] pgmap v76: 1 pgs: 1 active+clean; 0 B data, 1.4 GiB used, 446 GiB / 447 GiB avail 2024-01-27T23:25:08.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: audit 2024-01-27T23:25:07.111398+0000 mon.smithi110 (mon.0) 505 : audit [DBG] 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: cluster 2024- 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: 01-27T23:25:07.115635+0000 mon.smithi110 (mon.0) 506 : cluster 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: [INF] osd.6 [v2:172.21.15.116:6824/4237381904,v1:172.21.15.116:6825/4237381904] boot 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: cluster 2024-01-27T 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: 23:25:07.115679+0000 mon.smithi110 (mon.0) 507 : cluster [DBG] 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: osdmap e30: 8 total, 6 up, 8 in 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: audit 2024 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: -01-27T23:25:07.115931+0000 mon.smithi110 (mon.0 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: ) 508 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: audit 2024-01-27T23:25 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: :07.116232+0000 mon.smithi110 (mon.0) 509 : audit 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-27T23:25:08.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: audit 2024-01-27T23:25:07.116459 2024-01-27T23:25:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 510 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: 2024-01-27T23:25:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: audit 2024 2024-01-27T23:25:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: -01-27T23:25:07.815887+0000 mon.smithi110 (mon.0) 2024-01-27T23:25:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:08 smithi116 conmon[40473]: 511 : audit [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-27T23:25:08.987 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":31,"num_osds":8,"num_up_osds":6,"osd_up_since":1706397907,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:25:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:09 smithi110 conmon[35313]: audit 2024-01-27T23:25:08.119956+0000 mon.smithi110 (mon.0) 512 2024-01-27T23:25:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:09 smithi110 conmon[35313]: : audit [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-27T23:25:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:09 smithi110 conmon[35313]: cluster 2024-01-27T23:25:08.120024+0000 mon.smithi110 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-27T23:25:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:09 smithi110 conmon[35313]: audit 2024-01-27T23:25:08.120408+0000 mon.smithi110 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:09 smithi110 conmon[35313]: audit 2024-01-27T23:25:08.120581+0000 mon.smithi110 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:09 smithi110 conmon[35313]: audit 2024-01-27T23:25:08.129835+0000 mon.smithi110 (mon.0) 516 : audit [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:25:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:09 smithi110 conmon[35313]: audit 2024-01-27T23:25:08.328363+0000 mon.smithi116 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.110:0/471414644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:09.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: audit 2024-01-27T23:25:08.119956+0000 mon.smithi110 (mon.0) 512 : audit [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-27T23:25:09.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: cluster 2024-01-27T 2024-01-27T23:25:09.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: 23:25:08.120024+0000 mon.smithi110 (mon.0) 513 : cluster [DBG] osdmap e31: 8 total, 6 up, 8 in 2024-01-27T23:25:09.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: audit 2024-01-27T23:25:08.120408+0000 mon.smithi110 (mon.0) 514 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:09.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:25:09.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: 01-27T23:25:08.120581+0000 mon.smithi110 (mon.0) 515 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:09.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: audit 2024-01-27T23:25:08.129835+0000 mon.smithi110 (mon.0) 516 : audit 2024-01-27T23:25:09.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:25:09.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:25:09.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:09 smithi116 conmon[40473]: 01-27T23:25:08.328363+0000 mon.smithi116 (mon.1) 18 : audit [DBG] from='client.? 172.21.15.110:0/471414644' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:09.988 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:25:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:10 smithi110 conmon[35313]: cluster 2024-01-27T23:25:08.707340+0000 mgr.smithi110.unybfe (mgr.14180) 102 : cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-27T23:25:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:10 smithi110 conmon[35313]: audit 2024-01-27T23:25:09.125128+0000 2024-01-27T23:25:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:10 smithi110 conmon[35313]: mon.smithi110 (mon.0) 517 : audit [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:25:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:10 smithi110 conmon[35313]: cluster 2024-01-27T23:25:09.125203+0000 mon.smithi110 (mon.0) 518 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-27T23:25:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:10 smithi110 conmon[35313]: audit 2024-01-27T23:25:09.125542+0000 mon.smithi110 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:10 smithi110 conmon[35313]: audit 2024-01-27T23:25:09.125927+0000 mon.smithi110 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:10 smithi110 conmon[35313]: audit 2024-01-27T23:25:09.129288+0000 mon.smithi110 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:10.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:10 smithi116 conmon[40473]: cluster 2024-01-27T23:25:08.707340+0000 mgr.smithi110.unybfe (mgr.14180) 102 : 2024-01-27T23:25:10.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:10 smithi116 conmon[40473]: cluster [DBG] pgmap v79: 1 pgs: 1 active+clean; 0 B data, 1.7 GiB used, 535 GiB / 536 GiB avail 2024-01-27T23:25:10.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:10 smithi116 conmon[40473]: audit 2024-01-27T23:25:09.125128+0000 mon.smithi110 (mon.0) 517 : audit [INF] from='osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745]' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:25:10.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:10 smithi116 conmon[40473]: cluster 2024-01-27T23:25:09.125203+0000 mon.smithi110 (mon.0) 518 : cluster [DBG] osdmap e32: 8 total, 6 up, 8 in 2024-01-27T23:25:10.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:10 smithi116 conmon[40473]: audit 2024-01-27T23:25:09.125542+0000 mon.smithi110 (mon.0) 519 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:10.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:10 smithi116 conmon[40473]: audit 2024-01-27T23:25:09.125927+0000 mon.smithi110 (mon.0) 520 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:10.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:10 smithi116 conmon[40473]: audit 2024-01-27T23:25:09.129288+0000 mon.smithi110 (mon.0) 521 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:11.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:11 smithi110 conmon[35313]: cluster 2024-01-27T23:25:08.837148+0000 osd.5 ( 2024-01-27T23:25:11.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:11 smithi110 conmon[35313]: osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:11.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:11 smithi110 conmon[35313]: cluster 2024-01-27T23:25:08.837187+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:11.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:11 smithi110 conmon[35313]: cluster 2024-01-27T23:25:10.125467+0000 mon.smithi110 (mon.0) 522 : cluster [INF] osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745] boot 2024-01-27T23:25:11.404 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:11 smithi110 conmon[35313]: cluster 2024-01-27T23:25:10.125492+0000 mon.smithi110 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-27T23:25:11.404 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:11 smithi110 conmon[35313]: audit 2024-01-27T23:25:10.125974+0000 mon.smithi110 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:11.404 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:11 smithi110 conmon[35313]: audit 2024-01-27T23:25:10.126269+0000 mon.smithi110 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: cluster 2024-01-27T23:25:08.837148+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: cluster 2024-01-27T23:25:08.837187+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: cluster 2024-01-27T23:25:10.125467+0000 mon.smithi110 (mon.0) 522 : cluster [INF] osd.5 [v2:172.21.15.110:6818/901559745,v1:172.21.15.110:6819/901559745] boot 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: cluster 2024-01-27T23 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: :25:10.125492+0000 mon.smithi110 (mon.0) 523 : cluster [DBG] osdmap e33: 8 total, 7 up, 8 in 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: audit 2024-01-27T23:25:10.125974+0000 mon.smithi110 (mon.0) 524 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: audit 2024-01-27T23:25:10.126269+0000 mon.smithi110 (mon.0) 525 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:11.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:11 smithi116 conmon[40473]: 2024-01-27T23:25:12.074 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:12 smithi110 conmon[35313]: cluster 2024-01-27T23:25:10.707624+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:25:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:12 smithi110 conmon[35313]: 14180) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:12 smithi110 conmon[35313]: cluster 2024-01-27T23:25:11.134488+0000 mon.smithi110 (mon.0) 526 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-27T23:25:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:12 smithi110 conmon[35313]: audit 2024-01-27T23:25:11.134618+0000 mon.smithi110 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:12 smithi110 conmon[35313]: audit 2024-01-27T23:25:11.517361+0000 mon.smithi110 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:12 smithi110 conmon[35313]: audit 2024-01-27T23:25:12.085558+0000 mon.smithi110 (mon.0) 529 : audit [DBG] from='client.? 172.21.15.110:0/399122815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:12.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: cluster 2024-01-27T23:25:10.707624+0000 mgr.smithi110.unybfe (mgr.14180) 103 : cluster [DBG] pgmap v82: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:12.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: 2024-01-27T23:25:12.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: cluster 2024-01-27T23:25:11.134488+0000 mon.smithi110 (mon.0) 526 : cluster [DBG] osdmap e34: 8 total, 7 up, 8 in 2024-01-27T23:25:12.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: audit 2024-01-27T23:25:12.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: 2024-01-27T23:25:11.134618+0000 mon.smithi110 (mon.0) 527 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:12.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: audit 2024-01-27T23:25: 2024-01-27T23:25:12.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: 11.517361+0000 mon.smithi110 (mon.0) 528 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:12.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: audit 2024-01-27T23:25:12.085558+0000 mon.smithi110 (mon.0) 2024-01-27T23:25:12.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:12 smithi116 conmon[40473]: 529 : audit [DBG] from='client.? 172.21.15.110:0/399122815' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:12.890 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":34,"num_osds":8,"num_up_osds":7,"osd_up_since":1706397910,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:25:13.892 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:25:14.387 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:14 smithi110 conmon[35313]: cluster 2024-01-27T23:25:12.708017+0000 mgr.smithi110.unybfe (mgr.14180) 104 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:14.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:14 smithi116 conmon[40473]: cluster 2024-01-27T23:25:12.708017+0000 mgr.smithi110.unybfe (mgr.14180) 104 : cluster [DBG] 2024-01-27T23:25:14.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:14 smithi116 conmon[40473]: pgmap v84: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:15.478 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:15 smithi110 conmon[35313]: audit 2024-01-27T23:25:14.719502+0000 2024-01-27T23:25:15.478 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:15 smithi110 conmon[35313]: mon.smithi110 (mon.0) 530 : audit [INF] from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T23:25:15.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:15 smithi116 conmon[40473]: audit 2024-01-27T23:25:14.719502+0000 mon.smithi110 (mon.0) 530 : audit [INF] 2024-01-27T23:25:15.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:15 smithi116 conmon[40473]: from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-27T23:25:16.129 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:16.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: cluster 2024-01-27T23:25:14.708313+0000 mgr.smithi110.unybfe (mgr.14180) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:16.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: audit 2024-01-27T23:25:15.142547+0000 mon.smithi110 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-27T23:25:16.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: cluster 2024-01-27T23:25:15.142608+0000 mon.smithi110 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-27T23:25:16.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: audit 2024-01-27T23:25:15.142716+0000 mon.smithi110 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:16.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: audit 2024-01-27T23:25:15 2024-01-27T23:25:16.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: .142999+0000 mon.smithi110 (mon.0) 534 : audit [INF] from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:25:16.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: audit 2024-01-27T23:25:15.513799+0000 mon.smithi110 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:16.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:16 smithi116 conmon[40473]: audit 2024-01-27T23:25:15.515670+0000 mon.smithi110 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: cluster 2024-01-27T23:25:14.708313+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: 14180) 105 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: audit 2024-01-27T23:25:15.142547+0000 mon.smithi110 (mon.0) 531 : audit [INF] from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: cluster 2024-01-27T23:25:15.142608+0000 mon.smithi110 (mon.0) 532 : cluster [DBG] osdmap e35: 8 total, 7 up, 8 in 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: audit 2024-01-27T23:25:15.142716+0000 mon.smithi110 (mon.0) 533 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: audit 2024-01-27T23:25:15.142999+0000 mon.smithi110 (mon.0) 534 : audit [INF] from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]: dispatch 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: audit 2024-01-27T23:25:15.513799+0000 mon.smithi110 (mon.0) 535 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:16.591 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:16 smithi110 conmon[35313]: audit 2024-01-27T23:25:15.515670+0000 mon.smithi110 (mon.0) 536 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:25:17.015 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":35,"num_osds":8,"num_up_osds":7,"osd_up_since":1706397910,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:25:17.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: audit 2024-01-27T23:25:16.141229+0000 mon.smithi110 (mon.0) 537 : audit [DBG] from='client.? 172.21.15.110:0/2505018331' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: audit 2024-01-27T23:25:16.144111+0000 mon.smithi110 (mon.0) 538 : audit [INF] from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: cluster 2024-01-27T23:25:16.144156+0000 mon.smithi110 (mon.0) 539 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: audit 2024-01-27T23:25:16.144556+0000 mon.smithi110 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: audit 2024-01-27T23:25:16.148989+0000 mon.smithi110 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: cluster 2024-01-27T23:25:16.723937+0000 mon.smithi110 (mon.0) 542 : cluster [INF] osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744] boot 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: cluster 2024-01-27T23:25:16.723988+0000 mon.smithi110 (mon.0) 543 : cluster 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: audit 2024-01-27T23:25:16.724277+0000 mon.smithi110 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:17.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:17 smithi110 conmon[35313]: audit 2024-01-27T23:25:17.115496+0000 mon.smithi110 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: audit 2024-01-27T23:25:16.141229+0000 mon.smithi110 (mon.0) 537 : 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: audit [DBG] from='client.? 172.21.15.110:0/2505018331' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: audit 2024-01-27T23:25:16.144111+0000 mon.smithi110 (mon.0) 538 : audit [INF] from='osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744]' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi110", "root=default"]}]': finished 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: cluster 2024-01-27T23:25:16.144156+0000 mon.smithi110 (mon.0) 539 : cluster [DBG] osdmap e36: 8 total, 7 up, 8 in 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: audit 2024-01-27T23:25:16.144556+0000 mon.smithi110 (mon.0) 540 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: audit 2024-01-27T23:25:16.148989+0000 mon.smithi110 (mon.0) 541 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: cluster 2024-01-27T23:25:16.723937+0000 mon.smithi110 (mon.0) 542 : cluster [INF] osd.7 [v2:172.21.15.110:6826/3322583744,v1:172.21.15.110:6827/3322583744] boot 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: cluster 2024-01-27T23:25:16.723988+0000 mon.smithi110 (mon.0) 543 : cluster [DBG] osdmap e37: 8 total, 8 up, 8 in 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: audit 2024-01-27T23:25:16.724277+0000 mon.smithi110 (mon.0) 544 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-27T23:25:17.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:17 smithi116 conmon[40473]: audit 2024-01-27T23:25:17.115496+0000 mon.smithi110 (mon.0) 545 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:18.016 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd stat -f json 2024-01-27T23:25:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:18 smithi116 conmon[40473]: cluster 2024-01-27T23:25:15.737371+0000 osd.7 (osd.7) 2024-01-27T23:25:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:18 smithi116 conmon[40473]: 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:18 smithi116 conmon[40473]: cluster 2024-01-27T23:25:15.737424+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:18 smithi116 conmon[40473]: cluster 2024-01-27T23:25:16.708616+0000 mgr.smithi110.unybfe (mgr.14180) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:18 smithi116 conmon[40473]: cluster 2024-01-27T23:25:17.728131+0000 mon.smithi110 (mon.0) 546 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-27T23:25:18.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:18 smithi110 conmon[35313]: cluster 2024-01-27T23:25:15.737371+0000 2024-01-27T23:25:18.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:18 smithi110 conmon[35313]: osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-27T23:25:18.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:18 smithi110 conmon[35313]: cluster 2024-01-27T23:25:15.737424+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-27T23:25:18.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:18 smithi110 conmon[35313]: cluster 2024-01-27T23:25:16.708616+0000 mgr.smithi110.unybfe (mgr.14180) 106 : cluster [DBG] pgmap v88: 1 pgs: 1 active+clean; 0 B data, 2.0 GiB used, 624 GiB / 626 GiB avail 2024-01-27T23:25:18.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:18 smithi110 conmon[35313]: cluster 2024-01-27T23:25:17.728131+0000 mon.smithi110 (mon.0) 546 : cluster [DBG] osdmap e38: 8 total, 8 up, 8 in 2024-01-27T23:25:19.980 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:19 smithi110 conmon[35313]: cluster 2024-01-27T23:25:18.708887+0000 mgr.smithi110.unybfe (mgr.14180) 107 : 2024-01-27T23:25:19.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:19 smithi110 conmon[35313]: cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:19.981 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:19 smithi110 conmon[35313]: cluster 2024-01-27T23:25:18.729382+0000 mon.smithi110 (mon.0) 547 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-27T23:25:20.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:19 smithi116 conmon[40473]: cluster 2024-01-27T23:25:18.708887+0000 mgr.smithi110.unybfe (mgr.14180) 107 : cluster [DBG] pgmap v91: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:20.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:19 smithi116 conmon[40473]: cluster 2024-01-27T23:25:18.729382+0000 mon.smithi110 (mon.0) 547 : cluster [DBG] osdmap e39: 8 total, 8 up, 8 in 2024-01-27T23:25:20.344 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:19.987604+0000 mon.smithi110 (mon 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: .0) 548 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:20.356048+0000 mon.smithi110 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.110:0/3245676708' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:20.647747+0000 mon.smithi110 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:20.943012+0000 mon.smithi110 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:20.943681+0000 mon.smithi110 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:20.944229+0000 mon.smithi110 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:20.944784+0000 mon.smithi110 (mon.0) 554 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.200 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:20 smithi110 conmon[35313]: audit 2024-01-27T23:25:20.949140+0000 mon.smithi110 (mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024-01-27T23:25:19.987604+0000 mon.smithi110 (mon.0) 548 : 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024-01-27T23:25:20.356048+0000 mon.smithi110 (mon.0) 549 : audit [DBG] from='client.? 172.21.15.110:0/3245676708' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024-01-27T23:25:20.647747+0000 mon.smithi110 (mon.0) 550 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024-01-27T23:25:20.943012+0000 mon.smithi110 (mon.0) 551 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024-01-27T23:25:20.943681+0000 mon.smithi110 (mon.0) 552 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024-01-27T23:25:20.944229+0000 mon.smithi110 (mon.0) 553 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: -01-27T23:25:20.944784 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 554 : audit 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: audit 2024-01-27T 2024-01-27T23:25:21.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: 23:25:20.949140+0000 mon.smithi110 ( 2024-01-27T23:25:21.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: mon.0) 555 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:21.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:20 smithi116 conmon[40473]: 2024-01-27T23:25:21.666 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":39,"num_osds":8,"num_up_osds":8,"osd_up_since":1706397916,"num_in_osds":8,"osd_in_since":1706397877,"num_remapped_pgs":0} 2024-01-27T23:25:21.667 INFO:tasks.cephadm:Setting up client nodes... 2024-01-27T23:25:21.667 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-27T23:25:22.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:21 smithi110 conmon[35313]: cephadm 2024-01-27T23:25:20.642851+0000 mgr.smithi110.unybfe (mgr.14180) 108 : cephadm [INF] Detected new or changed devices on smithi116 2024-01-27T23:25:22.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:21 smithi110 conmon[35313]: cluster 2024-01-27T23:25:20.709170+0000 mgr.smithi110.unybfe (mgr.14180) 109 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:22.164 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:21 smithi110 conmon[35313]: cephadm 2024-01-27T23:25:20.945222+0000 mgr.smithi110.unybfe (mgr.14180) 110 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3990M 2024-01-27T23:25:22.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:21 smithi116 conmon[40473]: cephadm 2024-01-27T23:25:20.642851+0000 mgr.smithi110.unybfe (mgr.14180) 108 : cephadm [INF] Detected new or changed devices on smithi116 2024-01-27T23:25:22.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:21 smithi116 conmon[40473]: cluster 2024-01-27T23:25:20.709170+0000 mgr.smithi110.unybfe (mgr.14180) 109 : 2024-01-27T23:25:22.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:21 smithi116 conmon[40473]: cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:22.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:21 smithi116 conmon[40473]: cephadm 2024-01-27T23:25:20.945222+0000 mgr.smithi110.unybfe (mgr.14180) 110 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3990M 2024-01-27T23:25:23.662 INFO:teuthology.orchestra.run.smithi110.stdout:[client.0] 2024-01-27T23:25:23.662 INFO:teuthology.orchestra.run.smithi110.stdout: key = AQDjkLVlnJb7JxAAFCY8qL+wNpYgh56ZmMIpmA== 2024-01-27T23:25:24.262 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:23 smithi110 conmon[35313]: cluster 2024-01-27T23:25:22.709505+0000 mgr.smithi110.unybfe (mgr.14180) 111 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:24.262 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:23 smithi110 conmon[35313]: audit 2024-01-27T23:25:23.670559+0000 mon.smithi110 (mon.0) 556 : audit [INF] from='client.? 172.21.15.110:0/2443133870' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:25:24.263 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:23 smithi110 conmon[35313]: audit 2024-01-27T23:25:23.673783+0000 mon.smithi110 (mon.0) 557 : audit [INF] from='client.? 172.21.15.110:0/2443133870' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:25:24.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:23 smithi116 conmon[40473]: cluster 2024-01-27T23:25:22.709505+0000 mgr.smithi110.unybfe (mgr.14180) 111 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:24.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:23 smithi116 conmon[40473]: 2024-01-27T23:25:24.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:23 smithi116 conmon[40473]: audit 2024-01-27T23:25:23.670559+0000 mon.smithi110 (mon.0) 556 : audit [INF] from='client.? 172.21.15.110:0/2443133870' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:25:24.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:23 smithi116 conmon[40473]: audit 2024-01-27T23:25:23.673783+0000 mon.smithi110 (mon.0) 557 : audit [INF] from='client.? 172.21.15.110:0/2443133870' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:25:24.482 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:25:24.482 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-27T23:25:24.482 DEBUG:teuthology.orchestra.run.smithi110:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-27T23:25:24.526 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: cephadm 2024-01-27T23:25:24.541865+0000 mgr.smithi110.unybfe (mgr.14180) 112 : cephadm [INF] Detected new or changed devices on smithi110 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.547182+0000 mon.smithi110 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: cluster 2024-01-27T23:25:24.709792+0000 mgr.smithi110.unybfe (mgr.14180) 113 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.846627+0000 mon.smithi110 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.847255+0000 mon.smithi110 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.847730+0000 mon.smithi110 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.848191+0000 mon.smithi110 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: cephadm 2024-01-27T23:25:24.848551+0000 mgr.smithi110.unybfe (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 3222M 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.852222+0000 mon.smithi110 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.853074+0000 mon.smithi110 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:25.725 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.853698+0000 mon.smithi110 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:25:25.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.857254+0000 mon.smithi110 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:25.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.861096+0000 mon.smithi110 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:25:25.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.864350+0000 mon.smithi110 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:25:25.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.865260+0000 mon.smithi110 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:25:25.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.865467+0000 mon.smithi110 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:25.726 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:25 smithi110 conmon[35313]: audit 2024-01-27T23:25:24.865900+0000 mon.smithi110 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:25.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: cephadm 2024-01-27T23:25:24.541865+0000 mgr.smithi110.unybfe (mgr.14180) 112 : cephadm [INF] Detected new or changed devices on smithi110 2024-01-27T23:25:25.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.547182+0000 mon.smithi110 (mon.0) 558 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:25.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: cluster 2024-01-27T23:25:24.709792+0000 mgr.smithi110.unybfe (mgr.14180) 113 : cluster [DBG] pgmap v95: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:25.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.846627+0000 mon.smithi110 (mon.0) 559 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.767 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.847255+0000 mon.smithi110 (mon.0) 560 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.847730+0000 mon.smithi110 (mon.0) 561 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.848191+0000 mon.smithi110 (mon.0) 562 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: cephadm 2024-01-27T23:25:24.848551+0000 mgr.smithi110.unybfe (mgr.14180) 114 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 3222M 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: :24.852222+0000 mon.smithi110 (mon.0) 563 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.853074+0000 mon.smithi110 (mon.0) 564 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.853698+0000 mon.smithi110 (mon.0) 565 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.857254+0000 mon.smithi110 (mon.0) 566 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.861096+0000 mon.smithi110 (mon.0) 567 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.864350+0000 mon.smithi110 (mon.0) 568 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.865260+0000 mon.smithi110 (mon.0) 569 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.865467+0000 mon.smithi110 (mon.0) 570 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:25.768 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:25 smithi116 conmon[40473]: audit 2024-01-27T23:25:24.865900+0000 mon.smithi110 (mon.0) 571 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:25:27.034 INFO:teuthology.orchestra.run.smithi116.stdout:[client.1] 2024-01-27T23:25:27.034 INFO:teuthology.orchestra.run.smithi116.stdout: key = AQDnkLVl7WaNAhAALrgaN2LewUTFRH3w5zO5pA== 2024-01-27T23:25:27.826 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:25:27.827 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-27T23:25:27.827 DEBUG:teuthology.orchestra.run.smithi116:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-27T23:25:27.870 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T23:25:28.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:27 smithi116 conmon[40473]: cluster 2024-01-27T23:25:26.710059+0000 mgr.smithi110.unybfe (mgr.14180) 115 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:28.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:27 smithi116 conmon[40473]: audit 2024-01-27T23:25:27.042227+0000 mon.smithi116 (mon.1) 19 : audit [INF] from='client.? 172.21.15.116:0/1823201832' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:25:28.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:27 smithi116 conmon[40473]: audit 2024-01-27T23:25:27.042673+0000 mon.smithi110 (mon.0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:25:28.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:27 smithi116 conmon[40473]: audit 2024-01-27T23:25:27.045826+0000 mon.smithi110 (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:25:28.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:27 smithi110 conmon[35313]: cluster 2024-01-27T23:25:26.710059+0000 mgr.smithi110.unybfe (mgr.14180) 115 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:28.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:27 smithi110 conmon[35313]: audit 2024-01-27T23:25:27.042227+0000 mon.smithi116 (mon.1) 19 : audit [INF] from='client.? 172.21.15.116:0/1823201832' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:25:28.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:27 smithi110 conmon[35313]: audit 2024-01-27T23:25:27.042673+0000 mon.smithi110 (mon.0) 572 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-27T23:25:28.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:27 smithi110 conmon[35313]: audit 2024-01-27T23:25:27.045826+0000 mon.smithi110 (mon.0) 573 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-27T23:25:28.325 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:30.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:29 smithi116 conmon[40473]: cluster 2024-01-27T23:25:28.710439+0000 mgr.smithi110.unybfe (mgr.14180) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:30.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:29 smithi110 conmon[35313]: cluster 2024-01-27T23:25:28.710439+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:25:30.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:29 smithi110 conmon[35313]: .14180) 116 : cluster [DBG] pgmap v97: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:30.793 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:30.793 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":39,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","created":"2024-01-27T23:21:27.046820+0000","modified":"2024-01-27T23:25:18.725933+0000","last_up_change":"2024-01-27T23:25:16.719859+0000","last_in_change":"2024-01-27T23:24:37.501513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-27T23:24:57.129447+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"eb92e4e1-17d5-4485-a8c3-a57552078600","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6801","nonce":693362174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6803","nonce":693362174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6807","nonce":693362174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6805","nonce":693362174}]},"public_addr":"172.21.15.116:6801/693362174","cluster_addr":"172.21.15.116:6803/693362174","heartbeat_back_addr":"172.21.15.116:6807/693362174","heartbeat_front_addr":"172.21.15.116:6805/693362174","state":["exists","up"]},{"osd":1,"uuid":"d75e266c-5d08-47ab-ada2-12f86ea35896","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6803","nonce":3482216483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6805","nonce":3482216483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6809","nonce":3482216483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6807","nonce":3482216483}]},"public_addr":"172.21.15.110:6803/3482216483","cluster_addr":"172.21.15.110:6805/3482216483","heartbeat_back_addr":"172.21.15.110:6809/3482216483","heartbeat_front_addr":"172.21.15.110:6807/3482216483","state":["exists","up"]},{"osd":2,"uuid":"baf2439e-15d9-429e-b5d1-7c0a776e264a","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.116:6808","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6809","nonce":1002080614}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6811","nonce":1002080614}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6815","nonce":1002080614}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6813","nonce":1002080614}]},"public_addr":"172.21.15.116:6809/1002080614","cluster_addr":"172.21.15.116:6811/1002080614","heartbeat_back_addr":"172.21.15.116:6815/1002080614","heartbeat_front_addr":"172.21.15.116:6813/1002080614","state":["exists","up"]},{"osd":3,"uuid":"7bf8370f-0a69-4ca6-a471-47ce96644be5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6811","nonce":3920183984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6813","nonce":3920183984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6817","nonce":3920183984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6815","nonce":3920183984}]},"public_addr":"172.21.15.110:6811/3920183984","cluster_addr":"172.21.15.110:6813/3920183984","heartbeat_back_addr":"172.21.15.110:6817/3920183984","heartbeat_front_addr":"172.21.15.110:6815/3920183984","state":["exists","up"]},{"osd":4,"uuid":"40f12000-c1c3-4cb2-8524-f73be40a09c2","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.116:6816","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6817","nonce":3485117407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6819","nonce":3485117407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6823","nonce":3485117407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6821","nonce":3485117407}]},"public_addr":"172.21.15.116:6817/3485117407","cluster_addr":"172.21.15.116:6819/3485117407","heartbeat_back_addr":"172.21.15.116:6823/3485117407","heartbeat_front_addr":"172.21.15.116:6821/3485117407","state":["exists","up"]},{"osd":5,"uuid":"9e25d3f4-6e10-4103-b8bf-605d1d000350","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6819","nonce":901559745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6821","nonce":901559745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6825","nonce":901559745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6823","nonce":901559745}]},"public_addr":"172.21.15.110:6819/901559745","cluster_addr":"172.21.15.110:6821/901559745","heartbeat_back_addr":"172.21.15.110:6825/901559745","heartbeat_front_addr":"172.21.15.110:6823/901559745","state":["exists","up"]},{"osd":6,"uuid":"d80e66e6-94bf-408b-ba54-db095915ad5e","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.116:6824","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6825","nonce":4237381904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6827","nonce":4237381904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6831","nonce":4237381904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6829","nonce":4237381904}]},"public_addr":"172.21.15.116:6825/4237381904","cluster_addr":"172.21.15.116:6827/4237381904","heartbeat_back_addr":"172.21.15.116:6831/4237381904","heartbeat_front_addr":"172.21.15.116:6829/4237381904","state":["exists","up"]},{"osd":7,"uuid":"05f238bd-275e-4187-be36-7b4fce6ffa3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6827","nonce":3322583744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6829","nonce":3322583744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6833","nonce":3322583744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6831","nonce":3322583744}]},"public_addr":"172.21.15.110:6827/3322583744","cluster_addr":"172.21.15.110:6829/3322583744","heartbeat_back_addr":"172.21.15.110:6833/3322583744","heartbeat_front_addr":"172.21.15.110:6831/3322583744","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:50.979218+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:55.468762+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:55.658859+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:02.211458+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:00.323003+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:08.837189+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:05.205323+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:15.737426+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:6801/2701702082":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/3777308145":"2024-01-28T23:22:16.406532+0000","172.21.15.110:6801/400797931":"2024-01-28T23:22:16.406532+0000","172.21.15.110:0/1407204212":"2024-01-28T23:22:16.406532+0000","172.21.15.110:0/4272023357":"2024-01-28T23:21:49.031614+0000","172.21.15.110:0/4050775933":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/411799946":"2024-01-28T23:21:49.031614+0000","172.21.15.110:6800/400797931":"2024-01-28T23:22:16.406532+0000","172.21.15.110:6800/4050958486":"2024-01-28T23:21:49.031614+0000","172.21.15.110:6800/2701702082":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/3830561169":"2024-01-28T23:23:10.685426+0000","172.21.15.110:6801/4050958486":"2024-01-28T23:21:49.031614+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-27T23:25:31.591 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-27T23:24:57.129447+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '23', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-27T23:25:31.591 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-27T23:25:31.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:31 smithi110 conmon[35313]: cluster 2024-01-27T23:25:30.710752+0000 mgr.smithi110.unybfe (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:31.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:31 smithi110 conmon[35313]: audit 2024-01-27T23:25:30.803994+0000 mon.smithi110 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.110:0/2280980902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:25:31.937 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:32.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:31 smithi116 conmon[40473]: cluster 2024-01-27T23:25:30.710752+0000 mgr.smithi110.unybfe (mgr.14180) 117 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:32.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:31 smithi116 conmon[40473]: audit 2024-01-27T23:25:30.803994+0000 mon.smithi110 (mon.0) 574 : audit [DBG] from='client.? 172.21.15.110:0/2280980902' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:25:34.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:33 smithi116 conmon[40473]: cluster 2024-01-27T23:25:32.711060+0000 2024-01-27T23:25:34.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:33 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:34.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:33 smithi110 conmon[35313]: cluster 2024-01-27T23:25:32.711060+0000 2024-01-27T23:25:34.041 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:33 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 118 : cluster [DBG] pgmap v99: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:34.196 INFO:teuthology.orchestra.run.smithi110.stdout:pg_num: 1 2024-01-27T23:25:35.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:34 smithi110 conmon[35313]: audit 2024-01-27T23:25:33.786323+0000 mon.smithi110 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:35.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:34 smithi110 conmon[35313]: audit 2024-01-27T23:25:34.207834+0000 mon.smithi110 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.110:0/1917629723' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-27T23:25:35.188 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-27T23:25:35.188 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-27T23:25:35.189 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph mgr dump --format=json 2024-01-27T23:25:35.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:34 smithi116 conmon[40473]: audit 2024-01-27T23:25:33.786323+0000 mon.smithi110 (mon.0) 575 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:35.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:34 smithi116 conmon[40473]: audit 2024-01-27T23:25:34.207834+0000 mon.smithi110 (mon.0) 576 : audit [DBG] from='client.? 172.21.15.110:0/1917629723' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-27T23:25:35.531 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:36.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:35 smithi110 conmon[35313]: cluster 2024-01-27T23:25:34.711432+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:25:36.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:35 smithi110 conmon[35313]: 119 : cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:36.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:35 smithi110 conmon[35313]: audit 2024-01-27T23:25:35.450445+0000 mon.smithi110 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:35 smithi116 conmon[40473]: cluster 2024-01-27T23:25:34.711432+0000 mgr.smithi110.unybfe (mgr.14180) 119 : 2024-01-27T23:25:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:35 smithi116 conmon[40473]: cluster [DBG] pgmap v100: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:35 smithi116 conmon[40473]: audit 2024-01-27T23:25:35.450445+0000 mon.smithi110 (mon.0) 577 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:25:37.186 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:37.871 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":18,"active_gid":14180,"active_name":"smithi110.unybfe","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6800","nonce":608763249},{"type":"v1","addr":"172.21.15.110:6801","nonce":608763249}]},"active_addr":"172.21.15.110:6801/608763249","active_change":"2024-01-27T23:23:10.685565+0000","active_mgr_features":4540138314316775423,"available":true,"standbys":[{"gid":14200,"name":"smithi116.asnehs","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.110:8443/","prometheus":"http://172.21.15.110: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.110:0","nonce":1818879212}]},{"name":"volumes","addrvec":[{"type":"v2","addr":"172.21.15.110:0","nonce":4037370406}]}]} 2024-01-27T23:25:37.874 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-27T23:25:37.875 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-27T23:25:37.875 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T23:25:38.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:37 smithi110 conmon[35313]: cluster 2024-01-27T23:25:36.711751+0000 mgr.smithi110.unybfe (mgr.14180) 120 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:38.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:37 smithi110 conmon[35313]: audit 2024-01-27T23:25:37.192596+0000 mon.smithi110 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.110:0/1885661754' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-27T23:25:38.205 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:37 smithi116 conmon[40473]: cluster 2024-01-27T23:25:36.711751+0000 mgr.smithi110.unybfe (mgr.14180) 120 : cluster [DBG] pgmap v101: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:37 smithi116 conmon[40473]: audit 2024-01-27 2024-01-27T23:25:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:37 smithi116 conmon[40473]: T23:25:37.192596+0000 mon.smithi110 (mon.0) 578 : audit [DBG] from='client.? 172.21.15.110:0/1885661754' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-27T23:25:39.748 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:39.748 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":39,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","created":"2024-01-27T23:21:27.046820+0000","modified":"2024-01-27T23:25:18.725933+0000","last_up_change":"2024-01-27T23:25:16.719859+0000","last_in_change":"2024-01-27T23:24:37.501513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-27T23:24:57.129447+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"eb92e4e1-17d5-4485-a8c3-a57552078600","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6801","nonce":693362174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6803","nonce":693362174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6807","nonce":693362174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6805","nonce":693362174}]},"public_addr":"172.21.15.116:6801/693362174","cluster_addr":"172.21.15.116:6803/693362174","heartbeat_back_addr":"172.21.15.116:6807/693362174","heartbeat_front_addr":"172.21.15.116:6805/693362174","state":["exists","up"]},{"osd":1,"uuid":"d75e266c-5d08-47ab-ada2-12f86ea35896","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6803","nonce":3482216483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6805","nonce":3482216483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6809","nonce":3482216483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6807","nonce":3482216483}]},"public_addr":"172.21.15.110:6803/3482216483","cluster_addr":"172.21.15.110:6805/3482216483","heartbeat_back_addr":"172.21.15.110:6809/3482216483","heartbeat_front_addr":"172.21.15.110:6807/3482216483","state":["exists","up"]},{"osd":2,"uuid":"baf2439e-15d9-429e-b5d1-7c0a776e264a","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.116:6808","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6809","nonce":1002080614}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6811","nonce":1002080614}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6815","nonce":1002080614}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6813","nonce":1002080614}]},"public_addr":"172.21.15.116:6809/1002080614","cluster_addr":"172.21.15.116:6811/1002080614","heartbeat_back_addr":"172.21.15.116:6815/1002080614","heartbeat_front_addr":"172.21.15.116:6813/1002080614","state":["exists","up"]},{"osd":3,"uuid":"7bf8370f-0a69-4ca6-a471-47ce96644be5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6811","nonce":3920183984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6813","nonce":3920183984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6817","nonce":3920183984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6815","nonce":3920183984}]},"public_addr":"172.21.15.110:6811/3920183984","cluster_addr":"172.21.15.110:6813/3920183984","heartbeat_back_addr":"172.21.15.110:6817/3920183984","heartbeat_front_addr":"172.21.15.110:6815/3920183984","state":["exists","up"]},{"osd":4,"uuid":"40f12000-c1c3-4cb2-8524-f73be40a09c2","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.116:6816","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6817","nonce":3485117407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6819","nonce":3485117407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6823","nonce":3485117407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6821","nonce":3485117407}]},"public_addr":"172.21.15.116:6817/3485117407","cluster_addr":"172.21.15.116:6819/3485117407","heartbeat_back_addr":"172.21.15.116:6823/3485117407","heartbeat_front_addr":"172.21.15.116:6821/3485117407","state":["exists","up"]},{"osd":5,"uuid":"9e25d3f4-6e10-4103-b8bf-605d1d000350","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6819","nonce":901559745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6821","nonce":901559745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6825","nonce":901559745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6823","nonce":901559745}]},"public_addr":"172.21.15.110:6819/901559745","cluster_addr":"172.21.15.110:6821/901559745","heartbeat_back_addr":"172.21.15.110:6825/901559745","heartbeat_front_addr":"172.21.15.110:6823/901559745","state":["exists","up"]},{"osd":6,"uuid":"d80e66e6-94bf-408b-ba54-db095915ad5e","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.116:6824","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6825","nonce":4237381904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6827","nonce":4237381904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6831","nonce":4237381904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6829","nonce":4237381904}]},"public_addr":"172.21.15.116:6825/4237381904","cluster_addr":"172.21.15.116:6827/4237381904","heartbeat_back_addr":"172.21.15.116:6831/4237381904","heartbeat_front_addr":"172.21.15.116:6829/4237381904","state":["exists","up"]},{"osd":7,"uuid":"05f238bd-275e-4187-be36-7b4fce6ffa3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6827","nonce":3322583744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6829","nonce":3322583744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6833","nonce":3322583744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6831","nonce":3322583744}]},"public_addr":"172.21.15.110:6827/3322583744","cluster_addr":"172.21.15.110:6829/3322583744","heartbeat_back_addr":"172.21.15.110:6833/3322583744","heartbeat_front_addr":"172.21.15.110:6831/3322583744","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:50.979218+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:55.468762+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:55.658859+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:02.211458+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:00.323003+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:08.837189+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:05.205323+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:15.737426+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:6801/2701702082":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/3777308145":"2024-01-28T23:22:16.406532+0000","172.21.15.110:6801/400797931":"2024-01-28T23:22:16.406532+0000","172.21.15.110:0/1407204212":"2024-01-28T23:22:16.406532+0000","172.21.15.110:0/4272023357":"2024-01-28T23:21:49.031614+0000","172.21.15.110:0/4050775933":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/411799946":"2024-01-28T23:21:49.031614+0000","172.21.15.110:6800/400797931":"2024-01-28T23:22:16.406532+0000","172.21.15.110:6800/4050958486":"2024-01-28T23:21:49.031614+0000","172.21.15.110:6800/2701702082":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/3830561169":"2024-01-28T23:23:10.685426+0000","172.21.15.110:6801/4050958486":"2024-01-28T23:21:49.031614+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-27T23:25:40.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:39 smithi110 conmon[35313]: cluster 2024-01-27T23:25:38.712153+0000 mgr.smithi110.unybfe (mgr.14180) 121 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:40.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:39 smithi110 conmon[35313]: audit 2024-01-27T23:25:39.758291+0000 mon.smithi110 (mon.0) 579 : audit [DBG] from='client.? 172.21.15.110:0/4251251738' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:25:40.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:39 smithi116 conmon[40473]: cluster 2024-01-27T23:25:38.712153+0000 mgr.smithi110.unybfe (mgr.14180) 121 : cluster [DBG] pgmap v102: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:40.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:39 smithi116 conmon[40473]: audit 2024-01-27T23:25:39.758291+0000 mon.smithi110 2024-01-27T23:25:40.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:39 smithi116 conmon[40473]: (mon.0) 579 : audit [DBG] from='client.? 172.21.15.110:0/4251251738' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:25:40.354 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-27T23:25:40.355 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd dump --format=json 2024-01-27T23:25:40.686 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:41.897 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:41 smithi110 conmon[35313]: cluster 2024-01-27T23:25:40.712469+0000 2024-01-27T23:25:41.897 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:41 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:42.232 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:25:42.232 INFO:teuthology.orchestra.run.smithi110.stdout:{"epoch":39,"fsid":"b027ead4-bd6a-11ee-95b2-87774f69a715","created":"2024-01-27T23:21:27.046820+0000","modified":"2024-01-27T23:25:18.725933+0000","last_up_change":"2024-01-27T23:25:16.719859+0000","last_in_change":"2024-01-27T23:24:37.501513+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":16,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"pacific","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-27T23:24:57.129447+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"off","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"23","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr_devicehealth":{}}}],"osds":[{"osd":0,"uuid":"eb92e4e1-17d5-4485-a8c3-a57552078600","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":37,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6800","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6801","nonce":693362174}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6802","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6803","nonce":693362174}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6806","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6807","nonce":693362174}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6804","nonce":693362174},{"type":"v1","addr":"172.21.15.116:6805","nonce":693362174}]},"public_addr":"172.21.15.116:6801/693362174","cluster_addr":"172.21.15.116:6803/693362174","heartbeat_back_addr":"172.21.15.116:6807/693362174","heartbeat_front_addr":"172.21.15.116:6805/693362174","state":["exists","up"]},{"osd":1,"uuid":"d75e266c-5d08-47ab-ada2-12f86ea35896","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":28,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6802","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6803","nonce":3482216483}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6804","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6805","nonce":3482216483}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6808","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6809","nonce":3482216483}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6806","nonce":3482216483},{"type":"v1","addr":"172.21.15.110:6807","nonce":3482216483}]},"public_addr":"172.21.15.110:6803/3482216483","cluster_addr":"172.21.15.110:6805/3482216483","heartbeat_back_addr":"172.21.15.110:6809/3482216483","heartbeat_front_addr":"172.21.15.110:6807/3482216483","state":["exists","up"]},{"osd":2,"uuid":"baf2439e-15d9-429e-b5d1-7c0a776e264a","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.116:6808","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6809","nonce":1002080614}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6810","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6811","nonce":1002080614}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6814","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6815","nonce":1002080614}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6812","nonce":1002080614},{"type":"v1","addr":"172.21.15.116:6813","nonce":1002080614}]},"public_addr":"172.21.15.116:6809/1002080614","cluster_addr":"172.21.15.116:6811/1002080614","heartbeat_back_addr":"172.21.15.116:6815/1002080614","heartbeat_front_addr":"172.21.15.116:6813/1002080614","state":["exists","up"]},{"osd":3,"uuid":"7bf8370f-0a69-4ca6-a471-47ce96644be5","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":27,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6810","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6811","nonce":3920183984}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6812","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6813","nonce":3920183984}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6816","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6817","nonce":3920183984}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6814","nonce":3920183984},{"type":"v1","addr":"172.21.15.110:6815","nonce":3920183984}]},"public_addr":"172.21.15.110:6811/3920183984","cluster_addr":"172.21.15.110:6813/3920183984","heartbeat_back_addr":"172.21.15.110:6817/3920183984","heartbeat_front_addr":"172.21.15.110:6815/3920183984","state":["exists","up"]},{"osd":4,"uuid":"40f12000-c1c3-4cb2-8524-f73be40a09c2","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.116:6816","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6817","nonce":3485117407}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6818","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6819","nonce":3485117407}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6822","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6823","nonce":3485117407}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6820","nonce":3485117407},{"type":"v1","addr":"172.21.15.116:6821","nonce":3485117407}]},"public_addr":"172.21.15.116:6817/3485117407","cluster_addr":"172.21.15.116:6819/3485117407","heartbeat_back_addr":"172.21.15.116:6823/3485117407","heartbeat_front_addr":"172.21.15.116:6821/3485117407","state":["exists","up"]},{"osd":5,"uuid":"9e25d3f4-6e10-4103-b8bf-605d1d000350","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6818","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6819","nonce":901559745}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6820","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6821","nonce":901559745}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6824","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6825","nonce":901559745}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6822","nonce":901559745},{"type":"v1","addr":"172.21.15.110:6823","nonce":901559745}]},"public_addr":"172.21.15.110:6819/901559745","cluster_addr":"172.21.15.110:6821/901559745","heartbeat_back_addr":"172.21.15.110:6825/901559745","heartbeat_front_addr":"172.21.15.110:6823/901559745","state":["exists","up"]},{"osd":6,"uuid":"d80e66e6-94bf-408b-ba54-db095915ad5e","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.116:6824","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6825","nonce":4237381904}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6826","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6827","nonce":4237381904}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6830","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6831","nonce":4237381904}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.116:6828","nonce":4237381904},{"type":"v1","addr":"172.21.15.116:6829","nonce":4237381904}]},"public_addr":"172.21.15.116:6825/4237381904","cluster_addr":"172.21.15.116:6827/4237381904","heartbeat_back_addr":"172.21.15.116:6831/4237381904","heartbeat_front_addr":"172.21.15.116:6829/4237381904","state":["exists","up"]},{"osd":7,"uuid":"05f238bd-275e-4187-be36-7b4fce6ffa3f","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":37,"up_thru":38,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6826","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6827","nonce":3322583744}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6828","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6829","nonce":3322583744}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6832","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6833","nonce":3322583744}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.110:6830","nonce":3322583744},{"type":"v1","addr":"172.21.15.110:6831","nonce":3322583744}]},"public_addr":"172.21.15.110:6827/3322583744","cluster_addr":"172.21.15.110:6829/3322583744","heartbeat_back_addr":"172.21.15.110:6833/3322583744","heartbeat_front_addr":"172.21.15.110:6831/3322583744","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:50.979218+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:55.468762+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:24:55.658859+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:02.211458+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:00.323003+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:08.837189+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:05.205323+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138314316775423,"old_weight":0,"last_purged_snaps_scrub":"2024-01-27T23:25:15.737426+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{"172.21.15.110:6801/2701702082":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/3777308145":"2024-01-28T23:22:16.406532+0000","172.21.15.110:6801/400797931":"2024-01-28T23:22:16.406532+0000","172.21.15.110:0/1407204212":"2024-01-28T23:22:16.406532+0000","172.21.15.110:0/4272023357":"2024-01-28T23:21:49.031614+0000","172.21.15.110:0/4050775933":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/411799946":"2024-01-28T23:21:49.031614+0000","172.21.15.110:6800/400797931":"2024-01-28T23:22:16.406532+0000","172.21.15.110:6800/4050958486":"2024-01-28T23:21:49.031614+0000","172.21.15.110:6800/2701702082":"2024-01-28T23:23:10.685426+0000","172.21.15.110:0/3830561169":"2024-01-28T23:23:10.685426+0000","172.21.15.110:6801/4050958486":"2024-01-28T23:21:49.031614+0000"},"range_blocklist":{},"erasure_code_profiles":{"default":{"crush-failure-domain":"osd","k":"2","m":"1","plugin":"jerasure","ruleset-failure-domain":"osd","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2024-01-27T23:25:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:41 smithi116 conmon[40473]: cluster 2024-01-27T23:25:40.712469+0000 mgr.smithi110.unybfe (mgr.14180) 122 : cluster [DBG] pgmap v103: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:42.832 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-27T23:25:43.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:42 smithi110 conmon[35313]: audit 2024-01-27T23:25:42.242807+0000 mon.smithi110 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.110:0/1750714416' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:25:43.167 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:43.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:42 smithi116 conmon[40473]: audit 2024-01-27T23:25:42.242807+0000 mon.smithi110 (mon.0) 580 : audit [DBG] from='client.? 172.21.15.110:0/1750714416' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-27T23:25:44.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:43 smithi110 conmon[35313]: cluster 2024-01-27T23:25:42.712804+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:25:44.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:43 smithi110 conmon[35313]: ) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:44.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:43 smithi116 conmon[40473]: cluster 2024-01-27T23:25:42.712804+0000 mgr.smithi110.unybfe (mgr.14180) 123 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:45.255 INFO:teuthology.orchestra.run.smithi110.stdout:68719476749 2024-01-27T23:25:45.256 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-27T23:25:45.591 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:46.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:45 smithi110 conmon[35313]: cluster 2024-01-27T23:25:44.713151+0000 mgr.smithi110.unybfe (mgr.14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:46.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:45 smithi116 conmon[40473]: cluster 2024-01-27T23:25:44.713151+0000 mgr.smithi110.unybfe (mgr.14180) 124 : cluster [DBG] pgmap v105: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:47.611 INFO:teuthology.orchestra.run.smithi110.stdout:85899345933 2024-01-27T23:25:47.612 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-27T23:25:47.943 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:48.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:47 smithi110 conmon[35313]: cluster 2024-01-27T23:25:46.713496+0000 mgr.smithi110.unybfe (mgr.14180) 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:48.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:47 smithi116 conmon[40473]: cluster 2024-01-27T23:25:46.713496+0000 mgr.smithi110.unybfe (mgr.14180) 125 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:49.927 INFO:teuthology.orchestra.run.smithi110.stdout:85899345934 2024-01-27T23:25:49.927 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-27T23:25:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:49 smithi110 conmon[35313]: cluster 2024-01-27T23:25:48.713817+0000 mgr.smithi110.unybfe (mgr.14180) 126 2024-01-27T23:25:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:49 smithi110 conmon[35313]: : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:50.262 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:49 smithi116 conmon[40473]: cluster 2024-01-27T23:25:48.713817+0000 mgr.smithi110.unybfe (mgr.14180) 126 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:52.028 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:51 smithi110 conmon[35313]: cluster 2024-01-27T23:25:50.714101+0000 mgr.smithi110.unybfe (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:52.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:51 smithi116 conmon[40473]: cluster 2024-01-27T23:25:50.714101+0000 mgr.smithi110.unybfe (mgr.14180) 127 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:52.446 INFO:teuthology.orchestra.run.smithi110.stdout:115964117004 2024-01-27T23:25:52.447 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-27T23:25:52.779 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:54.071 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:53 smithi110 conmon[35313]: cluster 2024-01-27T23:25:52.714470+0000 mgr.smithi110.unybfe (mgr.14180) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:54.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:53 smithi116 conmon[40473]: cluster 2024-01-27T23:25:52.714470+0000 mgr.smithi110.unybfe (mgr.14180) 128 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:54.893 INFO:teuthology.orchestra.run.smithi110.stdout:107374182413 2024-01-27T23:25:54.894 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-27T23:25:55.228 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:56.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:55 smithi110 conmon[35313]: cluster 2024-01-27T23:25:54.714961+0000 mgr.smithi110.unybfe (mgr.14180) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:56.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:55 smithi116 conmon[40473]: cluster 2024-01-27T23:25:54.714961+0000 mgr.smithi110.unybfe (mgr.14180) 129 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:57.186 INFO:teuthology.orchestra.run.smithi110.stdout:141733920780 2024-01-27T23:25:57.187 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-27T23:25:57.522 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:25:58.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:57 smithi110 conmon[35313]: cluster 2024-01-27T23:25:56.715454+0000 mgr.smithi110.unybfe (mgr.14180) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:58.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:57 smithi116 conmon[40473]: cluster 2024-01-27T23:25:56.715454+0000 mgr.smithi110.unybfe (mgr.14180) 130 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:25:59.635 INFO:teuthology.orchestra.run.smithi110.stdout:128849018894 2024-01-27T23:25:59.635 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-27T23:25:59.964 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:00.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:25:59 smithi110 conmon[35313]: cluster 2024-01-27T23:25:58.715977+0000 mgr.smithi110.unybfe (mgr.14180) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:25:59 smithi116 conmon[40473]: cluster 2024-01-27T23:25:58.715977+0000 mgr.smithi110.unybfe (mgr.14180) 131 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:02.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:01 smithi110 conmon[35313]: cluster 2024-01-27T23:26:00.716348+0000 mgr.smithi110.unybfe (mgr.14180) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:02.110 INFO:teuthology.orchestra.run.smithi110.stdout:158913789962 2024-01-27T23:26:02.110 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-27T23:26:02.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:01 smithi116 conmon[40473]: cluster 2024-01-27T23:26:00.716348+0000 mgr.smithi110.unybfe (mgr.14180) 132 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:02.445 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:04.058 INFO:teuthology.orchestra.run.smithi110.stdout:68719476752 2024-01-27T23:26:04.084 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:03 smithi110 conmon[35313]: cluster 2024-01-27T23:26:02.716720+0000 mgr.smithi110.unybfe (mgr.14180) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:04.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:03 smithi116 conmon[40473]: cluster 2024-01-27T23:26:02.716720+0000 mgr.smithi110.unybfe (mgr.14180) 133 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:04.660 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476749 got 68719476752 for osd.0 2024-01-27T23:26:04.660 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-27T23:26:04.992 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:05.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:04 smithi110 conmon[35313]: audit 2024-01-27T23:26:04.069747 2024-01-27T23:26:05.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:04 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 581 : audit [DBG] from='client.? 172.21.15.110:0/4255429840' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-27T23:26:05.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:04 smithi116 conmon[40473]: audit 2024-01-27T23:26:04.069747+0000 mon.smithi110 (mon.0) 581 : audit [DBG] 2024-01-27T23:26:05.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:04 smithi116 conmon[40473]: from='client.? 172.21.15.110:0/4255429840' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-27T23:26:06.052 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:05 smithi110 conmon[35313]: cluster 2024-01-27T23:26:04.717014+0000 mgr.smithi110.unybfe (mgr.14180) 134 : cluster 2024-01-27T23:26:06.053 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:05 smithi110 conmon[35313]: [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:05 smithi116 conmon[40473]: cluster 2024-01-27T23:26:04.717014+0000 mgr.smithi110.unybfe (mgr.14180) 134 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:06.652 INFO:teuthology.orchestra.run.smithi110.stdout:85899345937 2024-01-27T23:26:07.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:06 smithi110 conmon[35313]: audit 2024-01-27T23:26:06.664018+0000 mon.smithi110 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.110:0/272547106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-27T23:26:07.269 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:06 smithi116 conmon[40473]: audit 2024-01-27T23:26:06.664018+0000 mon.smithi110 (mon.0) 582 : audit [DBG] from='client.? 172.21.15.110:0/272547106' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-27T23:26:07.316 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345933 got 85899345937 for osd.1 2024-01-27T23:26:07.317 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-27T23:26:07.647 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:08.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:07 smithi110 conmon[35313]: cluster 2024-01-27T23:26:06.717318+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:26:08.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:07 smithi110 conmon[35313]: 135 : cluster [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:08.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:07 smithi116 conmon[40473]: cluster 2024-01-27T23:26:06.717318+0000 mgr.smithi110.unybfe (mgr.14180) 135 : cluster 2024-01-27T23:26:08.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:07 smithi116 conmon[40473]: [DBG] pgmap v116: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:09.187 INFO:teuthology.orchestra.run.smithi110.stdout:85899345938 2024-01-27T23:26:09.783 INFO:tasks.cephadm.ceph_manager.ceph:need seq 85899345934 got 85899345938 for osd.2 2024-01-27T23:26:09.783 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-27T23:26:10.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:09 smithi110 conmon[35313]: cluster 2024-01-27T23:26:08.717737 2024-01-27T23:26:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:09 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 136 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:09 smithi110 conmon[35313]: audit 2024-01-27T23:26:09.198925+0000 mon.smithi110 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.110:0/3547613020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-27T23:26:10.117 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:10.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:09 smithi116 conmon[40473]: cluster 2024-01-27T23:26:08.717737+0000 mgr.smithi110.unybfe (mgr.14180) 136 : cluster [DBG] pgmap v117: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:10.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:09 smithi116 conmon[40473]: audit 2024-01-27T23:26:09.198925+0000 mon.smithi110 (mon.0) 583 : audit [DBG] from='client.? 172.21.15.110:0/3547613020' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-27T23:26:11.793 INFO:teuthology.orchestra.run.smithi110.stdout:115964117008 2024-01-27T23:26:12.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:11 smithi110 conmon[35313]: cluster 2024-01-27T23:26:10.717994+0000 mgr.smithi110.unybfe (mgr.14180) 137 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:12.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:11 smithi110 conmon[35313]: audit 2024-01-27T23:26:11.804774+0000 mon.smithi110 (mon.0) 584 : audit [DBG] from='client.? 172.21.15.110:0/1262590175' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-27T23:26:12.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:11 smithi116 conmon[40473]: cluster 2024-01-27T23:26:10.717994+0000 mgr.smithi110.unybfe (mgr.14180) 137 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:12.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:11 smithi116 conmon[40473]: audit 2024-01-27T23:26:11.804774+0000 mon.smithi110 (mon.0) 584 2024-01-27T23:26:12.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:11 smithi116 conmon[40473]: : audit [DBG] from='client.? 172.21.15.110:0/1262590175' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-27T23:26:12.424 INFO:tasks.cephadm.ceph_manager.ceph:need seq 115964117004 got 115964117008 for osd.3 2024-01-27T23:26:12.424 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-27T23:26:12.752 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:14.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:13 smithi110 conmon[35313]: cluster 2024-01-27T23:26:12.718311+0000 mgr.smithi110.unybfe (mgr.14180) 138 2024-01-27T23:26:14.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:13 smithi110 conmon[35313]: : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:14.200 INFO:teuthology.orchestra.run.smithi110.stdout:107374182417 2024-01-27T23:26:14.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:13 smithi116 conmon[40473]: cluster 2024-01-27T23:26:12.718311+0000 mgr.smithi110.unybfe (mgr.14180) 138 : cluster [DBG] pgmap v119: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:14.790 INFO:tasks.cephadm.ceph_manager.ceph:need seq 107374182413 got 107374182417 for osd.4 2024-01-27T23:26:14.791 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-27T23:26:15.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:14 smithi110 conmon[35313]: audit 2024-01-27T23:26:14.211889+0000 mon.smithi110 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.110:0/2606397560' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-27T23:26:15.126 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:15.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:14 smithi116 conmon[40473]: audit 2024-01-27T23:26:14.211889+0000 mon.smithi110 (mon.0) 585 : audit [DBG] from='client.? 172.21.15.110:0/2606397560' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-27T23:26:16.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:15 smithi110 conmon[35313]: cluster 2024-01-27T23:26:14.718763+0000 mgr.smithi110.unybfe (mgr.14180) 139 2024-01-27T23:26:16.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:15 smithi110 conmon[35313]: : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:16.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:15 smithi116 conmon[40473]: cluster 2024-01-27T23:26:14.718763+0000 mgr.smithi110.unybfe (mgr.14180) 139 : cluster [DBG] pgmap v120: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:16.702 INFO:teuthology.orchestra.run.smithi110.stdout:141733920783 2024-01-27T23:26:17.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:16 smithi110 conmon[35313]: audit 2024-01-27T23:26:16.714068+0000 mon.smithi110 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.110:0/1869424544' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-27T23:26:17.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:16 smithi116 conmon[40473]: audit 2024-01-27T23:26:16.714068+0000 mon.smithi110 (mon.0) 586 : audit [DBG] from='client.? 172.21.15.110:0/1869424544' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-27T23:26:17.298 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920780 got 141733920783 for osd.5 2024-01-27T23:26:17.298 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-27T23:26:17.631 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:18.234 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:17 smithi110 conmon[35313]: cluster 2024-01-27T23:26:16.719042+0000 mgr.smithi110.unybfe (mgr.14180) 140 2024-01-27T23:26:18.234 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:17 smithi110 conmon[35313]: : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:17 smithi116 conmon[40473]: cluster 2024-01-27T23:26:16.719042+0000 mgr.smithi110.unybfe (mgr.14180) 140 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:19.271 INFO:teuthology.orchestra.run.smithi110.stdout:128849018898 2024-01-27T23:26:19.866 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018894 got 128849018898 for osd.6 2024-01-27T23:26:19.866 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-27T23:26:20.199 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:20.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:19 smithi116 conmon[40473]: cluster 2024-01-27T23:26:18.719396+0000 mgr.smithi110.unybfe (mgr.14180) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:20.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:19 smithi116 conmon[40473]: audit 2024-01-27T23:26:19.282825+0000 mon.smithi110 (mon.0) 587 : 2024-01-27T23:26:20.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:19 smithi116 conmon[40473]: audit [DBG] from='client.? 172.21.15.110:0/1016772730' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-27T23:26:20.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:19 smithi110 conmon[35313]: cluster 2024-01-27T23:26: 2024-01-27T23:26:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:19 smithi110 conmon[35313]: 18.719396+0000 mgr.smithi110.unybfe (mgr.14180) 141 : cluster [DBG] pgmap v122: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:19 smithi110 conmon[35313]: audit 2024-01-27T23:26: 2024-01-27T23:26:20.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:19 smithi110 conmon[35313]: 19.282825+0000 mon.smithi110 (mon.0) 587 : audit [DBG] from='client.? 172.21.15.110:0/1016772730' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-27T23:26:21.871 INFO:teuthology.orchestra.run.smithi110.stdout:158913789966 2024-01-27T23:26:22.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:21 smithi116 conmon[40473]: cluster 2024-01-27T23:26:20.719673+0000 mgr.smithi110.unybfe (mgr.14180) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:22.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:21 smithi110 conmon[35313]: cluster 2024-01-27T23:26:20.719673+0000 mgr.smithi110.unybfe (mgr.14180) 142 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:22.481 INFO:tasks.cephadm.ceph_manager.ceph:need seq 158913789962 got 158913789966 for osd.7 2024-01-27T23:26:22.482 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-27T23:26:22.482 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph pg dump --format=json 2024-01-27T23:26:22.815 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:23.192 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:22 smithi110 conmon[35313]: audit 2024-01-27T23:26:21.883259+0000 mon.smithi110 (mon.0) 2024-01-27T23:26:23.192 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:22 smithi110 conmon[35313]: 588 : audit [DBG] from='client.? 172.21.15.110:0/3775918932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-27T23:26:23.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:22 smithi116 conmon[40473]: audit 2024-01-27T23:26:21.883259+0000 mon.smithi110 (mon.0) 588 : audit [DBG] from='client.? 172.21.15.110:0/3775918932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-27T23:26:24.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:23 smithi110 conmon[35313]: cluster 2024-01-27T23:26:22.719955+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:26:24.038 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:23 smithi110 conmon[35313]: 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:24.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:23 smithi116 conmon[40473]: cluster 2024-01-27T23:26:22.719955+0000 mgr.smithi110.unybfe (mgr.14180) 143 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:24.378 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:26:24.378 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-01-27T23:26:25.065 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":124,"stamp":"2024-01-27T23:26:22.719823+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":2379792,"kb_used_data":3024,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548656,"statfs":{"total":767926730752,"available":765489823744,"internally_reserved":0,"allocated":3096576,"data_stored":1223412,"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":39,"state":"active+clean","last_fresh":"2024-01-27T23:25:19.361276+0000","last_change":"2024-01-27T23:25:19.361276+0000","last_active":"2024-01-27T23:25:19.361276+0000","last_peered":"2024-01-27T23:25:19.361276+0000","last_clean":"2024-01-27T23:25:19.361276+0000","last_became_active":"2024-01-27T23:25:19.361010+0000","last_became_peered":"2024-01-27T23:25:19.361010+0000","last_unstale":"2024-01-27T23:25:19.361276+0000","last_undegraded":"2024-01-27T23:25:19.361276+0000","last_fullsized":"2024-01-27T23:25:19.361276+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-27T23:24:57.859681+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-27T23:24:57.859681+0000","last_clean_scrub_stamp":"2024-01-27T23:24:57.859681+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":37,"seq":158913789967,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54600000000000004}]},{"osd":1,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.35399999999999998}]},{"osd":2,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.626}]},{"osd":3,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.33400000000000002}]},{"osd":4,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.65900000000000003}]},{"osd":5,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.41299999999999998}]},{"osd":6,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.59799999999999998}]}]},{"osd":5,"up_from":33,"seq":141733920785,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.63100000000000001},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.55400000000000005}]},{"osd":1,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.316,"5min":0.316,"15min":0.316},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"last":0.39100000000000001},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"last":0.35099999999999998}]},{"osd":2,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.65000000000000002},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.57099999999999995}]},{"osd":3,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.41099999999999998},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"last":0.36399999999999999}]},{"osd":4,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.65500000000000003},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.56399999999999995}]},{"osd":6,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.61499999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.74099999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.53600000000000003}]}]},{"osd":1,"up_from":20,"seq":85899345940,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.42899999999999999},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.52100000000000002}]},{"osd":2,"last update":"Sat Jan 27 23:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.54200000000000004},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.48099999999999998}]},{"osd":3,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.38600000000000001},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.371}]},{"osd":4,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.51000000000000001},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.46100000000000002}]},{"osd":5,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.33800000000000002}]},{"osd":6,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.47599999999999998},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.501}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40699999999999997}]}]},{"osd":0,"up_from":16,"seq":68719476756,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:25:59 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.51200000000000001},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.48499999999999999}]},{"osd":2,"last update":"Sat Jan 27 23:25:59 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.32500000000000001}]},{"osd":3,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.47399999999999998},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55700000000000005}]},{"osd":4,"last update":"Sat Jan 27 23:26:02 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.52900000000000003},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.35699999999999998}]},{"osd":5,"last update":"Sat Jan 27 23:26:13 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.57999999999999996},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.54000000000000004}]},{"osd":6,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.496},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.41199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.55300000000000005}]}]},{"osd":2,"up_from":20,"seq":85899345940,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:25:57 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.371}]},{"osd":1,"last update":"Sat Jan 27 23:25:57 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.497},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.55700000000000005}]},{"osd":3,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.55100000000000005},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.625}]},{"osd":4,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.44},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.57899999999999996}]},{"osd":5,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.52000000000000002},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.51100000000000001}]},{"osd":6,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.60599999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54000000000000004}]}]},{"osd":4,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.33600000000000002}]},{"osd":1,"last update":"Sat Jan 27 23:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.58799999999999997}]},{"osd":2,"last update":"Sat Jan 27 23:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.376}]},{"osd":3,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.49099999999999999}]},{"osd":5,"last update":"Sat Jan 27 23:26:16 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.51100000000000001}]},{"osd":6,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.54100000000000004}]},{"osd":7,"last update":"Sat Jan 27 23:26:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.60899999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117010,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.63800000000000001}]},{"osd":1,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.51200000000000001}]},{"osd":2,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.47499999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.48199999999999998}]},{"osd":4,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.54400000000000004},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.44700000000000001}]},{"osd":5,"last update":"Sat Jan 27 23:26:12 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.57799999999999996},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.40999999999999998}]},{"osd":6,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.58699999999999997},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.66600000000000004}]},{"osd":7,"last update":"Sat Jan 27 23:26:18 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.60799999999999998},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.55800000000000005}]}]},{"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":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.32000000000000001},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.34499999999999997}]},{"osd":1,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.33600000000000002},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.48099999999999998}]},{"osd":2,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.38300000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.36299999999999999}]},{"osd":3,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.374},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.45300000000000001}]},{"osd":4,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.50900000000000001},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.40200000000000002}]},{"osd":5,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.628},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.60199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.59299999999999997}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-27T23:26:25.066 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph pg dump --format=json 2024-01-27T23:26:25.400 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:26.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:25 smithi110 conmon[35313]: audit 2024-01-27T23:26:24.386111+0000 mgr.smithi110.unybfe (mgr.14180) 144 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:26.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:25 smithi110 conmon[35313]: cluster 2024-01-27T23:26:24.720259+0000 mgr.smithi110.unybfe (mgr.14180) 145 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:26.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:25 smithi116 conmon[40473]: audit 2024-01-27T23:26:24.386111+0000 mgr.smithi110.unybfe (mgr.14180) 144 : audit [DBG] from='client.14494 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:26.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:25 smithi116 conmon[40473]: cluster 2024-01-27T23:26:26.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:25 smithi116 conmon[40473]: 2024-01-27T23:26:24.720259+0000 mgr.smithi110.unybfe (mgr.14180) 145 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:27.060 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:26:27.060 INFO:teuthology.orchestra.run.smithi110.stderr:dumped all 2024-01-27T23:26:27.648 INFO:teuthology.orchestra.run.smithi110.stdout:{"pg_ready":true,"pg_map":{"version":126,"stamp":"2024-01-27T23:26:26.720462+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":2379792,"kb_used_data":3024,"kb_used_omap":0,"kb_used_meta":2376704,"kb_avail":747548656,"statfs":{"total":767926730752,"available":765489823744,"internally_reserved":0,"allocated":3096576,"data_stored":1223412,"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":39,"state":"active+clean","last_fresh":"2024-01-27T23:25:19.361276+0000","last_change":"2024-01-27T23:25:19.361276+0000","last_active":"2024-01-27T23:25:19.361276+0000","last_peered":"2024-01-27T23:25:19.361276+0000","last_clean":"2024-01-27T23:25:19.361276+0000","last_became_active":"2024-01-27T23:25:19.361010+0000","last_became_peered":"2024-01-27T23:25:19.361010+0000","last_unstale":"2024-01-27T23:25:19.361276+0000","last_undegraded":"2024-01-27T23:25:19.361276+0000","last_fullsized":"2024-01-27T23:25:19.361276+0000","mapping_epoch":38,"log_start":"0'0","ondisk_log_start":"0'0","created":21,"last_epoch_clean":39,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-27T23:24:57.859681+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-27T23:24:57.859681+0000","last_clean_scrub_stamp":"2024-01-27T23:24:57.859681+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":37,"seq":158913789967,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.63700000000000001,"5min":0.63700000000000001,"15min":0.63700000000000001},"last":0.48399999999999999},{"interface":"front","average":{"1min":0.50900000000000001,"5min":0.50900000000000001,"15min":0.50900000000000001},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.70699999999999996,"5min":0.70699999999999996,"15min":0.70699999999999996},"last":0.54600000000000004}]},{"osd":1,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.33600000000000002,"5min":0.33600000000000002,"15min":0.33600000000000002},"min":{"1min":0.26200000000000001,"5min":0.26200000000000001,"15min":0.26200000000000001},"max":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"last":0.26200000000000001},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.251,"5min":0.251,"15min":0.251},"max":{"1min":0.52500000000000002,"5min":0.52500000000000002,"15min":0.52500000000000002},"last":0.35399999999999998}]},{"osd":2,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.49399999999999999,"5min":0.49399999999999999,"15min":0.49399999999999999},"min":{"1min":0.32900000000000001,"5min":0.32900000000000001,"15min":0.32900000000000001},"max":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"last":0.47699999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.38200000000000001,"5min":0.38200000000000001,"15min":0.38200000000000001},"max":{"1min":0.69599999999999995,"5min":0.69599999999999995,"15min":0.69599999999999995},"last":0.626}]},{"osd":3,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"last":0.32300000000000001},{"interface":"front","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"last":0.33400000000000002}]},{"osd":4,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.379,"5min":0.379,"15min":0.379},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.65900000000000003}]},{"osd":5,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.38500000000000001},{"interface":"front","average":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"min":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"max":{"1min":0.94899999999999995,"5min":0.94899999999999995,"15min":0.94899999999999995},"last":0.41299999999999998}]},{"osd":6,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.97799999999999998,"5min":0.97799999999999998,"15min":0.97799999999999998},"last":0.56799999999999995},{"interface":"front","average":{"1min":0.53800000000000003,"5min":0.53800000000000003,"15min":0.53800000000000003},"min":{"1min":0.38300000000000001,"5min":0.38300000000000001,"15min":0.38300000000000001},"max":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"last":0.59799999999999998}]}]},{"osd":5,"up_from":33,"seq":141733920786,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52100000000000002,"5min":0.52100000000000002,"15min":0.52100000000000002},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"last":0.498},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.79900000000000004,"5min":0.79900000000000004,"15min":0.79900000000000004},"last":0.38500000000000001}]},{"osd":1,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.316,"5min":0.316,"15min":0.316},"min":{"1min":0.252,"5min":0.252,"15min":0.252},"max":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"last":0.30599999999999999},{"interface":"front","average":{"1min":0.33500000000000002,"5min":0.33500000000000002,"15min":0.33500000000000002},"min":{"1min":0.246,"5min":0.246,"15min":0.246},"max":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"last":0.27100000000000002}]},{"osd":2,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.35799999999999998,"5min":0.35799999999999998,"15min":0.35799999999999998},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.438},{"interface":"front","average":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"last":0.40600000000000003}]},{"osd":3,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.34999999999999998,"5min":0.34999999999999998,"15min":0.34999999999999998},"min":{"1min":0.26300000000000001,"5min":0.26300000000000001,"15min":0.26300000000000001},"max":{"1min":0.45700000000000002,"5min":0.45700000000000002,"15min":0.45700000000000002},"last":0.35099999999999998},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.46000000000000002,"5min":0.46000000000000002,"15min":0.46000000000000002},"last":0.28299999999999997}]},{"osd":4,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55300000000000005,"5min":0.55300000000000005,"15min":0.55300000000000005},"min":{"1min":0.38,"5min":0.38,"15min":0.38},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.47299999999999998},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"max":{"1min":0.71799999999999997,"5min":0.71799999999999997,"15min":0.71799999999999997},"last":0.47699999999999998}]},{"osd":6,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.73899999999999999,"5min":0.73899999999999999,"15min":0.73899999999999999},"last":0.43099999999999999},{"interface":"front","average":{"1min":0.55000000000000004,"5min":0.55000000000000004,"15min":0.55000000000000004},"min":{"1min":0.40799999999999997,"5min":0.40799999999999997,"15min":0.40799999999999997},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.45200000000000001}]},{"osd":7,"last update":"Sat Jan 27 23:26:20 2024","interfaces":[{"interface":"back","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"last":0.39400000000000002},{"interface":"front","average":{"1min":0.45600000000000002,"5min":0.45600000000000002,"15min":0.45600000000000002},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"last":0.46300000000000002}]}]},{"osd":1,"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"min":{"1min":0.32000000000000001,"5min":0.32000000000000001,"15min":0.32000000000000001},"max":{"1min":0.873,"5min":0.873,"15min":0.873},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.29599999999999999,"5min":0.29599999999999999,"15min":0.29599999999999999},"max":{"1min":0.91500000000000004,"5min":0.91500000000000004,"15min":0.91500000000000004},"last":0.39000000000000001}]},{"osd":2,"last update":"Sat Jan 27 23:26:00 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.90800000000000003,"5min":0.90800000000000003,"15min":0.90800000000000003},"last":0.51800000000000002},{"interface":"front","average":{"1min":0.52000000000000002,"5min":0.52000000000000002,"15min":0.52000000000000002},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.89800000000000002,"5min":0.89800000000000002,"15min":0.89800000000000002},"last":0.40699999999999997}]},{"osd":3,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.35499999999999998,"5min":0.35499999999999998,"15min":0.35499999999999998},"min":{"1min":0.27000000000000002,"5min":0.27000000000000002,"15min":0.27000000000000002},"max":{"1min":0.58499999999999996,"5min":0.58499999999999996,"15min":0.58499999999999996},"last":0.30299999999999999},{"interface":"front","average":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"min":{"1min":0.29999999999999999,"5min":0.29999999999999999,"15min":0.29999999999999999},"max":{"1min":0.79600000000000004,"5min":0.79600000000000004,"15min":0.79600000000000004},"last":0.48299999999999998}]},{"osd":4,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.50700000000000001,"5min":0.50700000000000001,"15min":0.50700000000000001},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.83099999999999996,"5min":0.83099999999999996,"15min":0.83099999999999996},"last":0.46000000000000002},{"interface":"front","average":{"1min":0.52300000000000002,"5min":0.52300000000000002,"15min":0.52300000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.95999999999999996,"5min":0.95999999999999996,"15min":0.95999999999999996},"last":0.436}]},{"osd":5,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.378,"5min":0.378,"15min":0.378},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.40600000000000003,"5min":0.40600000000000003,"15min":0.40600000000000003},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.82299999999999995,"5min":0.82299999999999995,"15min":0.82299999999999995},"last":0.498}]},{"osd":6,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.85899999999999999,"5min":0.85899999999999999,"15min":0.85899999999999999},"last":0.54100000000000004},{"interface":"front","average":{"1min":0.54500000000000004,"5min":0.54500000000000004,"15min":0.54500000000000004},"min":{"1min":0.38400000000000001,"5min":0.38400000000000001,"15min":0.38400000000000001},"max":{"1min":0.84599999999999997,"5min":0.84599999999999997,"15min":0.84599999999999997},"last":0.51300000000000001}]},{"osd":7,"last update":"Sat Jan 27 23:26:20 2024","interfaces":[{"interface":"back","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.70199999999999996,"5min":0.70199999999999996,"15min":0.70199999999999996},"last":0.54800000000000004},{"interface":"front","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.91900000000000004,"5min":0.91900000000000004,"15min":0.91900000000000004},"last":0.56599999999999995}]}]},{"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":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:25:59 2024","interfaces":[{"interface":"back","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73999999999999999,"5min":0.73999999999999999,"15min":0.73999999999999999},"last":0.443},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.47299999999999998}]},{"osd":2,"last update":"Sat Jan 27 23:25:59 2024","interfaces":[{"interface":"back","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.55600000000000005,"5min":0.55600000000000005,"15min":0.55600000000000005},"last":0.35499999999999998},{"interface":"front","average":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.32900000000000001}]},{"osd":3,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.505},{"interface":"front","average":{"1min":0.53900000000000003,"5min":0.53900000000000003,"15min":0.53900000000000003},"min":{"1min":0.32600000000000001,"5min":0.32600000000000001,"15min":0.32600000000000001},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.51400000000000001}]},{"osd":4,"last update":"Sat Jan 27 23:26:02 2024","interfaces":[{"interface":"back","average":{"1min":0.46999999999999997,"5min":0.46999999999999997,"15min":0.46999999999999997},"min":{"1min":0.30299999999999999,"5min":0.30299999999999999,"15min":0.30299999999999999},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.34599999999999997},{"interface":"front","average":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"min":{"1min":0.32200000000000001,"5min":0.32200000000000001,"15min":0.32200000000000001},"max":{"1min":0.63800000000000001,"5min":0.63800000000000001,"15min":0.63800000000000001},"last":0.48899999999999999}]},{"osd":5,"last update":"Sat Jan 27 23:26:13 2024","interfaces":[{"interface":"back","average":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"min":{"1min":0.39100000000000001,"5min":0.39100000000000001,"15min":0.39100000000000001},"max":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"last":0.40600000000000003},{"interface":"front","average":{"1min":0.58099999999999996,"5min":0.58099999999999996,"15min":0.58099999999999996},"min":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.54000000000000004}]},{"osd":6,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54800000000000004,"5min":0.54800000000000004,"15min":0.54800000000000004},"min":{"1min":0.41499999999999998,"5min":0.41499999999999998,"15min":0.41499999999999998},"max":{"1min":0.73699999999999999,"5min":0.73699999999999999,"15min":0.73699999999999999},"last":0.56899999999999995},{"interface":"front","average":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"min":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"max":{"1min":0.76100000000000001,"5min":0.76100000000000001,"15min":0.76100000000000001},"last":0.56000000000000005}]},{"osd":7,"last update":"Sat Jan 27 23:26:19 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"max":{"1min":0.76600000000000001,"5min":0.76600000000000001,"15min":0.76600000000000001},"last":0.55000000000000004},{"interface":"front","average":{"1min":0.64200000000000002,"5min":0.64200000000000002,"15min":0.64200000000000002},"min":{"1min":0.505,"5min":0.505,"15min":0.505},"max":{"1min":0.77600000000000002,"5min":0.77600000000000002,"15min":0.77600000000000002},"last":0.60299999999999998}]}]},{"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":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:25:57 2024","interfaces":[{"interface":"back","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.21199999999999999,"5min":0.21199999999999999,"15min":0.21199999999999999},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.42499999999999999},{"interface":"front","average":{"1min":0.442,"5min":0.442,"15min":0.442},"min":{"1min":0.25600000000000001,"5min":0.25600000000000001,"15min":0.25600000000000001},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.49199999999999999}]},{"osd":1,"last update":"Sat Jan 27 23:25:57 2024","interfaces":[{"interface":"back","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.34799999999999998,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.66700000000000004,"5min":0.66700000000000004,"15min":0.66700000000000004},"last":0.68300000000000005},{"interface":"front","average":{"1min":0.51000000000000001,"5min":0.51000000000000001,"15min":0.51000000000000001},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.66800000000000004}]},{"osd":3,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"min":{"1min":0.40000000000000002,"5min":0.40000000000000002,"15min":0.40000000000000002},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.64800000000000002},{"interface":"front","average":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"min":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":0.73199999999999998,"5min":0.73199999999999998,"15min":0.73199999999999998},"last":0.72999999999999998}]},{"osd":4,"last update":"Sat Jan 27 23:26:05 2024","interfaces":[{"interface":"back","average":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.61199999999999999,"5min":0.61199999999999999,"15min":0.61199999999999999},"last":0.45400000000000001},{"interface":"front","average":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"min":{"1min":0.255,"5min":0.255,"15min":0.255},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.622}]},{"osd":5,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"min":{"1min":0.38800000000000001,"5min":0.38800000000000001,"15min":0.38800000000000001},"max":{"1min":0.70799999999999996,"5min":0.70799999999999996,"15min":0.70799999999999996},"last":0.61299999999999999},{"interface":"front","average":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"min":{"1min":0.374,"5min":0.374,"15min":0.374},"max":{"1min":0.74199999999999999,"5min":0.74199999999999999,"15min":0.74199999999999999},"last":0.69699999999999995}]},{"osd":6,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.54700000000000004,"5min":0.54700000000000004,"15min":0.54700000000000004},"min":{"1min":0.40699999999999997,"5min":0.40699999999999997,"15min":0.40699999999999997},"max":{"1min":0.82799999999999996,"5min":0.82799999999999996,"15min":0.82799999999999996},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.55500000000000005,"5min":0.55500000000000005,"15min":0.55500000000000005},"min":{"1min":0.39800000000000002,"5min":0.39800000000000002,"15min":0.39800000000000002},"max":{"1min":0.74399999999999999,"5min":0.74399999999999999,"15min":0.74399999999999999},"last":0.57199999999999995}]},{"osd":7,"last update":"Sat Jan 27 23:26:22 2024","interfaces":[{"interface":"back","average":{"1min":0.57799999999999996,"5min":0.57799999999999996,"15min":0.57799999999999996},"min":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"max":{"1min":0.71999999999999997,"5min":0.71999999999999997,"15min":0.71999999999999997},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.58599999999999997,"5min":0.58599999999999997,"15min":0.58599999999999997},"min":{"1min":0.46400000000000002,"5min":0.46400000000000002,"15min":0.46400000000000002},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.71299999999999997}]}]},{"osd":4,"up_from":25,"seq":107374182419,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.25700000000000001,"5min":0.25700000000000001,"15min":0.25700000000000001},"max":{"1min":0.57199999999999995,"5min":0.57199999999999995,"15min":0.57199999999999995},"last":0.28699999999999998},{"interface":"front","average":{"1min":0.44700000000000001,"5min":0.44700000000000001,"15min":0.44700000000000001},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.56499999999999995,"5min":0.56499999999999995,"15min":0.56499999999999995},"last":0.33600000000000002}]},{"osd":1,"last update":"Sat Jan 27 23:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"min":{"1min":0.40899999999999997,"5min":0.40899999999999997,"15min":0.40899999999999997},"max":{"1min":0.77400000000000002,"5min":0.77400000000000002,"15min":0.77400000000000002},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.51700000000000002,"5min":0.51700000000000002,"15min":0.51700000000000002},"min":{"1min":0.35199999999999998,"5min":0.35199999999999998,"15min":0.35199999999999998},"max":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"last":0.58799999999999997}]},{"osd":2,"last update":"Sat Jan 27 23:26:04 2024","interfaces":[{"interface":"back","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.53500000000000003,"5min":0.53500000000000003,"15min":0.53500000000000003},"last":0.45600000000000002},{"interface":"front","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.317,"5min":0.317,"15min":0.317},"max":{"1min":0.57699999999999996,"5min":0.57699999999999996,"15min":0.57699999999999996},"last":0.376}]},{"osd":3,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.82699999999999996,"5min":0.82699999999999996,"15min":0.82699999999999996},"last":0.57199999999999995},{"interface":"front","average":{"1min":0.56100000000000005,"5min":0.56100000000000005,"15min":0.56100000000000005},"min":{"1min":0.38900000000000001,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"last":0.49099999999999999}]},{"osd":5,"last update":"Sat Jan 27 23:26:16 2024","interfaces":[{"interface":"back","average":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"min":{"1min":0.377,"5min":0.377,"15min":0.377},"max":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"last":0.55600000000000005},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"max":{"1min":0.83899999999999997,"5min":0.83899999999999997,"15min":0.83899999999999997},"last":0.51100000000000001}]},{"osd":6,"last update":"Sat Jan 27 23:26:07 2024","interfaces":[{"interface":"back","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"max":{"1min":0.76900000000000002,"5min":0.76900000000000002,"15min":0.76900000000000002},"last":0.41299999999999998},{"interface":"front","average":{"1min":0.55700000000000005,"5min":0.55700000000000005,"15min":0.55700000000000005},"min":{"1min":0.35599999999999998,"5min":0.35599999999999998,"15min":0.35599999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.54100000000000004}]},{"osd":7,"last update":"Sat Jan 27 23:26:17 2024","interfaces":[{"interface":"back","average":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"min":{"1min":0.45300000000000001,"5min":0.45300000000000001,"15min":0.45300000000000001},"max":{"1min":0.72699999999999998,"5min":0.72699999999999998,"15min":0.72699999999999998},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.62,"5min":0.62,"15min":0.62},"min":{"1min":0.434,"5min":0.434,"15min":0.434},"max":{"1min":0.81299999999999994,"5min":0.81299999999999994,"15min":0.81299999999999994},"last":0.60899999999999999}]}]},{"osd":3,"up_from":27,"seq":115964117011,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93741056,"kb_used":297476,"kb_used_data":380,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443580,"statfs":{"total":95990841344,"available":95686225920,"internally_reserved":0,"allocated":389120,"data_stored":153059,"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":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.495,"5min":0.495,"15min":0.495},"min":{"1min":0.34300000000000003,"5min":0.34300000000000003,"15min":0.34300000000000003},"max":{"1min":0.79500000000000004,"5min":0.79500000000000004,"15min":0.79500000000000004},"last":0.44400000000000001},{"interface":"front","average":{"1min":0.53100000000000003,"5min":0.53100000000000003,"15min":0.53100000000000003},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.48899999999999999}]},{"osd":1,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"min":{"1min":0.248,"5min":0.248,"15min":0.248},"max":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"last":0.38400000000000001},{"interface":"front","average":{"1min":0.36099999999999999,"5min":0.36099999999999999,"15min":0.36099999999999999},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"last":0.31900000000000001}]},{"osd":2,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.79000000000000004,"5min":0.79000000000000004,"15min":0.79000000000000004},"last":0.47899999999999998},{"interface":"front","average":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.77700000000000002,"5min":0.77700000000000002,"15min":0.77700000000000002},"last":0.47199999999999998}]},{"osd":4,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"min":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"max":{"1min":0.93799999999999994,"5min":0.93799999999999994,"15min":0.93799999999999994},"last":0.41799999999999998},{"interface":"front","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.78100000000000003,"5min":0.78100000000000003,"15min":0.78100000000000003},"last":0.496}]},{"osd":5,"last update":"Sat Jan 27 23:26:12 2024","interfaces":[{"interface":"back","average":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"min":{"1min":0.28499999999999998,"5min":0.28499999999999998,"15min":0.28499999999999998},"max":{"1min":0.63900000000000001,"5min":0.63900000000000001,"15min":0.63900000000000001},"last":0.371},{"interface":"front","average":{"1min":0.39600000000000002,"5min":0.39600000000000002,"15min":0.39600000000000002},"min":{"1min":0.28999999999999998,"5min":0.28999999999999998,"15min":0.28999999999999998},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.34999999999999998}]},{"osd":6,"last update":"Sat Jan 27 23:26:09 2024","interfaces":[{"interface":"back","average":{"1min":0.53400000000000003,"5min":0.53400000000000003,"15min":0.53400000000000003},"min":{"1min":0.39200000000000002,"5min":0.39200000000000002,"15min":0.39200000000000002},"max":{"1min":0.75,"5min":0.75,"15min":0.75},"last":0.40899999999999997},{"interface":"front","average":{"1min":0.56599999999999995,"5min":0.56599999999999995,"15min":0.56599999999999995},"min":{"1min":0.40300000000000002,"5min":0.40300000000000002,"15min":0.40300000000000002},"max":{"1min":0.83699999999999997,"5min":0.83699999999999997,"15min":0.83699999999999997},"last":0.46500000000000002}]},{"osd":7,"last update":"Sat Jan 27 23:26:18 2024","interfaces":[{"interface":"back","average":{"1min":0.443,"5min":0.443,"15min":0.443},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"last":0.438},{"interface":"front","average":{"1min":0.45400000000000001,"5min":0.45400000000000001,"15min":0.45400000000000001},"min":{"1min":0.34399999999999997,"5min":0.34399999999999997,"15min":0.34399999999999997},"max":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"last":0.45100000000000001}]}]},{"osd":6,"up_from":30,"seq":128849018899,"num_pgs":0,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":0,"kb":93741056,"kb_used":297472,"kb_used_data":376,"kb_used_omap":0,"kb_used_meta":297088,"kb_avail":93443584,"statfs":{"total":95990841344,"available":95686230016,"internally_reserved":0,"allocated":385024,"data_stored":152794,"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":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.27500000000000002,"5min":0.27500000000000002,"15min":0.27500000000000002},"max":{"1min":0.622,"5min":0.622,"15min":0.622},"last":0.30099999999999999},{"interface":"front","average":{"1min":0.42199999999999999,"5min":0.42199999999999999,"15min":0.42199999999999999},"min":{"1min":0.29099999999999998,"5min":0.29099999999999998,"15min":0.29099999999999998},"max":{"1min":0.79100000000000004,"5min":0.79100000000000004,"15min":0.79100000000000004},"last":0.35699999999999998}]},{"osd":1,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.34499999999999997,"5min":0.34499999999999997,"15min":0.34499999999999997},"max":{"1min":0.749,"5min":0.749,"15min":0.749},"last":0.311},{"interface":"front","average":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"min":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"max":{"1min":0.90700000000000003,"5min":0.90700000000000003,"15min":0.90700000000000003},"last":0.46400000000000002}]},{"osd":2,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.48199999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"min":{"1min":0.30499999999999999,"5min":0.30499999999999999,"15min":0.30499999999999999},"max":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"last":0.50700000000000001},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.33400000000000002,"5min":0.33400000000000002,"15min":0.33400000000000002},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.434}]},{"osd":3,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.55400000000000005,"5min":0.55400000000000005,"15min":0.55400000000000005},"min":{"1min":0.41999999999999998,"5min":0.41999999999999998,"15min":0.41999999999999998},"max":{"1min":0.878,"5min":0.878,"15min":0.878},"last":0.42099999999999999},{"interface":"front","average":{"1min":0.59599999999999997,"5min":0.59599999999999997,"15min":0.59599999999999997},"min":{"1min":0.45900000000000002,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"last":0.54300000000000004}]},{"osd":4,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"min":{"1min":0.436,"5min":0.436,"15min":0.436},"max":{"1min":0.80800000000000005,"5min":0.80800000000000005,"15min":0.80800000000000005},"last":0.48099999999999998},{"interface":"front","average":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"min":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"max":{"1min":0.93300000000000005,"5min":0.93300000000000005,"15min":0.93300000000000005},"last":0.45900000000000002}]},{"osd":5,"last update":"Sat Jan 27 23:26:11 2024","interfaces":[{"interface":"back","average":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"min":{"1min":0.51600000000000001,"5min":0.51600000000000001,"15min":0.51600000000000001},"max":{"1min":0.78600000000000003,"5min":0.78600000000000003,"15min":0.78600000000000003},"last":0.57899999999999996},{"interface":"front","average":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"min":{"1min":0.499,"5min":0.499,"15min":0.499},"max":{"1min":0.73399999999999999,"5min":0.73399999999999999,"15min":0.73399999999999999},"last":0.55600000000000005}]},{"osd":7,"last update":"Sat Jan 27 23:26:18 2024","interfaces":[{"interface":"back","average":{"1min":0.625,"5min":0.625,"15min":0.625},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":0.753,"5min":0.753,"15min":0.753},"last":0.60999999999999999},{"interface":"front","average":{"1min":0.60799999999999998,"5min":0.60799999999999998,"15min":0.60799999999999998},"min":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"max":{"1min":0.745,"5min":0.745,"15min":0.745},"last":0.52200000000000002}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":3,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":7,"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2024-01-27T23:26:27.649 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-27T23:26:27.649 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-27T23:26:27.649 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-27T23:26:27.650 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph health --format=json 2024-01-27T23:26:27.986 INFO:teuthology.orchestra.run.smithi110.stderr:Inferring config /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/mon.smithi110/config 2024-01-27T23:26:28.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:27 smithi110 conmon[35313]: cluster 2024-01-27T23:26:26.720575+0000 mgr.smithi110.unybfe (mgr.14180) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:28.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:27 smithi110 conmon[35313]: audit 2024-01-27T23:26:27.068142+0000 mgr.smithi110.unybfe (mgr.14180) 147 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:28.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:27 smithi116 conmon[40473]: cluster 2024-01-27T23:26:26.720575+0000 mgr.smithi110.unybfe (mgr.14180) 146 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:28.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:27 smithi116 conmon[40473]: 2024-01-27T23:26:28.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:27 smithi116 conmon[40473]: audit 2024-01-27T23:26:27.068142+0000 mgr.smithi110.unybfe (mgr.14180) 147 : audit [DBG] from='client.14498 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:29.676 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:26:30.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:29 smithi110 conmon[35313]: cluster 2024-01-27T23:26:28.720975+0000 mgr.smithi110.unybfe (mgr.14180) 148 2024-01-27T23:26:30.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:29 smithi110 conmon[35313]: : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:30.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:29 smithi110 conmon[35313]: audit 2024-01-27T23:26:29.687759+0000 mon.smithi110 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.110:0/3718986515' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-27T23:26:30.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:29 smithi116 conmon[40473]: cluster 2024-01-27T23:26:28.720975+0000 mgr.smithi110.unybfe (mgr.14180) 148 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:30.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:29 smithi116 conmon[40473]: audit 2024-01-27T23:26:29.687759+0000 mon.smithi110 (mon.0) 589 : audit [DBG] from='client.? 172.21.15.110:0/3718986515' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-27T23:26:30.348 INFO:teuthology.orchestra.run.smithi110.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-27T23:26:30.348 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-27T23:26:30.348 INFO:tasks.cephadm:Setup complete, yielding 2024-01-27T23:26:30.349 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T23:26:30.358 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-01-27T23:26:30.359 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- bash -c 'ceph orch status' 2024-01-27T23:26:32.198 INFO:teuthology.orchestra.run.smithi110.stdout:Backend: cephadm 2024-01-27T23:26:32.199 INFO:teuthology.orchestra.run.smithi110.stdout:Available: Yes 2024-01-27T23:26:32.199 INFO:teuthology.orchestra.run.smithi110.stdout:Paused: No 2024-01-27T23:26:32.228 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:31 smithi110 conmon[35313]: cluster 2024-01-27T23:26:30.721428+0000 mgr.smithi110.unybfe (mgr.14180) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:32.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:31 smithi116 conmon[40473]: cluster 2024-01-27T23:26:30.721428+0000 mgr.smithi110.unybfe (mgr.14180) 149 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:32.864 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- bash -c 'ceph orch ps' 2024-01-27T23:26:33.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:32 smithi116 conmon[40473]: audit 2024-01-27T23:26:32.209552+0000 mgr.smithi110.unybfe (mgr.14180) 150 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:33.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:32 smithi110 conmon[35313]: audit 2024-01-27T23:26:32.209552 2024-01-27T23:26:33.298 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:32 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 150 : audit [DBG] from='client.14506 -' entity='client.admin' cmd=[{"prefix": "orch status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:34.063 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:33 smithi110 conmon[35313]: cluster 2024-01-27T23:26:32.721834+0000 mgr.smithi110.unybfe (mgr.14180) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:34.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:33 smithi116 conmon[40473]: cluster 2024-01-27T23:26:32.721834+0000 mgr.smithi110.unybfe (mgr.14180) 151 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:34.641 INFO:teuthology.orchestra.run.smithi110.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-27T23:26:34.641 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager.smithi110 smithi110 *:9093,9094 running (2m) 74s ago 3m 23.2M - 0.23.0 ba2b418f427c c58d868eb165 2024-01-27T23:26:34.641 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi110 smithi110 running (3m) 74s ago 3m 7293k - 16.2.14-508-ga72a5dac 4f538c03cdfa 01f55d5c5dfb 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:crash.smithi116 smithi116 running (2m) 77s ago 2m 7419k - 16.2.14-508-ga72a5dac 4f538c03cdfa 70a26cc602ee 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:grafana.smithi110 smithi110 *:3000 running (2m) 74s ago 3m 46.5M - 8.3.5 dad864ee21e9 4f249b8ddbf7 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi110.unybfe smithi110 *:9283 running (5m) 74s ago 5m 445M - 16.2.14-508-ga72a5dac 4f538c03cdfa 2a96f5f52c1b 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:mgr.smithi116.asnehs smithi116 *:8443,9283 running (2m) 77s ago 2m 394M - 16.2.14-508-ga72a5dac 4f538c03cdfa 34b74ae7f4b0 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi110 smithi110 running (5m) 74s ago 5m 75.1M 2048M 16.2.14-508-ga72a5dac 4f538c03cdfa a775dd2b3688 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:mon.smithi116 smithi116 running (2m) 77s ago 2m 66.1M 2048M 16.2.14-508-ga72a5dac 4f538c03cdfa 6aafc92779f4 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi110 smithi110 *:9100 running (3m) 74s ago 3m 22.1M - 1.3.1 1dbe0e931976 4738f3186eac 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter.smithi116 smithi116 *:9100 running (2m) 77s ago 2m 24.5M - 1.3.1 1dbe0e931976 83eb3dac964a 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:osd.0 smithi116 running (108s) 77s ago 107s 35.1M 3990M 16.2.14-508-ga72a5dac 4f538c03cdfa 6daa82676ab5 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:osd.1 smithi110 running (103s) 74s ago 103s 34.3M 3222M 16.2.14-508-ga72a5dac 4f538c03cdfa 59860d9d73d4 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:osd.2 smithi116 running (103s) 77s ago 103s 31.3M 3990M 16.2.14-508-ga72a5dac 4f538c03cdfa f1bdffec0255 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:osd.3 smithi110 running (97s) 74s ago 96s 29.6M 3222M 16.2.14-508-ga72a5dac 4f538c03cdfa b1107f2f3112 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:osd.4 smithi116 running (98s) 77s ago 98s 29.5M 3990M 16.2.14-508-ga72a5dac 4f538c03cdfa f225aacbbe52 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:osd.5 smithi110 running (90s) 74s ago 90s 31.0M 3222M 16.2.14-508-ga72a5dac 4f538c03cdfa 0604695af182 2024-01-27T23:26:34.642 INFO:teuthology.orchestra.run.smithi110.stdout:osd.6 smithi116 running (93s) 77s ago 93s 29.1M 3990M 16.2.14-508-ga72a5dac 4f538c03cdfa aaee9ee7fefd 2024-01-27T23:26:34.643 INFO:teuthology.orchestra.run.smithi110.stdout:osd.7 smithi110 running (84s) 74s ago 83s 26.1M 3222M 16.2.14-508-ga72a5dac 4f538c03cdfa c125dbbd9d8c 2024-01-27T23:26:34.643 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus.smithi110 smithi110 *:9095 running (2m) 74s ago 3m 43.4M - 2.33.4 514e6a882f6e c9880ebfae2b 2024-01-27T23:26:35.263 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- bash -c 'ceph orch ls' 2024-01-27T23:26:36.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:35 smithi110 conmon[35313]: audit 2024-01-27T23:26:34.645045+0000 mgr.smithi110.unybfe (mgr.14180) 152 : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:36.064 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:35 smithi110 conmon[35313]: cluster 2024-01-27T23:26:34.722143+0000 mgr.smithi110.unybfe (mgr.14180) 153 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:36.065 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:35 smithi110 conmon[35313]: audit 2024-01-27T23:26:35.453115+0000 mon.smithi110 (mon.0) 590 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:26:36.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:35 smithi116 conmon[40473]: audit 2024-01-27T23:26:34.645045+0000 mgr.smithi110.unybfe (mgr.14180) 152 2024-01-27T23:26:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:35 smithi116 conmon[40473]: : audit [DBG] from='client.14510 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:35 smithi116 conmon[40473]: cluster 2024-01-27T23:26:34.722143+0000 mgr.smithi110.unybfe (mgr.14180) 153 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:35 smithi116 conmon[40473]: audit 2024-01-27T23:26:35.453115+0000 mon.smithi110 (mon. 2024-01-27T23:26:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:35 smithi116 conmon[40473]: 0) 590 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:26:37.225 INFO:teuthology.orchestra.run.smithi110.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:alertmanager ?:9093,9094 1/1 77s ago 4m count:1 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:crash 2/2 77s ago 4m * 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:grafana ?:3000 1/1 77s ago 4m count:1 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:mgr 2/2 77s ago 4m count:2 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:mon 2/2 77s ago 3m smithi110:172.21.15.110=smithi110;smithi116:172.21.15.116=smithi116;count:2 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:node-exporter ?:9100 2/2 77s ago 4m * 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:osd.all-available-devices 8 77s ago 2m * 2024-01-27T23:26:37.226 INFO:teuthology.orchestra.run.smithi110.stdout:prometheus ?:9095 1/1 77s ago 4m count:1 2024-01-27T23:26:37.846 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- bash -c 'ceph orch host ls' 2024-01-27T23:26:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:38 smithi116 conmon[40473]: cluster 2024-01-27T23:26:36.722482+0000 mgr.smithi110.unybfe (mgr.14180) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:38 smithi116 conmon[40473]: audit 2024-01-27T23:26:37.011746+0000 mon.smithi110 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:38 smithi116 conmon[40473]: audit 2024-01-27T23:26:37.233231+0000 mgr.smithi110.unybfe (mgr.14180) 155 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:38.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:38 smithi110 conmon[35313]: cluster 2024-01-27T23:26:36.722482+0000 mgr.smithi110.unybfe (mgr.14180) 154 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:38.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:38 smithi110 conmon[35313]: audit 2024-01-27T23:26:37.011746+0000 mon.smithi110 (mon.0) 591 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:38.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:38 smithi110 conmon[35313]: audit 2024-01-27T23:26:37.233231+0000 mgr.smithi110.unybfe (mgr.14180) 155 : audit [DBG] from='client.14514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:40.020 INFO:teuthology.orchestra.run.smithi110.stdout:HOST ADDR LABELS STATUS 2024-01-27T23:26:40.020 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 172.21.15.110 2024-01-27T23:26:40.021 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 172.21.15.116 2024-01-27T23:26:40.021 INFO:teuthology.orchestra.run.smithi110.stdout:2 hosts in cluster 2024-01-27T23:26:40.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:40 smithi116 conmon[40473]: cluster 2024-01-27T23:26:38.722841+0000 mgr.smithi110.unybfe (mgr.14180) 156 : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:40.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:40 smithi110 conmon[35313]: cluster 2024-01-27T23:26:38.722841+0000 mgr.smithi110.unybfe (mgr.14180) 156 2024-01-27T23:26:40.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:40 smithi110 conmon[35313]: : cluster [DBG] pgmap v132: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:41.230 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- bash -c 'ceph orch device ls' 2024-01-27T23:26:41.257 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:41 smithi110 conmon[35313]: audit 2024-01-27T23:26:40.031401+0000 mgr.smithi110.unybfe (mgr.14180) 157 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:41.257 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:41 smithi110 conmon[35313]: 2024-01-27T23:26:41.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:41 smithi116 conmon[40473]: audit 2024-01-27T23:26:40.031401+0000 mgr.smithi110.unybfe (mgr.14180) 157 : audit [DBG] from='client.14518 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: cluster 2024-01-27T23:26:40.723177+0000 mgr.smithi110.unybfe (mgr.14180) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: audit 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: 2024-01-27T23:26:41.411439+0000 mon.smithi110 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: audit 2024-01-27T23:26:41.758112+0000 mon.smithi110 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: audit 2024-01-27T23:26:41.758832+0000 mon.smithi110 (mon 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: .0) 594 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: audit 2024-01-27T23:26:41.763218+0000 mon.smithi110 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: 2024-01-27T23:26:42.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: audit 2024-01-27T23:26:41.766549+0000 mon.smithi110 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:26:42.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:42 smithi116 conmon[40473]: 2024-01-27T23:26:42.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:42 smithi110 conmon[35313]: cluster 2024-01-27T23:26:40.723177+0000 mgr.smithi110.unybfe (mgr.14180) 158 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:42 smithi110 conmon[35313]: audit 2024-01-27T23:26:41.411439+0000 mon.smithi110 (mon.0) 592 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:42 smithi110 conmon[35313]: audit 2024-01-27T23:26:41.758112+0000 mon.smithi110 (mon.0) 593 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:26:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:42 smithi110 conmon[35313]: audit 2024-01-27T23:26:41.758832+0000 mon.smithi110 (mon.0) 594 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:26:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:42 smithi110 conmon[35313]: audit 2024-01-27T23:26:41.763218+0000 mon.smithi110 (mon.0) 595 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:42 smithi110 conmon[35313]: audit 2024-01-27T23:26:41.766549+0000 mon.smithi110 (mon.0) 596 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:26:43.152 INFO:teuthology.orchestra.run.smithi110.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476002T480DGN 447G 78s ago Has a FileSystem, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme1n1 ssd Linux_33a3c5f4a6856609fc4a 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme2n1 ssd Linux_c381bae6fd54d5d2fafa 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme3n1 ssd Linux_abc3c95d377f2a40b636 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme4n1 ssd Linux_c82015412d3805be4447 89.4G 78s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400VJ400BGN 372G 82s ago Has a FileSystem, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme1n1 ssd Linux_064fe11072e2da3ab639 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme2n1 ssd Linux_6cdc1e70916cf4623a3e 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme3n1 ssd Linux_2049932b5e4984d66aa8 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.153 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme4n1 ssd Linux_8e6ea4412e6b6553d3d8 89.4G 82s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:43.821 INFO:teuthology.run_tasks:Running task vip... 2024-01-27T23:26:43.831 INFO:tasks.vip:Allocating static IPs for each host... 2024-01-27T23:26:43.831 INFO:tasks.vip:peername 172.21.15.110 2024-01-27T23:26:43.834 INFO:tasks.vip:172.21.15.110 in 172.21.0.0/20, pos 3949 2024-01-27T23:26:43.838 INFO:tasks.vip:smithi110.front.sepia.ceph.com static 10.0.15.110, vnet 10.0.0.0/16 2024-01-27T23:26:43.838 INFO:tasks.vip:VIPs are {map(str, vips)} 2024-01-27T23:26:43.838 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip route ls 2024-01-27T23:26:43.891 INFO:teuthology.orchestra.run.smithi110.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-27T23:26:43.891 INFO:teuthology.orchestra.run.smithi110.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.110 metric 100 2024-01-27T23:26:43.892 INFO:tasks.vip:Configuring 10.0.15.110 on smithi110.front.sepia.ceph.com iface enp3s0f1... 2024-01-27T23:26:43.892 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr add 10.0.15.110/16 dev enp3s0f1 2024-01-27T23:26:43.960 INFO:tasks.vip:peername 172.21.15.116 2024-01-27T23:26:43.963 INFO:tasks.vip:172.21.15.116 in 172.21.0.0/20, pos 3955 2024-01-27T23:26:43.967 INFO:tasks.vip:smithi116.front.sepia.ceph.com static 10.0.15.116, vnet 10.0.0.0/16 2024-01-27T23:26:43.967 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip route ls 2024-01-27T23:26:44.003 INFO:teuthology.orchestra.run.smithi116.stdout:default via 172.21.15.254 dev enp3s0f1 proto dhcp metric 100 2024-01-27T23:26:44.004 INFO:teuthology.orchestra.run.smithi116.stdout:172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.116 metric 100 2024-01-27T23:26:44.005 INFO:tasks.vip:Configuring 10.0.15.116 on smithi116.front.sepia.ceph.com iface enp3s0f1... 2024-01-27T23:26:44.005 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr add 10.0.15.116/16 dev enp3s0f1 2024-01-27T23:26:44.077 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-27T23:26:44.086 INFO:tasks.cephadm:Running commands on role host.a host ubuntu@smithi110.front.sepia.ceph.com 2024-01-27T23:26:44.086 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- bash -c 'ceph orch device ls --refresh' 2024-01-27T23:26:44.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:44 smithi110 conmon[35313]: cluster 2024-01-27T23:26:42.723494+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:26:44.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:44 smithi110 conmon[35313]: ) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:44.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:44 smithi110 conmon[35313]: audit 2024-01-27T23:26:43.161942+0000 mgr.smithi110.unybfe (mgr.14180) 160 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:44.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:44 smithi116 conmon[40473]: cluster 2024-01-27T23:26:42.723494+0000 mgr.smithi110.unybfe (mgr.14180) 159 : cluster [DBG] pgmap v134: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:44.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:44 smithi116 conmon[40473]: audit 2024-01-27T23:26:43.161942+0000 mgr.smithi110.unybfe (mgr.14180) 160 : audit [DBG] from='client.14522 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme0n1 ssd INTEL SSDPED1D480GA_PHMB7476002T480DGN 447G 81s ago Has a FileSystem, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme1n1 ssd Linux_33a3c5f4a6856609fc4a 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme2n1 ssd Linux_c381bae6fd54d5d2fafa 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme3n1 ssd Linux_abc3c95d377f2a40b636 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi110 /dev/nvme4n1 ssd Linux_c82015412d3805be4447 89.4G 81s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme0n1 ssd INTEL SSDPEDMD400G4_PHFT620400VJ400BGN 372G 85s ago Has a FileSystem, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme1n1 ssd Linux_064fe11072e2da3ab639 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme2n1 ssd Linux_6cdc1e70916cf4623a3e 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme3n1 ssd Linux_2049932b5e4984d66aa8 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:45.938 INFO:teuthology.orchestra.run.smithi110.stdout:smithi116 /dev/nvme4n1 ssd Linux_8e6ea4412e6b6553d3d8 89.4G 85s ago Has a FileSystem, Insufficient space (<10 extents) on vgs, LVM detected 2024-01-27T23:26:46.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:46 smithi116 conmon[40473]: cluster 2024-01-27T23:26:44.723860+0000 mgr.smithi110.unybfe (mgr.14180) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:46.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:46 smithi116 conmon[40473]: audit 2024-01-27T23:26:45.992115+0000 mon.smithi110 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:26:46.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:46 smithi110 conmon[35313]: cluster 2024-01-27T23:26:44.723860+0000 mgr.smithi110.unybfe (mgr.14180) 161 : cluster [DBG] pgmap v135: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:46.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:46 smithi110 conmon[35313]: audit 2024-01-27T23:26:45.992115+0000 mon.smithi110 (mon.0) 597 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:26:46.569 INFO:teuthology.run_tasks:Running task cephadm.apply... 2024-01-27T23:26:46.580 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.110/16' 2024-01-27T23:26:46.580 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch apply -i - 2024-01-27T23:26:47.329 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:47 smithi110 conmon[35313]: audit 2024-01-27T23:26:45.947237+0000 mgr.smithi110.unybfe (mgr.14180) 162 : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:47.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:47 smithi116 conmon[40473]: audit 2024-01-27T23:26:45.947237+0000 mgr.smithi110.unybfe (mgr.14180) 162 2024-01-27T23:26:47.517 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:47 smithi116 conmon[40473]: : audit [DBG] from='client.14526 -' entity='client.admin' cmd=[{"prefix": "orch device ls", "refresh": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:48.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:48 smithi110 conmon[35313]: cluster 2024-01-27T23:26:46.724285+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:26:48.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:48 smithi110 conmon[35313]: .14180) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:48.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:48 smithi110 conmon[35313]: audit 2024-01-27T23:26:47.586595+0000 mon.smithi110 (mon.0) 598 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:48.392 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:48 smithi116 conmon[40473]: cluster 2024-01-27T23:26:46.724285+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:26:48.392 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:48 smithi116 conmon[40473]: ) 163 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:48.392 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:48 smithi116 conmon[40473]: audit 2024-01-27T23:26:47.586595+0000 mon.smithi110 (mon.0) 598 : audit 2024-01-27T23:26:48.392 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:48 smithi116 conmon[40473]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:49.130 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled rgw.foo update... 2024-01-27T23:26:49.130 INFO:teuthology.orchestra.run.smithi110.stdout:Scheduled ingress.rgw.foo update... 2024-01-27T23:26:50.184 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: cluster 2024-01-27T23:26:48.724600+0000 mgr.smithi110.unybfe (mgr.14180) 164 : 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: audit 2024-01-27T23:26:49.129859+0000 mgr.smithi110.unybfe (mgr.14180) 165 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: cephadm 2024-01-27T23:26:49.133516+0000 mgr.smithi110.unybfe ( 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: mgr.14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: audit 2024-01-27T23:26:49.136545+0000 mon.smithi110 (mon.0) 599 : audit 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: cephadm 2024-01-27T23:26:49.136881+0000 mgr.smithi110.unybfe 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: (mgr.14180) 167 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:26:50.185 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:50 smithi110 conmon[35313]: 01-27T23:26:49.141413+0000 mon.smithi110 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:50.186 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-27T23:26:50.196 INFO:tasks.cephadm:Waiting for ceph service rgw.foo to start (timeout 300)... 2024-01-27T23:26:50.196 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:26:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:50 smithi116 conmon[40473]: cluster 2024-01-27T23:26:48.724600+0000 mgr.smithi110.unybfe (mgr.14180) 164 : cluster [DBG] pgmap v137: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:50 smithi116 conmon[40473]: audit 2024-01-27T23:26:49.129859+0000 mgr.smithi110.unybfe (mgr.14180) 165 : audit [DBG] from='client.14530 -' entity='client.admin' cmd=[{"prefix": "orch apply", "target": ["mon-mgr", ""]}]: dispatch 2024-01-27T23:26:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:50 smithi116 conmon[40473]: cephadm 2024-01-27T23:26:49.133516+0000 mgr.smithi110.unybfe (mgr.14180) 166 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-27T23:26:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:50 smithi116 conmon[40473]: audit 2024-01-27T23:26:49.136545+0000 mon.smithi110 (mon.0) 599 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:50 smithi116 conmon[40473]: cephadm 2024-01-27T23:26:49.136881+0000 mgr.smithi110.unybfe (mgr.14180) 167 : cephadm [INF] Saving service ingress.rgw.foo spec with placement count:2 2024-01-27T23:26:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:50 smithi116 conmon[40473]: audit 2024-01-27T23:26:49.141413+0000 mon.smithi110 (mon.0) 600 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:52.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:51 smithi110 conmon[35313]: cluster 2024-01-27T23:26:50.724909+0000 mgr.smithi110.unybfe (mgr.14180) 168 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:52.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:51 smithi110 conmon[35313]: audit 2024-01-27T23:26:50.906896+0000 mon.smithi110 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:52.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:51 smithi110 conmon[35313]: audit 2024-01-27T23:26:51.819454+0000 mon.smithi110 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:52.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:51 smithi116 conmon[40473]: cluster 2024-01-27T23:26:50.724909+0000 mgr.smithi110.unybfe (mgr.14180) 168 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:52.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:51 smithi116 conmon[40473]: audit 2024-01-27T23:26:50.906896+0000 mon.smithi110 (mon.0) 601 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:52.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:51 smithi116 conmon[40473]: audit 2024-01-27T23:26:51.819454+0000 mon.smithi110 (mon.0) 602 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:52.565 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:26:52.565 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:49.133541Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:26:53.411 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:26:54.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:53 smithi110 conmon[35313]: audit 2024-01-27T23:26:52.573574+0000 mgr.smithi110.unybfe (mgr.14180) 169 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:54.134 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:53 smithi110 conmon[35313]: cluster 2024-01-27T23:26:52.725391+0000 mgr.smithi110.unybfe (mgr.14180) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:54.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:53 smithi116 conmon[40473]: audit 2024-01-27T23:26:52.573574+0000 mgr.smithi110.unybfe (mgr.14180) 169 : audit [DBG] from='client.14534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:54.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:53 smithi116 conmon[40473]: cluster 2024-01-27T23:26:52.725391+0000 mgr.smithi110.unybfe (mgr.14180) 170 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:54.412 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:26:56.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:55 smithi110 conmon[35313]: cluster 2024-01-27T23:26:54.725752+0000 mgr.smithi110.unybfe (mgr.14180) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:56.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:55 smithi116 conmon[40473]: cluster 2024-01-27T23:26:54.725752+0000 mgr.smithi110.unybfe (mgr.14180) 171 : cluster [DBG] pgmap v140: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:56.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:55 smithi116 conmon[40473]: 2024-01-27T23:26:56.802 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:26:56.802 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:26:57.461 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:26:57.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.419506+0000 mon.smithi110 (mon.0) 603 : audit [INF] 2024-01-27T23:26:57.645 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.420340+0000 mon.smithi110 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.420872+0000 mon.smithi110 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.424200+0000 mon.smithi110 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.427502+0000 mon.smithi110 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: cephadm 2024-01-27T23:26:56.431155+0000 mgr.smithi110.unybfe (mgr.14180) 172 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.433692+0000 mon.smithi110 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.434159+0000 mon.smithi110 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.kuuhye", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.437370+0000 mon.smithi110 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.kuuhye", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.441364+0000 mon.smithi110 (mon 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: .0) 611 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.442268+0000 mon.smithi110 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: cephadm 2024-01-27T23:26:56.442876+0000 mgr.smithi110.unybfe (mgr.14180) 173 : cephadm [INF] Deploying daemon rgw.foo.smithi116.kuuhye on smithi116 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: cluster 2024-01-27T 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: 23:26:56.726039+0000 mgr.smithi110.unybfe (mgr.14180) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: audit 2024-01-27T23:26:56.810797+0000 mgr.smithi110.unybfe ( 2024-01-27T23:26:57.646 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:57 smithi116 conmon[40473]: mgr.14180) 175 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:57.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.419506+0000 2024-01-27T23:26:57.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: mon.smithi110 (mon.0) 603 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.420340+0000 mon.smithi110 (mon.0) 604 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.420872+0000 mon.smithi110 (mon.0) 605 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.424200+0000 mon.smithi110 (mon.0) 606 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.427502+0000 mon.smithi110 (mon.0) 607 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: cephadm 2024-01-27T23:26:56.431155+0000 mgr.smithi110.unybfe (mgr.14180) 172 : cephadm [INF] Saving service rgw.foo spec with placement count:4;* 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.433692+0000 mon.smithi110 (mon.0) 608 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.434159+0000 mon.smithi110 (mon.0) 609 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.kuuhye", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.437370+0000 mon.smithi110 (mon.0) 610 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.kuuhye", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.441364+0000 mon.smithi110 (mon.0) 611 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.442268+0000 mon.smithi110 (mon.0) 612 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: cephadm 2024-01-27T23:26:56.442876+0000 mgr.smithi110.unybfe (mgr.14180) 173 : cephadm [INF] Deploying daemon rgw.foo.smithi116.kuuhye on smithi116 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: cluster 2024-01-27T23:26:56.726039+0000 mgr.smithi110.unybfe (mgr.14180) 174 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:26:57.841 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:57 smithi110 conmon[35313]: audit 2024-01-27T23:26:56.810797+0000 mgr.smithi110.unybfe (mgr.14180) 175 : audit [DBG] from='client.14538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:26:58.463 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:00.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: cluster 2024-01-27T23:26:58.726398+0000 mgr.smithi110.unybfe (mgr.14180) 176 : cluster 2024-01-27T23:27:00.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:00.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: audit 2024-01-27T23:26:58.784788+0000 mon.smithi110 (mon.0) 613 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:00.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:27:00.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: -27T23:26:58.785874+0000 mon.smithi110 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.zxrskr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:27:00.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: audit 2024-01-27T23:26:58 2024-01-27T23:27:00.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: .788416+0000 mon.smithi110 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.zxrskr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: 27T23:26:58.791552+0000 mon.smithi110 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: audit 2024-01-27T23:26:58.792078+0000 mon.smithi110 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: cephadm 2024-01-27T23:26:58.792598+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: 14180) 177 : cephadm [INF] Deploying daemon rgw.foo.smithi110.zxrskr on smithi110 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: cluster 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: 2024-01-27T23:26:58.833706+0000 mon.smithi110 (mon.0) 618 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: audit 2024-01-27T23:26:58. 2024-01-27T23:27:00.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: 835387+0000 mon.smithi116 (mon.1) 20 : audit [INF] from='client.? 172.21.15.116:0/1836222596' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-27T23:27:00.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: audit 2024 2024-01-27T23:27:00.093 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:26:59 smithi110 conmon[35313]: -01-27T23:26:58.840782+0000 mon.smithi110 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-27T23:27:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: cluster 2024-01-27T23:26:58.726398+0000 mgr.smithi110.unybfe (mgr.14180) 176 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: audit 2024-01-27T23:26:58.784788+0000 mon.smithi110 (mon. 2024-01-27T23:27:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: 0) 613 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: audit 2024-01-27T23:26:58.785874+0000 mon.smithi110 (mon.0) 614 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.zxrskr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:27:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: audit 2024-01-27T23:26:58.788416+0000 mon.smithi110 (mon.0) 615 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.zxrskr", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:27:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: audit 2024-01-27T23:26:58.791552+0000 mon.smithi110 (mon.0) 616 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: audit 2024-01-27T23:26:58.792078+0000 mon.smithi110 (mon.0) 617 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:27:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: cephadm 2024-01-27T23:26:58.792598+0000 mgr.smithi110.unybfe (mgr.14180) 177 : cephadm [INF] Deploying daemon rgw.foo.smithi110.zxrskr on smithi110 2024-01-27T23:27:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: cluster 2024-01-27T23:26:58.833706+0000 mon.smithi110 (mon.0) 618 : cluster [DBG] osdmap e40: 8 total, 8 up, 8 in 2024-01-27T23:27:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: audit 2024-01-27T23:26:58.835387+0000 mon.smithi116 (mon.1) 20 : audit [INF] from='client.? 172.21.15.116:0/1836222596' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-27T23:27:00.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:26:59 smithi116 conmon[40473]: audit 2024-01-27T23:26:58.840782+0000 mon.smithi110 (mon.0) 619 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-27T23:27:00.600 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:00.600 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:00.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:00 smithi110 conmon[35313]: audit 2024-01-27T23:26:59.835539 2024-01-27T23:27:00.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:00 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 620 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-27T23:27:00.929 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:00 smithi110 conmon[35313]: cluster 2024-01-27T23:26:59.835625+0000 mon.smithi110 (mon.0) 621 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-27T23:27:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:00 smithi116 conmon[40473]: audit 2024-01-27T23:26:59.835539+0000 mon.smithi110 (mon 2024-01-27T23:27:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:00 smithi116 conmon[40473]: .0) 620 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-27T23:27:01.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:00 smithi116 conmon[40473]: cluster 2024-01-27T23:26:59.835625+0000 mon.smithi110 (mon.0) 621 : cluster [DBG] osdmap e41: 8 total, 8 up, 8 in 2024-01-27T23:27:01.648 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:02.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:01 smithi110 conmon[35313]: audit 2024-01-27T23:27:00.608760+0000 mgr.smithi110.unybfe (mgr.14180) 178 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:02.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:01 smithi110 conmon[35313]: cluster 2024-01-27T23:27:00.726731+0000 mgr.smithi110.unybfe (mgr.14180) 179 : cluster [DBG] pgmap v145: 33 pgs: 9 creating+peering, 6 active+clean, 18 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:01 smithi110 conmon[35313]: cluster 2024-01-27T23:27:00.839967+0000 mon.smithi110 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-27T23:27:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:01 smithi110 conmon[35313]: audit 2024-01-27T23:27:00.845866+0000 mon.smithi116 (mon.1) 21 : audit [INF] from='client.? 172.21.15.116:0/1836222596' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-27T23:27:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:01 smithi110 conmon[35313]: audit 2024-01-27T23:27:00.846658+0000 mon.smithi110 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-27T23:27:02.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:01 smithi116 conmon[40473]: audit 2024-01-27T23:27:00.608760+0000 mgr.smithi110.unybfe (mgr.14180) 178 : audit [DBG] from='client.14548 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:02.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:01 smithi116 conmon[40473]: cluster 2024-01-27T23:27:00.726731+0000 mgr.smithi110.unybfe (mgr.14180) 179 : cluster [DBG] pgmap v145: 33 pgs: 9 creating+peering, 6 active+clean, 18 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:02.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:01 smithi116 conmon[40473]: cluster 2024-01-27T23:27:00.839967+0000 mon.smithi110 (mon.0) 622 : cluster [DBG] osdmap e42: 8 total, 8 up, 8 in 2024-01-27T23:27:02.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:01 smithi116 conmon[40473]: audit 2024-01-27T23:27:00.845866+0000 mon.smithi116 (mon.1) 21 : audit [INF] from='client.? 172.21.15.116:0/1836222596' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-27T23:27:02.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:01 smithi116 conmon[40473]: audit 2024-01-27T23:27:00.846658+0000 mon.smithi110 (mon.0) 623 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]: dispatch 2024-01-27T23:27:02.649 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:03.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: audit 2024-01-27T23:27:01.841765+0000 mon.smithi110 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-27T23:27:03.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: 2024-01-27T23:27:03.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: cluster 2024-01-27T23:27:01.841837+0000 mon.smithi110 (mon.0) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-27T23:27:03.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.625860+0000 mon.smithi110 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:03.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.627007+0000 mon.smithi110 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.izmijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:27:03.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.629571+0000 mon.smithi110 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.izmijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:27:03.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.632835+0000 mon.smithi110 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:03.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:02 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.633328+0000 mon.smithi110 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:27:03.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:02 smithi116 conmon[40473]: audit 2024-01-27T23:27:01.841765+0000 mon.smithi110 (mon.0) 624 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.log","app": "rgw"}]': finished 2024-01-27T23:27:03.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:02 smithi116 conmon[40473]: cluster 2024-01-27T23:27:01.841837+0000 mon.smithi110 (mon.0) 625 : cluster [DBG] osdmap e43: 8 total, 8 up, 8 in 2024-01-27T23:27:03.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:02 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.625860+0000 mon.smithi110 (mon.0) 626 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:03.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:02 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.627007+0000 mon.smithi110 (mon.0) 627 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.izmijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:27:03.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:02 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.629571+0000 mon.smithi110 (mon.0) 628 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi116.izmijj", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:27:03.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:02 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.632835+0000 mon.smithi110 (mon.0) 629 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:03.123 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:02 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.633328+0000 mon.smithi110 (mon.0) 630 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:27:04.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:03 smithi110 conmon[35313]: cephadm 2024-01-27T23:27:02.633783+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:27:04.139 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:03 smithi110 conmon[35313]: .14180) 180 : cephadm [INF] Deploying daemon rgw.foo.smithi116.izmijj on smithi116 2024-01-27T23:27:04.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:03 smithi110 conmon[35313]: cluster 2024-01-27T23:27:02.727074+0000 mgr.smithi110.unybfe (mgr.14180) 181 : cluster [DBG] pgmap v148: 65 pgs: 9 creating+peering, 21 active+clean, 35 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:04.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:03 smithi110 conmon[35313]: cluster 2024-01-27T23:27:02.850649+0000 mon.smithi110 (mon.0) 631 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-27T23:27:04.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:03 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.851450+0000 mon.smithi110 (mon.0) 632 : audit [INF] from='client.? 172.21.15.110:0/1566631444' entity='client.rgw.foo.smithi110.zxrskr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-27T23:27:04.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:03 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.853081+0000 mon.smithi116 (mon.1) 22 : audit [INF] from='client.? 172.21.15.116:0/1836222596' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-27T23:27:04.140 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:03 smithi110 conmon[35313]: audit 2024-01-27T23:27:02.855507+0000 mon.smithi110 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-27T23:27:04.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:03 smithi116 conmon[40473]: cephadm 2024-01-27T23:27:02.633783+0000 mgr.smithi110.unybfe (mgr.14180) 180 : cephadm [INF] Deploying daemon rgw.foo.smithi116.izmijj on smithi116 2024-01-27T23:27:04.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:03 smithi116 conmon[40473]: cluster 2024-01-27T23:27:02.727074+0000 mgr.smithi110.unybfe (mgr.14180) 181 : cluster [DBG] pgmap v148: 65 pgs: 9 creating+peering, 21 active+clean, 35 unknown; 358 B data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:04.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:03 smithi116 conmon[40473]: cluster 2024-01-27T23:27:02.850649+0000 mon.smithi110 (mon.0) 631 : cluster [DBG] osdmap e44: 8 total, 8 up, 8 in 2024-01-27T23:27:04.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:03 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.851450+0000 mon.smithi110 (mon.0) 632 : audit [INF] from='client.? 172.21.15.110:0/1566631444' entity='client.rgw.foo.smithi110.zxrskr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-27T23:27:04.169 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:03 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.853081+0000 mon.smithi116 (mon.1) 22 : audit [INF] from='client.? 172.21.15.116:0/1836222596' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-27T23:27:04.170 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:03 smithi116 conmon[40473]: audit 2024-01-27T23:27:02.855507+0000 mon.smithi110 (mon.0) 633 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]: dispatch 2024-01-27T23:27:04.726 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:04.726 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:05.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:04 smithi110 conmon[35313]: audit 2024-01-27T23:27:03.852282+0000 mon.smithi110 (mon.0) 634 : audit [INF] from='client.? 172.21.15.110:0/1566631444' entity='client.rgw.foo.smithi110.zxrskr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-27T23:27:05.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:04 smithi110 conmon[35313]: audit 2024-01-27T23:27:03.852437+0000 mon.smithi110 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-27T23:27:05.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:04 smithi110 conmon[35313]: cluster 2024-01-27T23:27:03.852548+0000 mon.smithi110 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-27T23:27:05.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:04 smithi116 conmon[40473]: audit 2024-01-27T23:27:03.852282+0000 mon.smithi110 (mon.0) 634 : audit [INF] from='client.? 172.21.15.110:0/1566631444' entity='client.rgw.foo.smithi110.zxrskr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-27T23:27:05.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:04 smithi116 conmon[40473]: audit 2024-01-27T23:27:05.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:04 smithi116 conmon[40473]: 2024-01-27T23:27:03.852437+0000 mon.smithi110 (mon.0) 635 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.control","app": "rgw"}]': finished 2024-01-27T23:27:05.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:04 smithi116 conmon[40473]: cluster 2024-01-27T23:27:03.852548+0000 mon.smithi110 (mon.0) 636 : cluster [DBG] osdmap e45: 8 total, 8 up, 8 in 2024-01-27T23:27:05.455 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:06.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: cluster 2024-01-27T23:27:04.727465+0000 mgr.smithi110.unybfe (mgr.14180) 182 : cluster [DBG] pgmap v151: 97 pgs: 19 creating+peering, 66 active+clean, 12 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-27T23:27:06.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.734343+0000 mgr.smithi110.unybfe (mgr.14180) 183 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: cluster 2024-01-27T23:27:04.865645+0000 mon.smithi110 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.867032+0000 mon.smithi110 (mon.0) 638 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.869544+0000 mon.smithi116 (mon.1) 23 : audit [INF] from='client.? 172.21.15.116:0/543369144' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.871786+0000 mon.smithi110 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.982666+0000 mon.smithi110 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.983913+0000 mon.smithi110 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.agukxa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.987533+0000 mon.smithi110 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.agukxa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.990990+0000 mon.smithi110 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: audit 2024-01-27T23:27:04.991596+0000 mon.smithi110 (mon.0) 644 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:27:06.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:05 smithi110 conmon[35313]: cephadm 2024-01-27T23:27:04.992206+0000 mgr.smithi110.unybfe (mgr.14180) 184 : cephadm [INF] Deploying daemon rgw.foo.smithi110.agukxa on smithi110 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: cluster 2024-01-27T23:27:04.727465+0000 mgr.smithi110.unybfe (mgr.14180) 182 : cluster [DBG] 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: pgmap v151: 97 pgs: 19 creating+peering, 66 active+clean, 12 unknown; 1.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.5 KiB/s rd, 767 B/s wr, 3 op/s 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01-27T23:27:04.734343+0000 mgr.smithi110.unybfe (mgr.14180) 183 : audit [DBG] from='client.14566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: cluster 2024-01-27T23:27:04.865645+0000 mon.smithi110 (mon.0) 637 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01-27T23:27:04.867032+0000 mon.smithi110 (mon.0) 638 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01-27T23:27:04.869544+0000 mon.smithi116 (mon.1) 23 : audit [INF] from='client.? 172.21.15.116:0/543369144' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01-27T23:27:04.871786+0000 mon.smithi110 (mon.0) 639 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]: dispatch 2024-01-27T23:27:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01-27T23:27:04.982666+0000 mon.smithi110 (mon.0) 640 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01-27T23:27:04.983913+0000 mon.smithi110 (mon.0) 641 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.agukxa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01- 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: 27T23:27:04.987533+0000 mon.smithi110 (mon.0) 642 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.foo.smithi110.agukxa", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024-01-27T23:27: 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: 04.990990+0000 mon.smithi110 (mon.0) 643 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: 01-27T23:27:04.991596+0000 mon.smithi110 (mon. 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: 0) 644 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: cephadm 2024-01 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: -27T23:27:04.992206+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:27:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:05 smithi116 conmon[40473]: 14180) 184 : cephadm [INF] Deploying daemon rgw.foo.smithi110.agukxa on smithi110 2024-01-27T23:27:06.455 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:07.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:06 smithi110 conmon[35313]: audit 2024-01-27T23:27:05.866929+0000 mon.smithi110 (mon.0) 645 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-27T23:27:07.087 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:06 smithi110 conmon[35313]: audit 2024-01-27T23:27:05.867074+0000 mon.smithi110 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-27T23:27:07.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:06 smithi110 conmon[35313]: cluster 2024-01-27T23:27:05.867219+0000 mon.smithi110 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-27T23:27:07.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:06 smithi110 conmon[35313]: audit 2024-01-27T23:27:05.876089+0000 mon.smithi110 (mon.0) 648 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-27T23:27:07.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:06 smithi110 conmon[35313]: audit 2024-01-27T23:27:05.882393+0000 mon.smithi116 (mon.1) 24 : audit [INF] from='client.? 172.21.15.116:0/543369144' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-27T23:27:07.088 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:06 smithi110 conmon[35313]: audit 2024-01-27T23:27:05.883147+0000 mon.smithi110 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-27T23:27:07.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:06 smithi116 conmon[40473]: audit 2024-01-27T23:27:05.866929+0000 mon.smithi110 (mon.0) 645 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-27T23:27:07.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:06 smithi116 conmon[40473]: audit 2024-01-27T23:27:05.867074+0000 mon.smithi110 (mon.0) 646 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool application enable","pool": "default.rgw.meta","app": "rgw"}]': finished 2024-01-27T23:27:07.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:06 smithi116 conmon[40473]: cluster 2024-01-27T23:27:05.867219+0000 mon.smithi110 (mon.0) 647 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-27T23:27:07.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:06 smithi116 conmon[40473]: audit 2024-01-27T23:27:05.876089+0000 mon.smithi110 (mon.0) 648 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-27T23:27:07.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:06 smithi116 conmon[40473]: audit 2024-01-27T23:27:05.882393+0000 mon.smithi116 (mon.1) 24 : audit [INF] from='client.? 172.21.15.116:0/543369144' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-27T23:27:07.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:06 smithi116 conmon[40473]: audit 2024-01-27T23:27:05.883147+0000 mon.smithi110 (mon.0) 649 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd=[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-27T23:27:08.266 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:07 smithi116 conmon[40473]: cluster 2024-01-27T23:27:06.727807+0000 mgr.smithi110.unybfe (mgr.14180) 185 : cluster [DBG] pgmap v154: 129 pgs: 24 creating+peering, 74 active+clean, 31 unknown; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.0 KiB/s wr, 51 op/s 2024-01-27T23:27:08.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:07 smithi116 conmon[40473]: 2024-01-27T23:27:08.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:07 smithi116 conmon[40473]: audit 2024-01-27T23:27:06.877767+0000 mon.smithi110 (mon.0) 650 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-27T23:27:08.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:07 smithi116 conmon[40473]: audit 2024-01-27T23:27:06.877825+0000 mon.smithi110 (mon.0) 651 : audit 2024-01-27T23:27:08.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:07 smithi116 conmon[40473]: [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-27T23:27:08.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:07 smithi116 conmon[40473]: cluster 2024-01-27T23:27:06.877887+0000 mon.smithi110 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-27T23:27:08.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:07 smithi110 conmon[35313]: cluster 2024-01-27T23:27:06.727807+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:27:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:07 smithi110 conmon[35313]: ) 185 : cluster [DBG] pgmap v154: 129 pgs: 24 creating+peering, 74 active+clean, 31 unknown; 2.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 23 KiB/s rd, 3.0 KiB/s wr, 51 op/s 2024-01-27T23:27:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:07 smithi110 conmon[35313]: audit 2024-01-27T23:27:06.877767+0000 mon.smithi110 (mon.0) 650 : audit [INF] from='client.? 172.21.15.110:0/848115878' entity='client.rgw.foo.smithi110.zxrskr' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-27T23:27:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:07 smithi110 conmon[35313]: audit 2024-01-27T23:27:06.877825+0000 mon.smithi110 (mon.0) 651 : audit [INF] from='client.? ' entity='client.rgw.foo.smithi116.kuuhye' cmd='[{"prefix": "osd pool set", "pool": "default.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-27T23:27:08.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:07 smithi110 conmon[35313]: cluster 2024-01-27T23:27:06.877887+0000 mon.smithi110 (mon.0) 652 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-27T23:27:08.905 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:08.906 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:09.703 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:10.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:09 smithi116 conmon[40473]: audit 2024-01-27T23:27:08.704559+0000 mon.smithi110 (mon.0) 653 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:10.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:09 smithi116 conmon[40473]: audit 2024-01-27T23:27: 2024-01-27T23:27:10.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:09 smithi116 conmon[40473]: 08.710332+0000 mon.smithi110 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:10.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:09 smithi116 conmon[40473]: cephadm 2024-01-27T23:27:08.718982+0000 mgr.smithi110.unybfe (mgr.14180) 186 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.gxycwx on smithi116 2024-01-27T23:27:10.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:09 smithi116 conmon[40473]: cluster 2024-01-27T23:27:08.728535+0000 mgr.smithi110.unybfe (mgr.14180) 187 : cluster [DBG] pgmap v156: 129 pgs: 12 creating+peering, 108 active+clean, 9 unknown; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 KiB/s rd, 5.7 KiB/s wr, 318 op/s 2024-01-27T23:27:10.017 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:09 smithi116 conmon[40473]: audit 2024-01-27T23:27:08.913461+0000 mgr.smithi110.unybfe (mgr.14180) 188 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:10.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: audit 2024-01-27T23:27:08.704559+0000 mon.smithi110 (mon.0) 653 : audit 2024-01-27T23:27:10.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: audit 2024-01-27T23:27:08.710332+0000 mon.smithi110 (mon.0) 654 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: cephadm 2024 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: -01-27T23:27:08.718982+0000 mgr.smithi110.unybfe (mgr.14180) 186 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.gxycwx on smithi116 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: cluster 2024-01-27 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: T23:27:08.728535+0000 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 187 : cluster 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: [DBG] pgmap v156: 129 pgs: 12 creating+peering, 108 active+clean, 9 unknown; 4.2 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 171 KiB/s rd, 5.7 KiB/s wr, 318 op/s 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: audit 2024 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: -01-27T23:27:08 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: .913461+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:27:10.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:09 smithi110 conmon[35313]: 188 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:10.704 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:12.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:11 smithi110 conmon[35313]: cluster 2024-01-27T23:27:10.729074+0000 mgr.smithi110.unybfe (mgr.14180) 189 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 301 KiB/s rd, 5.7 KiB/s wr, 533 op/s 2024-01-27T23:27:12.169 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:11 smithi110 conmon[35313]: audit 2024-01-27T23:27:10.879262+0000 mon.smithi110 (mon.0) 655 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:12.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:11 smithi116 conmon[40473]: cluster 2024-01-27T23:27:10.729074+0000 mgr.smithi110.unybfe (mgr.14180) 189 : cluster [DBG] pgmap v157: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 301 KiB/s rd, 5.7 KiB/s wr, 533 op/s 2024-01-27T23:27:12.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:11 smithi116 conmon[40473]: audit 2024-01-27T23:27:10.879262+0000 mon.smithi110 (mon.0) 2024-01-27T23:27:12.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:11 smithi116 conmon[40473]: 655 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:12.511 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:12.512 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:13.167 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:14.168 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:14.199 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:13 smithi110 conmon[35313]: audit 2024-01-27T23:27:12.520497+0000 mgr.smithi110.unybfe ( 2024-01-27T23:27:14.199 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:13 smithi110 conmon[35313]: mgr.14180) 190 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:14.199 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:13 smithi110 conmon[35313]: cluster 2024-01-27T23:27:12.729508+0000 mgr.smithi110.unybfe (mgr.14180) 191 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 261 KiB/s rd, 4.3 KiB/s wr, 457 op/s 2024-01-27T23:27:14.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:13 smithi116 conmon[40473]: audit 2024-01-27T23:27:12.520497+0000 mgr.smithi110.unybfe (mgr.14180) 190 : audit [DBG] from='client.14592 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:14.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:13 smithi116 conmon[40473]: 2024-01-27T23:27:14.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:13 smithi116 conmon[40473]: cluster 2024-01-27T23:27:12.729508+0000 mgr.smithi110.unybfe (mgr.14180) 191 : cluster [DBG] pgmap v158: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 261 KiB/s rd, 4.3 KiB/s wr, 457 op/s 2024-01-27T23:27:16.030 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:16.030 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:16.059 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:15 smithi110 conmon[35313]: cluster 2024-01-27T23:27:14.730006+0000 mgr.smithi110.unybfe (mgr.14180) 192 : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 KiB/s rd, 2.8 KiB/s wr, 418 op/s 2024-01-27T23:27:16.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:15 smithi116 conmon[40473]: cluster 2024-01-27T23:27:14.730006+0000 mgr.smithi110.unybfe (mgr.14180) 192 2024-01-27T23:27:16.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:15 smithi116 conmon[40473]: : cluster [DBG] pgmap v159: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 245 KiB/s rd, 2.8 KiB/s wr, 418 op/s 2024-01-27T23:27:16.675 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:17.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:16 smithi110 conmon[35313]: audit 2024-01-27T23:27:15.884427+0000 mon.smithi110 ( 2024-01-27T23:27:17.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:16 smithi110 conmon[35313]: mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:17.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:16 smithi110 conmon[35313]: audit 2024-01-27T23:27:16.038361+0000 mgr.smithi110.unybfe (mgr.14180) 193 : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:17.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:16 smithi116 conmon[40473]: audit 2024-01-27T23:27:15.884427+0000 mon.smithi110 (mon.0) 656 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:27:17.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:16 smithi116 conmon[40473]: audit 2024-01-27T23:27:16.038361+0000 mgr.smithi110.unybfe (mgr.14180) 193 2024-01-27T23:27:17.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:16 smithi116 conmon[40473]: : audit [DBG] from='client.14596 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:17.676 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:18.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:17 smithi110 conmon[35313]: cluster 2024-01-27T23:27:16.730688+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:27:18.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:17 smithi110 conmon[35313]: .14180) 194 : cluster [DBG] pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 KiB/s rd, 2.5 KiB/s wr, 371 op/s 2024-01-27T23:27:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:17 smithi116 conmon[40473]: cluster 2024-01-27T23:27:16.730688+0000 mgr.smithi110.unybfe (mgr.14180) 194 : cluster [DBG] 2024-01-27T23:27:18.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:17 smithi116 conmon[40473]: pgmap v160: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 217 KiB/s rd, 2.5 KiB/s wr, 371 op/s 2024-01-27T23:27:19.543 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:19.543 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:20.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:19 smithi110 conmon[35313]: cluster 2024-01-27T23:27:18.731395+0000 mgr.smithi110.unybfe (mgr.14180) 195 : cluster [DBG] 2024-01-27T23:27:20.177 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:19 smithi110 conmon[35313]: pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 KiB/s rd, 2.1 KiB/s wr, 313 op/s 2024-01-27T23:27:20.191 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:20.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:19 smithi116 conmon[40473]: cluster 2024-01-27T23:27:18.731395+0000 mgr.smithi110.unybfe (mgr.14180) 195 : cluster [DBG] pgmap v161: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 183 KiB/s rd, 2.1 KiB/s wr, 313 op/s 2024-01-27T23:27:21.192 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:21.226 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:20 smithi110 conmon[35313]: audit 2024-01-27T23:27:19.551057+0000 mgr.smithi110.unybfe (mgr.14180) 196 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:21.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:20 smithi116 conmon[40473]: audit 2024-01-27T23:27:19.551057+0000 mgr.smithi110.unybfe (mgr.14180) 196 : audit [DBG] from='client.14600 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:22.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:21 smithi116 conmon[40473]: cluster 2024-01-27T23:27:20.731908+0000 mgr.smithi110.unybfe (mgr.14180) 197 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 KiB/s rd, 597 B/s wr, 196 op/s 2024-01-27T23:27:22.340 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:21 smithi110 conmon[35313]: cluster 2024-01-27T23:27:20.731908+0000 mgr.smithi110.unybfe (mgr.14180) 197 : cluster [DBG] pgmap v162: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 119 KiB/s rd, 597 B/s wr, 196 op/s 2024-01-27T23:27:23.038 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:23.038 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:23.675 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:24.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:23 smithi110 conmon[35313]: cluster 2024-01-27T23:27:22.732316+0000 mgr.smithi110.unybfe (mgr.14180) 198 : cluster [DBG] 2024-01-27T23:27:24.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:23 smithi110 conmon[35313]: pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 58 op/s 2024-01-27T23:27:24.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:23 smithi110 conmon[35313]: audit 2024-01-27T23:27:23.046698+0000 mgr.smithi110.unybfe (mgr.14180) 199 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:24.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:23 smithi116 conmon[40473]: cluster 2024-01-27T23:27:22.732316+0000 mgr.smithi110.unybfe (mgr.14180) 198 : cluster [DBG] pgmap v163: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 58 op/s 2024-01-27T23:27:24.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:23 smithi116 conmon[40473]: audit 2024-01-27T23:27:23.046698+0000 mgr.smithi110.unybfe (mgr.14180) 199 : audit [DBG] from='client.14604 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:24.676 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:26.151 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:25 smithi110 conmon[35313]: cluster 2024-01-27T23:27:24.733030+0000 mgr.smithi110.unybfe (mgr.14180) 200 : cluster [DBG] pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 25 op/s 2024-01-27T23:27:26.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:25 smithi116 conmon[40473]: cluster 2024-01-27T23:27:24.733030+0000 mgr.smithi110.unybfe (mgr.14180) 200 : cluster [DBG] 2024-01-27T23:27:26.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:25 smithi116 conmon[40473]: pgmap v164: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 25 op/s 2024-01-27T23:27:26.517 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:26.517 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:27.115 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:28.115 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:28.159 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:27 smithi110 conmon[35313]: audit 2024-01-27T23:27:26.525257+0000 mgr.smithi110.unybfe (mgr.14180) 201 : audit [DBG] from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:28.160 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:27 smithi110 conmon[35313]: cluster 2024-01-27T23:27:26.733682+0000 mgr.smithi110.unybfe (mgr.14180) 202 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:28.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:27 smithi116 conmon[40473]: audit 2024-01-27T23:27:26.525257+0000 mgr.smithi110.unybfe (mgr.14180) 201 : audit [DBG] 2024-01-27T23:27:28.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:27 smithi116 conmon[40473]: from='client.14608 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:28.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:27 smithi116 conmon[40473]: cluster 2024-01-27T23:27:26.733682+0000 mgr.smithi110.unybfe (mgr.14180) 202 : cluster [DBG] pgmap v165: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:29.993 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:29.994 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:30.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:29 smithi116 conmon[40473]: cluster 2024-01-27T23:27:28.734168+0000 mgr.smithi110.unybfe (mgr.14180) 203 : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:30.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:29 smithi110 conmon[35313]: cluster 2024-01-27T23:27:28.734168+0000 mgr.smithi110.unybfe (mgr.14180) 203 2024-01-27T23:27:30.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:29 smithi110 conmon[35313]: : cluster [DBG] pgmap v166: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:30.549 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:31.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:30 smithi116 conmon[40473]: audit 2024-01-27T23:27:30.001766+0000 mgr.smithi110.unybfe (mgr.14180) 204 : 2024-01-27T23:27:31.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:30 smithi116 conmon[40473]: audit [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:31.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:30 smithi110 conmon[35313]: audit 2024-01-27T23:27:30.001766+0000 mgr.smithi110.unybfe (mgr.14180) 204 : audit 2024-01-27T23:27:31.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:30 smithi110 conmon[35313]: [DBG] from='client.14612 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:31.549 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:32.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:31 smithi116 conmon[40473]: cluster 2024-01-27T23:27:30.734678+0000 mgr.smithi110.unybfe (mgr.14180) 205 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:32.308 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:31 smithi110 conmon[35313]: cluster 2024-01-27T23:27:30.734678+0000 mgr.smithi110.unybfe (mgr.14180) 205 : cluster [DBG] pgmap v167: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:33.329 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:33.329 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:33.998 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:34.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:33 smithi116 conmon[40473]: cluster 2024-01-27T23:27:32.735073+0000 mgr.smithi110.unybfe (mgr.14180) 206 : cluster [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:34.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:33 smithi116 conmon[40473]: audit 2024-01-27T23:27:33.337731+0000 mgr.smithi110.unybfe (mgr.14180) 207 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:34.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:33 smithi110 conmon[35313]: cluster 2024-01-27T23:27:32.735073+0000 mgr.smithi110.unybfe (mgr.14180) 206 : cluster 2024-01-27T23:27:34.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:33 smithi110 conmon[35313]: [DBG] pgmap v168: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:34.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:33 smithi110 conmon[35313]: audit 2024-01-27T23:27:33.337731+0000 mgr.smithi110.unybfe (mgr.14180) 207 : audit [DBG] from='client.14616 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:34.999 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:36.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:35 smithi110 conmon[35313]: cluster 2024-01-27T23:27:34.735680+0000 mgr.smithi110.unybfe (mgr.14180) 208 : cluster [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:35 smithi116 conmon[40473]: cluster 2024-01-27T23:27:34.735680+0000 mgr.smithi110.unybfe (mgr.14180) 208 : cluster 2024-01-27T23:27:36.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:35 smithi116 conmon[40473]: [DBG] pgmap v169: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:36.948 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:36.948 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:37.590 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:37 smithi116 conmon[40473]: cluster 2024-01-27T23:27:36.736067+0000 mgr.smithi110.unybfe (mgr.14180) 209 : cluster [DBG] 2024-01-27T23:27:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:37 smithi116 conmon[40473]: pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:38.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:37 smithi116 conmon[40473]: audit 2024-01-27T23:27:36.956256+0000 mgr.smithi110.unybfe (mgr.14180) 210 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:38.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:37 smithi110 conmon[35313]: cluster 2024-01-27T23:27:36.736067+0000 mgr.smithi110.unybfe (mgr.14180) 209 : cluster [DBG] 2024-01-27T23:27:38.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:37 smithi110 conmon[35313]: pgmap v170: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:38.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:37 smithi110 conmon[35313]: audit 2024-01-27T23:27:36.956256+0000 mgr.smithi110.unybfe (mgr.14180) 210 : audit [DBG] from='client.14620 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:38.591 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:40.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:39 smithi110 conmon[35313]: cluster 2024-01-27T23:27:38.736575+0000 mgr.smithi110.unybfe (mgr.14180) 211 : cluster [DBG] 2024-01-27T23:27:40.045 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:39 smithi110 conmon[35313]: pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:40.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:39 smithi116 conmon[40473]: cluster 2024-01-27T23:27:38.736575+0000 mgr.smithi110.unybfe (mgr.14180) 211 : cluster [DBG] pgmap v171: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:40.386 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:40.386 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:40.998 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:41.999 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:41 smithi116 conmon[40473]: audit 2024-01-27T23:27:40.394112+0000 mgr.smithi110.unybfe (mgr.14180) 212 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:42.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:41 smithi116 conmon[40473]: cluster 2024-01-27T23:27:40.737022+0000 mgr.smithi110.unybfe (mgr.14180) 213 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:41 smithi110 conmon[35313]: audit 2024-01-27T23:27:40.394112+0000 mgr.smithi110.unybfe (mgr.14180) 212 : audit [DBG] from='client.14624 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:41 smithi110 conmon[35313]: cluster 2024-01-27T 2024-01-27T23:27:42.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:41 smithi110 conmon[35313]: 23:27:40.737022+0000 mgr.smithi110.unybfe (mgr.14180) 213 : cluster [DBG] pgmap v172: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:43.783 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:43.784 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:44.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:43 smithi110 conmon[35313]: cluster 2024-01-27T23:27:42.737421+0000 mgr.smithi110.unybfe (mgr.14180) 214 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:44.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:43 smithi116 conmon[40473]: cluster 2024-01-27T23:27:42.737421+0000 mgr.smithi110.unybfe (mgr.14180) 214 : cluster [DBG] pgmap v173: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:44.430 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:45.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:44 smithi116 conmon[40473]: audit 2024-01-27T23:27:43.790620+0000 mgr.smithi110.unybfe (mgr.14180) 215 : audit [DBG] 2024-01-27T23:27:45.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:44 smithi116 conmon[40473]: from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:45.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:44 smithi110 conmon[35313]: audit 2024-01-27T23:27:43.790620+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:27:45.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:44 smithi110 conmon[35313]: 215 : audit [DBG] from='client.14628 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:45.432 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:46.231 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:45 smithi110 conmon[35313]: cluster 2024-01-27T23:27:44.738198+0000 mgr.smithi110.unybfe (mgr.14180) 216 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:46.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:45 smithi116 conmon[40473]: cluster 2024-01-27T23:27:44.738198+0000 mgr.smithi110.unybfe (mgr.14180) 216 : cluster [DBG] pgmap v174: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:46.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:45 smithi116 conmon[40473]: 2024-01-27T23:27:47.280 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:47.280 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:47.888 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:48.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:47 smithi116 conmon[40473]: cluster 2024-01-27T23:27:46.738556+0000 mgr.smithi110.unybfe (mgr.14180) 217 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:48.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:47 smithi116 conmon[40473]: audit 2024-01- 2024-01-27T23:27:48.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:47 smithi116 conmon[40473]: 27T23:27:47.287680+0000 mgr.smithi110.unybfe (mgr.14180) 218 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:48.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:47 smithi110 conmon[35313]: cluster 2024-01-27T23:27:46.738556+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:27:48.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:47 smithi110 conmon[35313]: 14180) 217 : cluster [DBG] pgmap v175: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:48.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:47 smithi110 conmon[35313]: audit 2024-01-27T23:27:47.287680+0000 mgr.smithi110.unybfe (mgr.14180) 218 : audit [DBG] from='client.14632 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:48.888 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:50.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:49 smithi110 conmon[35313]: cluster 2024-01-27T23:27:48.739338+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:27:50.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:49 smithi110 conmon[35313]: 219 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:49 smithi116 conmon[40473]: cluster 2024-01-27T23:27:48.739338+0000 mgr.smithi110.unybfe (mgr.14180) 219 : cluster [DBG] pgmap v176: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:50.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:49 smithi116 conmon[40473]: 2024-01-27T23:27:50.832 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:50.832 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:51.489 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:52.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:51 smithi116 conmon[40473]: cluster 2024-01-27T23:27:50.739800+0000 mgr.smithi110.unybfe (mgr.14180) 220 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:52.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:51 smithi116 conmon[40473]: audit 2024-01-27T23:27:50.839893+0000 mgr.smithi110.unybfe (mgr.14180) 221 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:52.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:51 smithi110 conmon[35313]: cluster 2024-01-27T23:27:50.739800+0000 mgr.smithi110.unybfe (mgr.14180) 220 : cluster [DBG] pgmap v177: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:52.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:51 smithi110 conmon[35313]: 2024-01-27T23:27:52.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:51 smithi110 conmon[35313]: audit 2024-01-27T23:27:50.839893+0000 mgr.smithi110.unybfe (mgr.14180) 221 : audit [DBG] from='client.14636 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:52.490 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:54.006 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:53 smithi110 conmon[35313]: cluster 2024-01-27T23:27:52.740400+0000 mgr.smithi110.unybfe (mgr.14180) 222 : cluster [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:54.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:53 smithi116 conmon[40473]: cluster 2024-01-27T23:27:52.740400+0000 mgr.smithi110.unybfe (mgr.14180) 222 : cluster 2024-01-27T23:27:54.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:53 smithi116 conmon[40473]: [DBG] pgmap v178: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:54.383 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:54.383 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:55.004 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:56.005 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:27:56.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:55 smithi116 conmon[40473]: audit 2024-01-27T23:27:54.390959+0000 mgr.smithi110.unybfe (mgr.14180) 223 : audit 2024-01-27T23:27:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:55 smithi116 conmon[40473]: [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:56.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:55 smithi116 conmon[40473]: cluster 2024-01-27T23:27:54.741143+0000 mgr.smithi110.unybfe (mgr.14180) 224 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:56.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:55 smithi110 conmon[35313]: audit 2024-01-27T23:27:54.390959+0000 mgr.smithi110.unybfe 2024-01-27T23:27:56.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:55 smithi110 conmon[35313]: (mgr.14180) 223 : audit [DBG] from='client.14640 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:56.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:55 smithi110 conmon[35313]: cluster 2024-01-27T23:27:54.741143+0000 mgr.smithi110.unybfe (mgr.14180) 224 : cluster [DBG] pgmap v179: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:57.900 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:27:57.900 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:27:58.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:57 smithi116 conmon[40473]: cluster 2024-01-27T23:27:56.741582+0000 mgr.smithi110.unybfe (mgr.14180) 225 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:58.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:57 smithi110 conmon[35313]: cluster 2024-01-27T23:27:56.741582+0000 mgr.smithi110.unybfe (mgr.14180) 225 : cluster [DBG] pgmap v180: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:27:58.487 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:27:59.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:58 smithi116 conmon[40473]: audit 2024-01-27T23:27:57.907979+0000 mgr.smithi110.unybfe (mgr.14180) 226 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:59.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:58 smithi110 conmon[35313]: audit 2024-01-27T23:27:57.907979+0000 mgr.smithi110.unybfe (mgr.14180) 226 : audit [DBG] from='client.14644 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:27:59.488 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:00.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:27:59 smithi116 conmon[40473]: cluster 2024-01-27T23:27:58.742133+0000 mgr.smithi110.unybfe (mgr.14180) 227 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:00.296 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:27:59 smithi110 conmon[35313]: cluster 2024-01-27T23:27:58.742133+0000 mgr.smithi110.unybfe (mgr.14180) 227 : cluster [DBG] pgmap v181: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:01.273 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:01.273 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:01.854 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:01 smithi110 conmon[35313]: cluster 2024-01-27T23:28:00.742648+0000 mgr.smithi110.unybfe (mgr.14180) 228 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:01 smithi110 conmon[35313]: 2024-01-27T23:28:02.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:01 smithi110 conmon[35313]: audit 2024-01-27T23:28:01.279771+0000 mgr.smithi110.unybfe (mgr.14180) 229 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:02.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:01 smithi116 conmon[40473]: cluster 2024-01-27T23:28:00.742648+0000 mgr.smithi110.unybfe (mgr.14180) 228 : cluster [DBG] pgmap v182: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:02.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:01 smithi116 conmon[40473]: audit 2024-01-27T23:28:01.279771+0000 mgr.smithi110.unybfe (mgr.14180) 229 : audit [DBG] from='client.14648 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:02.855 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:04.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:03 smithi116 conmon[40473]: cluster 2024-01-27T23:28:02.743159+0000 mgr.smithi110.unybfe (mgr.14180) 230 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:04.272 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:03 smithi110 conmon[35313]: cluster 2024-01-27T23:28:02.743159+0000 mgr.smithi110.unybfe (mgr.14180) 230 : cluster [DBG] pgmap v183: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:04.642 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:04.643 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:05.222 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:06.224 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:06.258 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:05 smithi110 conmon[35313]: audit 2024-01-27T23:28:04.650161+0000 mgr.smithi110.unybfe (mgr.14180) 231 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:06.258 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:05 smithi110 conmon[35313]: cluster 2024-01-27T23:28:04.743717+0000 mgr.smithi110.unybfe (mgr.14180) 232 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:06.267 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:05 smithi116 conmon[40473]: audit 2024-01-27T23:28:04.650161+0000 mgr.smithi110.unybfe (mgr.14180) 231 : audit [DBG] from='client.14652 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:06.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:05 smithi116 conmon[40473]: cluster 2024-01-27T23:28:04.743717+0000 mgr.smithi110.unybfe (mgr.14180) 232 : cluster [DBG] pgmap v184: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:08.055 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:08.055 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:08.254 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:07 smithi110 conmon[35313]: cluster 2024-01-27T23:28:06.744125+0000 mgr.smithi110.unybfe (mgr.14180) 233 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:08.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:07 smithi116 conmon[40473]: cluster 2024-01-27T23:28:06.744125+0000 mgr.smithi110.unybfe (mgr.14180) 233 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:08.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:07 smithi116 conmon[40473]: 2024-01-27T23:28:08.695 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:09.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:08 smithi116 conmon[40473]: audit 2024-01-27T23:28:08.062194+0000 mgr.smithi110.unybfe (mgr.14180) 234 : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:09.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:08 smithi116 conmon[40473]: 2024-01-27T23:28:09.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:08 smithi110 conmon[35313]: audit 2024-01-27T23:28:08.062194+0000 mgr.smithi110.unybfe (mgr.14180) 234 2024-01-27T23:28:09.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:08 smithi110 conmon[35313]: : audit [DBG] from='client.14656 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:09.696 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:10.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:09 smithi116 conmon[40473]: cluster 2024-01-27T23:28:08.744843+0000 mgr.smithi110.unybfe (mgr.14180) 235 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:10.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:09 smithi110 conmon[35313]: cluster 2024-01-27T23:28:08.744843+0000 mgr.smithi110.unybfe (mgr.14180) 235 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:11.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:10 smithi116 conmon[40473]: audit 2024-01-27T23:28:10.714060+0000 mon.smithi110 (mon.0) 657 : audit 2024-01-27T23:28:11.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:10 smithi116 conmon[40473]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-01-27T23:28:11.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:10 smithi110 conmon[35313]: audit 2024-01-27T23:28:10.714060+0000 mon.smithi110 (mon 2024-01-27T23:28:11.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:10 smithi110 conmon[35313]: .0) 657 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]: dispatch 2024-01-27T23:28:11.510 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:11.510 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:12.094 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:12.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:11 smithi116 conmon[40473]: cluster 2024-01-27T23:28:10.745375+0000 mgr.smithi110.unybfe (mgr.14180) 236 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:12.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:11 smithi116 conmon[40473]: audit 2024-01-27T23:28:10.999719+0000 mon.smithi110 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-01-27T23:28:12.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:11 smithi116 conmon[40473]: cluster 2024-01-27T23:28:10.999783+0000 mon.smithi110 (mon.0) 659 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-27T23:28:12.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:11 smithi110 conmon[35313]: cluster 2024-01-27T23:28:10.745375+0000 mgr.smithi110.unybfe (mgr.14180) 236 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:12.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:11 smithi110 conmon[35313]: audit 2024-01-27T23:28:10. 2024-01-27T23:28:12.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:11 smithi110 conmon[35313]: 999719+0000 mon.smithi110 (mon.0) 658 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd='[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "5.12", "id": [4, 0]}]': finished 2024-01-27T23:28:12.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:11 smithi110 conmon[35313]: cluster 2024-01-27T23:28:10.999783+0000 mon.smithi110 (mon.0) 659 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-27T23:28:13.095 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:13.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:13 smithi116 conmon[40473]: audit 2024-01-27T23:28:11.517563+0000 mgr.smithi110.unybfe (mgr.14180) 237 : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:13.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:13 smithi116 conmon[40473]: cluster 2024-01-27T23:28:12.003683+0000 mon.smithi110 (mon.0) 660 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-27T23:28:13.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:13 smithi110 conmon[35313]: audit 2024-01-27T23:28:11.517563+0000 mgr.smithi110.unybfe (mgr.14180) 237 2024-01-27T23:28:13.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:13 smithi110 conmon[35313]: : audit [DBG] from='client.14660 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:13.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:13 smithi110 conmon[35313]: cluster 2024-01-27T23:28:12.003683+0000 mon.smithi110 (mon.0) 660 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-27T23:28:14.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:14 smithi110 conmon[35313]: cluster 2024-01-27T23:28:12.745997+0000 mgr.smithi110.unybfe (mgr.14180) 238 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:14.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:14 smithi116 conmon[40473]: cluster 2024-01-27T23:28:12.745997+0000 mgr.smithi110.unybfe (mgr.14180) 238 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:14.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:14 smithi116 conmon[40473]: 2024-01-27T23:28:14.841 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:14.841 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:15.478 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:16.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:16 smithi116 conmon[40473]: cluster 2024-01-27T23:28:14.746529+0000 mgr.smithi110.unybfe (mgr.14180) 239 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:16.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:16 smithi116 conmon[40473]: audit 2024-01-27T23:28:14.848921+0000 mgr.smithi110.unybfe (mgr.14180) 240 : 2024-01-27T23:28:16.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:16 smithi116 conmon[40473]: audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:16.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:16 smithi110 conmon[35313]: cluster 2024-01-27T23:28:14.746529+0000 mgr.smithi110.unybfe (mgr.14180) 239 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:16.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:16 smithi110 conmon[35313]: audit 2024-01-27T23:28:14.848921+0000 mgr.smithi110.unybfe (mgr.14180) 240 : audit [DBG] from='client.14664 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:16.479 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:18.264 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:18.265 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:18.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:18 smithi116 conmon[40473]: cluster 2024-01-27T23:28:16.746843+0000 mgr.smithi110.unybfe (mgr.14180) 241 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:18.288 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:18 smithi110 conmon[35313]: cluster 2024-01-27T23:28:16.746843+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:28:18.288 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:18 smithi110 conmon[35313]: 241 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:18.875 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:19.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:19 smithi116 conmon[40473]: audit 2024-01-27T23:28:18.271734+0000 mgr.smithi110.unybfe (mgr.14180) 242 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:19.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:19 smithi110 conmon[35313]: audit 2024-01-27T23:28:18.271734+0000 mgr.smithi110.unybfe (mgr.14180) 242 : audit [DBG] from='client.14668 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:19.876 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:20.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:20 smithi116 conmon[40473]: cluster 2024-01-27T23:28:18.747518+0000 mgr.smithi110.unybfe (mgr.14180) 243 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:20.319 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:20 smithi110 conmon[35313]: cluster 2024-01-27T23:28:18.747518 2024-01-27T23:28:20.320 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:20 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 243 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:21.760 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:21.760 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:22.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:22 smithi110 conmon[35313]: cluster 2024-01-27T23:28:20.747963+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:28:22.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:22 smithi110 conmon[35313]: ) 244 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:22.268 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:22 smithi116 conmon[40473]: cluster 2024-01-27T23:28:20.747963+0000 mgr.smithi110.unybfe (mgr.14180) 244 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:22.325 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:23.326 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:23.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:23 smithi110 conmon[35313]: audit 2024-01-27T23:28:21.767037+0000 mgr.smithi110.unybfe (mgr.14180) 245 2024-01-27T23:28:23.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:23 smithi110 conmon[35313]: : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:23.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:23 smithi116 conmon[40473]: audit 2024-01-27T23:28:21.767037+0000 mgr.smithi110.unybfe (mgr.14180) 245 : audit [DBG] from='client.14672 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:24.085 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:24 smithi110 conmon[35313]: cluster 2024-01-27T23:28:22.748430+0000 mgr.smithi110.unybfe (mgr.14180) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:24.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:24 smithi116 conmon[40473]: cluster 2024-01-27T23:28:22.748430+0000 mgr.smithi110.unybfe (mgr.14180) 246 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:25.083 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:25.083 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:25.642 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:26.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:26 smithi110 conmon[35313]: cluster 2024-01-27T23:28:24.748929+0000 mgr.smithi110.unybfe (mgr.14180) 247 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:26.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:26 smithi110 conmon[35313]: audit 2024-01-27T23:28:25.090208+0000 mgr.smithi110.unybfe (mgr.14180) 248 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:26 smithi116 conmon[40473]: cluster 2024-01-27T23:28:24.748929+0000 mgr.smithi110.unybfe (mgr.14180) 247 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:26.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:26 smithi116 conmon[40473]: audit 2024-01-27T23:28:25.090208+0000 mgr.smithi110.unybfe (mgr.14180) 248 : audit [DBG] from='client.14676 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:26.643 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:28.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:28 smithi110 conmon[35313]: cluster 2024-01-27T23:28:26.749342+0000 mgr.smithi110.unybfe (mgr.14180) 249 : 2024-01-27T23:28:28.178 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:28 smithi110 conmon[35313]: cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:28.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:28 smithi116 conmon[40473]: cluster 2024-01-27T23:28:26.749342+0000 mgr.smithi110.unybfe (mgr.14180) 249 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:28.530 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:28.530 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:29.117 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:30.118 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:30.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:30 smithi110 conmon[35313]: audit 2024-01-27T23:28:28.537159+0000 mgr.smithi110.unybfe (mgr.14180) 250 : audit [DBG] 2024-01-27T23:28:30.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:30 smithi110 conmon[35313]: from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:30.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:30 smithi110 conmon[35313]: cluster 2024-01-27T23:28:28.749943+0000 mgr.smithi110.unybfe (mgr.14180) 251 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:30 smithi116 conmon[40473]: audit 2024-01-27T23:28:28.537159+0000 mgr.smithi110.unybfe (mgr.14180) 250 : audit [DBG] from='client.14680 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:30.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:30 smithi116 conmon[40473]: cluster 2024-01-27T23:28:28.749943+0000 mgr.smithi110.unybfe (mgr.14180) 251 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:31.883 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:31.883 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:32.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:32 smithi110 conmon[35313]: cluster 2024-01-27T23:28:30.750409+0000 mgr.smithi110.unybfe (mgr.14180) 252 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:32.517 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:32.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:32 smithi116 conmon[40473]: cluster 2024-01-27T23:28:30.750409+0000 mgr.smithi110.unybfe (mgr.14180) 252 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:33.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:33 smithi110 conmon[35313]: audit 2024-01-27T23:28:31.890165+0000 mgr.smithi110.unybfe (mgr.14180) 253 : audit 2024-01-27T23:28:33.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:33 smithi110 conmon[35313]: [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:33.518 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:33.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:33 smithi116 conmon[40473]: audit 2024-01-27T23:28:31.890165+0000 mgr.smithi110.unybfe (mgr.14180) 253 : audit [DBG] from='client.14684 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:34.317 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:34 smithi110 conmon[35313]: cluster 2024-01-27T23:28:32.750858+0000 mgr.smithi110.unybfe (mgr.14180) 254 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:34.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:34 smithi116 conmon[40473]: cluster 2024-01-27T23:28:32.750858+0000 mgr.smithi110.unybfe (mgr.14180) 254 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:35.335 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:35.335 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:35.949 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:36.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:36 smithi110 conmon[35313]: cluster 2024-01-27T23:28:34.751371+0000 mgr.smithi110.unybfe (mgr.14180) 255 2024-01-27T23:28:36.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:36 smithi110 conmon[35313]: : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:36.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:36 smithi110 conmon[35313]: audit 2024-01-27T23:28:35.341924+0000 mgr.smithi110.unybfe (mgr.14180) 256 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:36.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:36 smithi116 conmon[40473]: cluster 2024-01-27T23:28:34.751371+0000 mgr.smithi110.unybfe (mgr.14180) 255 : cluster [DBG] 2024-01-27T23:28:36.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:36 smithi116 conmon[40473]: pgmap v201: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:36.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:36 smithi116 conmon[40473]: audit 2024-01-27T23:28:35.341924+0000 mgr.smithi110.unybfe (mgr.14180) 256 : audit [DBG] from='client.14688 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:36.950 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:38.092 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:38 smithi110 conmon[35313]: cluster 2024-01-27T23:28:36.751807+0000 mgr.smithi110.unybfe (mgr.14180) 257 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:38.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:38 smithi116 conmon[40473]: cluster 2024-01-27T23:28:36.751807+0000 mgr.smithi110.unybfe (mgr.14180) 257 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:38.863 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:38.863 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:39.507 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:40.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:40 smithi110 conmon[35313]: cluster 2024-01-27T23:28:38.752331+0000 mgr.smithi110.unybfe (mgr.14180) 258 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:40.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:40 smithi110 conmon[35313]: audit 2024-01-27T23:28 2024-01-27T23:28:40.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:40 smithi110 conmon[35313]: :38.870667+0000 mgr.smithi110.unybfe (mgr.14180) 259 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:40.508 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:40.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:40 smithi116 conmon[40473]: cluster 2024-01-27T23:28:38.752331+0000 mgr.smithi110.unybfe (mgr.14180) 258 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:40.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:40 smithi116 conmon[40473]: audit 2024-01-27T23:28:40.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:40 smithi116 conmon[40473]: 2024-01-27T23:28:38.870667+0000 mgr.smithi110.unybfe (mgr.14180) 259 : audit [DBG] from='client.14692 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:42.324 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:42.325 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:42.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:42 smithi110 conmon[35313]: cluster 2024-01-27T23:28:40.752916+0000 mgr.smithi110.unybfe (mgr.14180) 260 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:42.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:42 smithi116 conmon[40473]: cluster 2024-01-27T23:28:40.752916+0000 mgr.smithi110.unybfe (mgr.14180) 260 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:42.924 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:43.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:43 smithi110 conmon[35313]: audit 2024-01-27T23:28:42.331234+0000 mgr.smithi110.unybfe (mgr.14180) 261 : audit [DBG] 2024-01-27T23:28:43.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:43 smithi110 conmon[35313]: from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:43.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:43 smithi116 conmon[40473]: audit 2024-01-27T23:28:42.331234+0000 mgr.smithi110.unybfe (mgr.14180) 261 : audit [DBG] from='client.14696 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:43.925 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:44.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:44 smithi110 conmon[35313]: cluster 2024-01-27T23:28:42.753422+0000 mgr.smithi110.unybfe (mgr.14180) 262 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:44.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:44 smithi116 conmon[40473]: cluster 2024-01-27T23:28:42.753422+0000 mgr.smithi110.unybfe (mgr.14180) 262 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:45.702 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:45.702 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:46.312 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:46 smithi110 conmon[35313]: cluster 2024-01-27T23:28:44.754006+0000 2024-01-27T23:28:46.312 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:46 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 263 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:46.331 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:46.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:46 smithi116 conmon[40473]: cluster 2024-01-27T23:28:44.754006+0000 mgr.smithi110.unybfe (mgr.14180) 263 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:46.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:46 smithi116 conmon[40473]: 2024-01-27T23:28:47.331 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:47.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:47 smithi110 conmon[35313]: audit 2024-01-27T23:28:45.708795+0000 mgr.smithi110.unybfe (mgr.14180) 264 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:47.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:47 smithi116 conmon[40473]: audit 2024-01-27T23:28:45.708795+0000 mgr.smithi110.unybfe (mgr.14180) 264 : audit [DBG] from='client.14700 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:47.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:47 smithi116 conmon[40473]: 2024-01-27T23:28:48.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:48 smithi110 conmon[35313]: cluster 2024-01-27T23:28:46.754463+0000 mgr.smithi110.unybfe (mgr.14180) 265 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:48.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:48 smithi116 conmon[40473]: cluster 2024-01-27T23:28:46.754463+0000 mgr.smithi110.unybfe (mgr.14180) 265 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:49.211 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:49.212 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:49.816 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:50.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:50 smithi110 conmon[35313]: cluster 2024-01-27T23:28:48.755017+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:28:50.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:50 smithi110 conmon[35313]: 266 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:50.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:50 smithi110 conmon[35313]: audit 2024-01-27T23:28:49.218295+0000 mgr.smithi110.unybfe (mgr.14180) 267 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:50.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:50 smithi116 conmon[40473]: cluster 2024-01-27T23:28:48.755017+0000 mgr.smithi110.unybfe (mgr.14180) 266 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:50.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:50 smithi116 conmon[40473]: audit 2024-01-27T23:28:49.218295+0000 mgr.smithi110.unybfe ( 2024-01-27T23:28:50.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:50 smithi116 conmon[40473]: mgr.14180) 267 : audit [DBG] from='client.14704 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:50.817 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:52.304 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:52 smithi110 conmon[35313]: cluster 2024-01-27T23:28:50.755498+0000 mgr.smithi110.unybfe (mgr.14180) 268 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:52.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:52 smithi116 conmon[40473]: cluster 2024-01-27T23:28:50.755498+0000 mgr.smithi110.unybfe (mgr.14180) 268 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:52.666 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:52.666 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:53.298 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:54.299 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:54.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:54 smithi110 conmon[35313]: audit 2024-01-27T23:28:52.672762+0000 mgr.smithi110.unybfe (mgr.14180) 269 : audit 2024-01-27T23:28:54.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:54 smithi110 conmon[35313]: [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:54.331 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:54 smithi110 conmon[35313]: cluster 2024-01-27T23:28:52.755919+0000 mgr.smithi110.unybfe (mgr.14180) 270 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:54.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:54 smithi116 conmon[40473]: audit 2024-01-27T23:28:52.672762+0000 mgr.smithi110.unybfe (mgr.14180) 269 : audit [DBG] from='client.14708 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:54.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:54 smithi116 conmon[40473]: cluster 2024-01-27T23:28:52.755919+0000 mgr.smithi110.unybfe (mgr.14180) 270 : 2024-01-27T23:28:54.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:54 smithi116 conmon[40473]: cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:56.152 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:56.152 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:28:56.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:56 smithi110 conmon[35313]: cluster 2024-01-27T23:28:54.756450+0000 mgr.smithi110.unybfe (mgr.14180) 271 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:56.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:56 smithi116 conmon[40473]: cluster 2024-01-27T23:28:54.756450+0000 mgr.smithi110.unybfe (mgr.14180) 271 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:56.764 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:28:57.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:57 smithi110 conmon[35313]: audit 2024-01-27T23:28:56.158801+0000 mgr.smithi110.unybfe ( 2024-01-27T23:28:57.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:57 smithi110 conmon[35313]: mgr.14180) 272 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:57.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:57 smithi116 conmon[40473]: audit 2024-01-27T23:28:56.158801+0000 mgr.smithi110.unybfe (mgr.14180) 272 : audit [DBG] from='client.14712 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:28:57.766 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:28:58.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:28:58 smithi110 conmon[35313]: cluster 2024-01-27T23:28:56.756970+0000 mgr.smithi110.unybfe (mgr.14180) 273 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:58.518 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:28:58 smithi116 conmon[40473]: cluster 2024-01-27T23:28:56.756970+0000 mgr.smithi110.unybfe (mgr.14180) 273 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:28:59.662 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:28:59.662 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:00.264 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:00.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:00 smithi116 conmon[40473]: cluster 2024-01-27T23:28:58.757480+0000 mgr.smithi110.unybfe (mgr.14180) 274 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:00.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:00 smithi110 conmon[35313]: cluster 2024-01-27T23:28:58.757480+0000 mgr.smithi110.unybfe (mgr.14180) 274 : 2024-01-27T23:29:00.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:00 smithi110 conmon[35313]: cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:01.266 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:01.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:01 smithi116 conmon[40473]: audit 2024-01-27T23:28:59.668981+0000 mgr.smithi110.unybfe (mgr.14180) 275 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:01.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:01 smithi110 conmon[35313]: audit 2024-01-27T23:28:59.668981+0000 mgr.smithi110.unybfe (mgr.14180) 275 : audit [DBG] from='client.14716 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:02.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:02 smithi110 conmon[35313]: cluster 2024-01-27T23:29:00.758169+0000 mgr.smithi110.unybfe (mgr.14180) 276 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:02.521 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:02 smithi116 conmon[40473]: cluster 2024-01-27T23:29:00.758169+0000 mgr.smithi110.unybfe (mgr.14180) 276 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:03.133 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:03.133 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:03.697 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:04.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:04 smithi116 conmon[40473]: cluster 2024-01-27T23:29:02.758626+0000 mgr.smithi110.unybfe (mgr.14180) 277 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:04.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:04 smithi116 conmon[40473]: audit 2024-01-27T23:29:04.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:04 smithi116 conmon[40473]: 2024-01-27T23:29:03.139899+0000 mgr.smithi110.unybfe (mgr.14180) 278 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:04.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:04 smithi110 conmon[35313]: cluster 2024-01-27T23:29:02.758626+0000 mgr.smithi110.unybfe (mgr.14180) 277 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:04.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:04 smithi110 conmon[35313]: audit 2024-01-27T23:29:03.139899+0000 mgr.smithi110.unybfe (mgr.14180) 278 : audit [DBG] from='client.14720 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:04.698 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:06.123 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:06 smithi110 conmon[35313]: cluster 2024-01-27T23:29:04.759140+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:29:06.123 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:06 smithi110 conmon[35313]: ) 279 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:06.471 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:06.471 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:06.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:06 smithi116 conmon[40473]: cluster 2024-01-27T23:29:04.759140+0000 mgr.smithi110.unybfe (mgr.14180) 279 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:07.045 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:08.046 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:08.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:08 smithi110 conmon[35313]: audit 2024-01-27T23:29:06.476835+0000 mgr.smithi110.unybfe (mgr.14180) 280 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:08.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:08 smithi110 conmon[35313]: cluster 2024-01-27T23:29:06.759702+0000 mgr.smithi110.unybfe (mgr.14180) 281 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:08 smithi116 conmon[40473]: audit 2024-01-27T23:29:06.476835+0000 mgr.smithi110.unybfe (mgr.14180) 280 : audit 2024-01-27T23:29:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:08 smithi116 conmon[40473]: [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:08.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:08 smithi116 conmon[40473]: cluster 2024-01-27T23:29:06.759702+0000 mgr.smithi110.unybfe (mgr.14180) 281 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:09.974 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:09.974 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:10.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:10 smithi110 conmon[35313]: cluster 2024-01-27T23:29:08.760167+0000 mgr.smithi110.unybfe (mgr.14180) 282 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:10.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:10 smithi116 conmon[40473]: cluster 2024-01-27T23:29:08.760167+0000 mgr.smithi110.unybfe (mgr.14180) 282 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:10.599 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:11.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:11 smithi116 conmon[40473]: audit 2024-01-27T23:29:09.980352+0000 mgr.smithi110.unybfe (mgr.14180) 283 : audit [DBG] 2024-01-27T23:29:11.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:11 smithi116 conmon[40473]: from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:11.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:11 smithi110 conmon[35313]: audit 2024-01-27T23:29:09.980352+0000 mgr.smithi110.unybfe (mgr.14180) 283 : audit [DBG] from='client.14728 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:11.600 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:12.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:12 smithi110 conmon[35313]: cluster 2024-01-27T23:29:10.760762+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:29:12.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:12 smithi110 conmon[35313]: 284 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:12.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:12 smithi116 conmon[40473]: cluster 2024-01-27T23:29:10.760762+0000 mgr.smithi110.unybfe (mgr.14180) 284 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:12.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:12 smithi116 conmon[40473]: 2024-01-27T23:29:13.409 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:13.409 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:13.945 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:14 smithi110 conmon[35313]: cluster 2024-01-27T23:29:12.761379+0000 mgr.smithi110.unybfe (mgr.14180) 285 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:14.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:14 smithi116 conmon[40473]: cluster 2024-01-27T23:29:12.761379+0000 mgr.smithi110.unybfe (mgr.14180) 285 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:14.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:14 smithi116 conmon[40473]: 2024-01-27T23:29:14.946 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:15.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:15 smithi110 conmon[35313]: audit 2024-01-27T23:29:13.415621+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:29:15.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:15 smithi110 conmon[35313]: 14180) 286 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:15.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:15 smithi116 conmon[40473]: audit 2024-01-27T23:29:13.415621+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:29:15.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:15 smithi116 conmon[40473]: 286 : audit [DBG] from='client.14732 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:16.456 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:16 smithi110 conmon[35313]: cluster 2024-01-27T23:29:14.762083+0000 mgr.smithi110.unybfe (mgr.14180) 287 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:16.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:16 smithi116 conmon[40473]: cluster 2024-01-27T23:29:14.762083+0000 mgr.smithi110.unybfe (mgr.14180) 287 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:16.838 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:16.838 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:17.428 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:18.429 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:18.462 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:18 smithi110 conmon[35313]: cluster 2024-01-27T23:29:16.762522+0000 mgr.smithi110.unybfe (mgr.14180) 288 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:18.463 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:18 smithi110 conmon[35313]: audit 2024-01-27T23:29:16.843870+0000 mgr.smithi110.unybfe (mgr.14180) 289 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:18.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:18 smithi116 conmon[40473]: cluster 2024-01-27T23:29:16.762522+0000 mgr.smithi110.unybfe (mgr.14180) 288 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:18.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:18 smithi116 conmon[40473]: audit 2024-01-27T23:29:16.843870+0000 mgr.smithi110.unybfe (mgr.14180) 289 : audit [DBG] from='client.14736 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:20.329 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:20.329 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:20.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:20 smithi110 conmon[35313]: cluster 2024-01-27T23:29:18.763187+0000 mgr.smithi110.unybfe (mgr.14180) 290 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:20.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:20 smithi116 conmon[40473]: cluster 2024-01-27T23:29:18.763187+0000 mgr.smithi110.unybfe (mgr.14180) 290 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:20.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:20 smithi116 conmon[40473]: 2024-01-27T23:29:20.888 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:21.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:21 smithi116 conmon[40473]: audit 2024-01-27T23:29:20.335120+0000 mgr.smithi110.unybfe (mgr.14180) 291 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:21.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:21 smithi110 conmon[35313]: audit 2024-01-27T23:29:20.335120+0000 mgr.smithi110.unybfe (mgr.14180) 291 : audit [DBG] from='client.14740 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:21.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:21 smithi110 conmon[35313]: 2024-01-27T23:29:21.889 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:22.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:22 smithi110 conmon[35313]: cluster 2024-01-27T23:29:20.763733+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:29:22.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:22 smithi110 conmon[35313]: 292 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:22.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:22 smithi116 conmon[40473]: cluster 2024-01-27T23:29:20.763733+0000 mgr.smithi110.unybfe (mgr.14180) 292 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:23.784 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:23.784 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:24.447 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:24 smithi110 conmon[35313]: cluster 2024-01-27T23:29:22.764256+0000 mgr.smithi110.unybfe (mgr.14180) 293 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:24.461 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:24.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:24 smithi116 conmon[40473]: cluster 2024-01-27T23:29:22.764256+0000 mgr.smithi110.unybfe (mgr.14180) 293 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:25.462 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:25.496 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:25 smithi110 conmon[35313]: audit 2024-01-27T23:29:23.737992+0000 mgr.smithi110.unybfe (mgr.14180) 294 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:25.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:25 smithi116 conmon[40473]: audit 2024-01-27T23:29:23.737992+0000 mgr.smithi110.unybfe (mgr.14180) 294 : audit [DBG] from='client.14744 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:25.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:25 smithi116 conmon[40473]: 2024-01-27T23:29:26.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:26 smithi110 conmon[35313]: cluster 2024-01-27T23:29:24.764985+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:29:26.336 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:26 smithi110 conmon[35313]: ) 295 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:26.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:26 smithi116 conmon[40473]: cluster 2024-01-27T23:29:24.764985+0000 mgr.smithi110.unybfe (mgr.14180) 295 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:27.374 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:27.374 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:27.994 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:28.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:28 smithi110 conmon[35313]: cluster 2024-01-27T23:29:26.765397+0000 mgr.smithi110.unybfe (mgr.14180) 296 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:28.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:28 smithi110 conmon[35313]: audit 2024-01-27T23:29:27.379799+0000 mgr.smithi110.unybfe (mgr.14180) 297 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:28.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:28 smithi116 conmon[40473]: cluster 2024-01-27T23:29:26.765397+0000 mgr.smithi110.unybfe (mgr.14180) 296 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:28.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:28 smithi116 conmon[40473]: 2024-01-27T23:29:28.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:28 smithi116 conmon[40473]: audit 2024-01-27T23:29:27.379799+0000 mgr.smithi110.unybfe (mgr.14180) 297 : audit [DBG] from='client.14748 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:28.995 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:30.455 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:30 smithi110 conmon[35313]: cluster 2024-01-27T23:29:28.766181+0000 mgr.smithi110.unybfe (mgr.14180) 298 : 2024-01-27T23:29:30.455 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:30 smithi110 conmon[35313]: cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:30.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:30 smithi116 conmon[40473]: cluster 2024-01-27T23:29:28.766181+0000 mgr.smithi110.unybfe (mgr.14180) 298 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:30.841 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:30.842 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:31.385 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:32.386 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:32.418 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:32 smithi110 conmon[35313]: cluster 2024-01-27T23:29:30.766693+0000 mgr.smithi110.unybfe (mgr.14180) 299 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:32.418 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:32 smithi110 conmon[35313]: audit 2024-01-27T23:29:30.847300+0000 mgr.smithi110.unybfe (mgr.14180) 300 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:32.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:32 smithi116 conmon[40473]: cluster 2024-01-27T23:29:30.766693+0000 mgr.smithi110.unybfe (mgr.14180) 299 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:32.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:32 smithi116 conmon[40473]: audit 2024-01-27T23:29:30.847300+0000 mgr.smithi110.unybfe (mgr.14180) 300 : audit [DBG] from='client.14752 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:34.158 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:34.158 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:34.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:34 smithi116 conmon[40473]: cluster 2024-01-27T23:29:32.767106+0000 mgr.smithi110.unybfe (mgr.14180) 301 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:34.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:34 smithi110 conmon[35313]: cluster 2024-01-27T23:29:32.767106+0000 mgr.smithi110.unybfe (mgr.14180) 301 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:34.751 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:35.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:35 smithi116 conmon[40473]: audit 2024-01-27T23:29:34.163606+0000 mgr.smithi110.unybfe (mgr.14180) 302 : audit [DBG] 2024-01-27T23:29:35.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:35 smithi116 conmon[40473]: from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:35.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:35 smithi110 conmon[35313]: audit 2024-01-27T23:29:34.163606+0000 mgr.smithi110.unybfe (mgr.14180) 302 2024-01-27T23:29:35.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:35 smithi110 conmon[35313]: : audit [DBG] from='client.14756 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:35.753 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:36.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:36 smithi116 conmon[40473]: cluster 2024-01-27T23:29:34.767760+0000 mgr.smithi110.unybfe (mgr.14180) 303 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:36.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:36 smithi116 conmon[40473]: 2024-01-27T23:29:36.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:36 smithi110 conmon[35313]: cluster 2024-01-27T23:29:34.767760+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:29:36.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:36 smithi110 conmon[35313]: 303 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:37.520 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:37.520 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:38.084 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:38.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:38 smithi110 conmon[35313]: cluster 2024-01-27T23:29:36.768251+0000 mgr.smithi110.unybfe (mgr.14180) 304 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:38.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:38 smithi116 conmon[40473]: cluster 2024-01-27T23:29:36.768251+0000 mgr.smithi110.unybfe (mgr.14180) 304 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:38.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:38 smithi116 conmon[40473]: 2024-01-27T23:29:39.085 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:39.386 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:39 smithi110 conmon[35313]: audit 2024-01-27T23:29:37.526211+0000 mgr.smithi110.unybfe (mgr.14180) 305 : 2024-01-27T23:29:39.386 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:39 smithi110 conmon[35313]: audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:39.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:39 smithi116 conmon[40473]: audit 2024-01-27T23:29:37.526211+0000 mgr.smithi110.unybfe (mgr.14180) 305 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:39.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:39 smithi116 conmon[40473]: 2024-01-27T23:29:40.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:40 smithi116 conmon[40473]: cluster 2024-01-27T23:29:38.769044+0000 mgr.smithi110.unybfe (mgr.14180) 306 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:40.545 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:40 smithi110 conmon[35313]: cluster 2024-01-27T23:29:38.769044+0000 mgr.smithi110.unybfe (mgr.14180) 306 : cluster 2024-01-27T23:29:40.545 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:40 smithi110 conmon[35313]: [DBG] pgmap v233: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:40.917 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:40.917 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z 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.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:41.526 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:42.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:42 smithi116 conmon[40473]: cluster 2024-01-27T23:29:40.769529+0000 mgr.smithi110.unybfe (mgr.14180) 307 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:42.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:42 smithi116 conmon[40473]: audit 2024-01-27T23:29:40.923476+0000 mgr.smithi110.unybfe (mgr.14180) 308 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:42.527 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:42.560 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:42 smithi110 conmon[35313]: cluster 2024-01-27T23:29:40.769529+0000 mgr.smithi110.unybfe (mgr.14180) 307 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:42.560 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:42 smithi110 conmon[35313]: audit 2024-01-27T23:29:40.923476+0000 mgr.smithi110.unybfe (mgr.14180) 308 : audit [DBG] from='client.14764 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:43.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:43 smithi110 conmon[35313]: audit 2024-01-27T23:29:43.008904+0000 mon.smithi110 (mon.0) 661 : audit 2024-01-27T23:29:43.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:43 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.gxycwx"}]: dispatch 2024-01-27T23:29:43.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:43 smithi116 conmon[40473]: audit 2024-01-27T23:29:43.008904+0000 mon.smithi110 (mon.0) 661 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.gxycwx"}]: dispatch 2024-01-27T23:29:44.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: cluster 2024-01-27T23:29:42.769972+0000 mgr.smithi110.unybfe (mgr.14180) 309 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:44.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: cephadm 2024-01-27T23:29:43.008375+0000 mgr.smithi110.unybfe (mgr.14180) 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gxycwx ... 2024-01-27T23:29:44.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:29:44.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:27:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:28:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:29:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:29:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:29:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:29:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:29:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:29:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gxycwx ... 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:27:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:28:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:29:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: : no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: cephadm 2024-01-27T23:29:43.008575+0000 mgr.smithi110.unybfe (mgr.14180) 311 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: cephadm 2024-01-27T23:29:43.009479+0000 mgr.smithi110.unybfe (mgr.14180) 312 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gxycwx ... 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:27:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:28:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:29:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:44 smithi110 conmon[35313]: cephadm 2024-01-27T23:29:43.010876+0000 mgr.smithi110.unybfe (mgr.14180) 313 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.stmqyb on smithi110 2024-01-27T23:29:44.422 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:44.422 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:44.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: cluster 2024-01-27T23:29:42.769972+0000 mgr.smithi110.unybfe (mgr.14180) 309 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:44.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: cephadm 2024-01-27T23:29:43.008375+0000 mgr.smithi110.unybfe (mgr.14180) 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gxycwx ... 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:27:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:28:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:29:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:29:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gxycwx ... 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:27:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:28:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:29:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: cephadm 2024-01-27T23:29:43.008575+0000 mgr.smithi110.unybfe (mgr.14180) 311 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: cephadm 2024-01-27T23:29:43.009479+0000 mgr.smithi110.unybfe (mgr.14180) 312 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gxycwx ... 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:27:45Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:28:23Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:29:02Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:29:44.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:29:44.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:29:44.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:44 smithi116 conmon[40473]: cephadm 2024-01-27T23:29:43.010876+0000 mgr.smithi110.unybfe (mgr.14180) 313 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.stmqyb on smithi110 2024-01-27T23:29:45.108 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:46.108 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:46.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:46 smithi116 conmon[40473]: audit 2024-01-27T23:29:44.427485+0000 mgr.smithi110.unybfe (mgr.14180) 314 : audit [DBG] 2024-01-27T23:29:46.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:46 smithi116 conmon[40473]: from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:46.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:46 smithi116 conmon[40473]: cluster 2024-01-27T23:29:44.770528+0000 mgr.smithi110.unybfe (mgr.14180) 315 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:46.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:46 smithi110 conmon[35313]: audit 2024-01-27T23:29:44.427485+0000 mgr.smithi110.unybfe (mgr.14180) 314 : audit [DBG] from='client.14768 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:46.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:46 smithi110 conmon[35313]: 2024-01-27T23:29:46.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:46 smithi110 conmon[35313]: cluster 2024-01-27T23:29:44.770528+0000 mgr.smithi110.unybfe (mgr.14180) 315 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:47.928 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:47.928 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:48.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:48 smithi110 conmon[35313]: cluster 2024-01-27T23:29:46.770919+0000 mgr.smithi110.unybfe (mgr.14180) 316 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:48.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:48 smithi116 conmon[40473]: cluster 2024-01-27T23:29:46.770919+0000 mgr.smithi110.unybfe (mgr.14180) 316 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:48.524 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:49.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:49 smithi116 conmon[40473]: audit 2024-01-27T23:29:47.933446+0000 mgr.smithi110.unybfe (mgr.14180) 317 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:49.525 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:49.559 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:49 smithi110 conmon[35313]: audit 2024-01-27T23:29:47.933446+0000 mgr.smithi110.unybfe (mgr.14180) 317 : audit [DBG] from='client.14772 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:49.559 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:49 smithi110 conmon[35313]: 2024-01-27T23:29:50.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:50 smithi110 conmon[35313]: cluster 2024-01-27T23:29:48.771681+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:29:50.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:50 smithi110 conmon[35313]: ) 318 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:50.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:50 smithi116 conmon[40473]: cluster 2024-01-27T23:29:48.771681+0000 mgr.smithi110.unybfe (mgr.14180) 318 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:51.451 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:51.452 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:52.100 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:52.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:52 smithi110 conmon[35313]: cluster 2024-01-27T23:29:50.772075+0000 mgr.smithi110.unybfe (mgr.14180) 319 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:52.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:52 smithi116 conmon[40473]: cluster 2024-01-27T23:29:50.772075+0000 mgr.smithi110.unybfe (mgr.14180) 319 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:53.100 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:53.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:53 smithi116 conmon[40473]: audit 2024-01-27T23:29:51.456740+0000 mgr.smithi110.unybfe (mgr.14180) 320 : audit [DBG] from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:53.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:53 smithi110 conmon[35313]: audit 2024-01-27T23:29:51.456740+0000 mgr.smithi110.unybfe (mgr.14180) 320 : audit [DBG] 2024-01-27T23:29:53.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:53 smithi110 conmon[35313]: from='client.14776 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:54.502 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:54 smithi110 conmon[35313]: cluster 2024-01-27T23:29:52.772560+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:29:54.503 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:54 smithi110 conmon[35313]: 321 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:54.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:54 smithi116 conmon[40473]: cluster 2024-01-27T23:29:52.772560+0000 mgr.smithi110.unybfe (mgr.14180) 321 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:54.872 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:54.872 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:55.490 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:56.491 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:29:56.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:56 smithi116 conmon[40473]: cluster 2024-01-27T23:29:54.773142+0000 mgr.smithi110.unybfe (mgr.14180) 322 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:56.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:56 smithi116 conmon[40473]: 2024-01-27T23:29:56.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:56 smithi116 conmon[40473]: audit 2024-01-27T23:29:54.877323+0000 mgr.smithi110.unybfe (mgr.14180) 323 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:56.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:56 smithi110 conmon[35313]: cluster 2024-01-27T23:29:54.773142+0000 mgr.smithi110.unybfe (mgr.14180) 322 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:56.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:56 smithi110 conmon[35313]: audit 2024-01-27T23:29:54.877323+0000 mgr.smithi110.unybfe (mgr.14180) 323 : audit [DBG] from='client.14780 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:58.322 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:29:58.322 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:29:58.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:58 smithi116 conmon[40473]: cluster 2024-01-27T23:29:56.773516+0000 mgr.smithi110.unybfe (mgr.14180) 324 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:58.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:58 smithi110 conmon[35313]: cluster 2024-01-27T23:29:56.773516+0000 mgr.smithi110.unybfe (mgr.14180) 324 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:29:58.965 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:29:59.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:29:59 smithi116 conmon[40473]: audit 2024-01-27T23:29:58.327309+0000 mgr.smithi110.unybfe (mgr.14180) 325 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:59.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:29:59 smithi110 conmon[35313]: audit 2024-01-27T23:29:58.327309+0000 mgr.smithi110.unybfe (mgr.14180) 325 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:29:59.966 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:00.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:00 smithi110 conmon[35313]: cluster 2024-01-27T23:29:58.774163+0000 mgr.smithi110.unybfe 2024-01-27T23:30:00.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:00 smithi110 conmon[35313]: (mgr.14180) 326 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:00.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:00 smithi110 conmon[35313]: cluster 2024-01-27T23:30:00.000149+0000 mon.smithi110 (mon.0) 662 : cluster [INF] overall HEALTH_OK 2024-01-27T23:30:00.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:00 smithi116 conmon[40473]: cluster 2024-01-27T23:29:58.774163+0000 mgr.smithi110.unybfe (mgr.14180) 326 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:00.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:00 smithi116 conmon[40473]: cluster 2024-01-27T23:30:00.000149+0000 mon.smithi110 (mon.0) 662 : cluster [INF] overall HEALTH_OK 2024-01-27T23:30:01.718 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:01.719 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:02.291 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:02.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:02 smithi116 conmon[40473]: cluster 2024-01-27T23:30:00.774923+0000 mgr.smithi110.unybfe (mgr.14180) 327 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:02.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:02 smithi110 conmon[35313]: cluster 2024-01-27T23:30:00.774923+0000 mgr.smithi110.unybfe (mgr.14180) 327 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:03.292 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:03.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:03 smithi116 conmon[40473]: audit 2024-01-27T23:30:01.723372+0000 mgr.smithi110.unybfe (mgr.14180) 328 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:03.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:03 smithi110 conmon[35313]: audit 2024-01-27T23:30:01.723372+0000 mgr.smithi110.unybfe (mgr.14180) 328 : audit [DBG] from='client.14788 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:04.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:04 smithi110 conmon[35313]: cluster 2024-01-27T23:30:02.775533+0000 mgr.smithi110.unybfe (mgr.14180) 329 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:04.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:04 smithi116 conmon[40473]: cluster 2024-01-27T23:30:02.775533+0000 mgr.smithi110.unybfe (mgr.14180) 329 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:05.089 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:05.090 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:05.722 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:06.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:06 smithi116 conmon[40473]: cluster 2024-01-27T23:30:04.775993+0000 mgr.smithi110.unybfe (mgr.14180) 330 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:06.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:06 smithi116 conmon[40473]: audit 2024-01-27T23:30: 2024-01-27T23:30:06.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:06 smithi116 conmon[40473]: 05.094639+0000 mgr.smithi110.unybfe (mgr.14180) 331 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:06.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:06 smithi110 conmon[35313]: cluster 2024-01-27T23:30:04.775993+0000 mgr.smithi110.unybfe (mgr.14180) 330 : cluster 2024-01-27T23:30:06.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:06 smithi110 conmon[35313]: [DBG] pgmap v246: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:06.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:06 smithi110 conmon[35313]: audit 2024-01-27T23:30:05.094639+0000 mgr.smithi110.unybfe (mgr.14180) 331 : audit [DBG] from='client.14792 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:06.723 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:08.478 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:08.478 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:08.503 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:08 smithi110 conmon[35313]: cluster 2024-01-27T23:30:06.776453+0000 mgr.smithi110.unybfe (mgr.14180) 332 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:08.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:08 smithi116 conmon[40473]: cluster 2024-01-27T23:30:06.776453+0000 mgr.smithi110.unybfe (mgr.14180) 332 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:09.055 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:10.055 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:10.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:10 smithi110 conmon[35313]: audit 2024-01-27T23:30:08.483304+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:30:10.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:10 smithi110 conmon[35313]: 333 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:10.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:10 smithi110 conmon[35313]: cluster 2024-01-27T23:30:08.777158+0000 mgr.smithi110.unybfe (mgr.14180) 334 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:10.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:10 smithi116 conmon[40473]: audit 2024-01-27T23:30:08.483304+0000 mgr.smithi110.unybfe (mgr.14180) 333 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:10.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:10 smithi116 conmon[40473]: cluster 2024-01-27T23:30:08.777158+0000 mgr.smithi110.unybfe (mgr.14180) 334 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:11.841 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:11.841 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:12.479 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:12.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:12 smithi116 conmon[40473]: cluster 2024-01-27T23:30:10.777698+0000 mgr.smithi110.unybfe (mgr.14180) 335 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:12.593 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:12 smithi110 conmon[35313]: cluster 2024-01-27T23:30:10.777698+0000 mgr.smithi110.unybfe (mgr.14180) 335 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:13.481 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:13.513 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:13 smithi110 conmon[35313]: audit 2024-01-27T23:30:11.845397+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:30:13.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:13 smithi110 conmon[35313]: 336 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:13.519 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:13 smithi116 conmon[40473]: audit 2024-01-27T23:30:11.845397+0000 mgr.smithi110.unybfe (mgr.14180) 336 : audit [DBG] from='client.14800 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:14.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:14 smithi116 conmon[40473]: cluster 2024-01-27T23:30:12.778325+0000 mgr.smithi110.unybfe (mgr.14180) 337 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:14.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:14 smithi110 conmon[35313]: cluster 2024-01-27T23:30:12.778325+0000 mgr.smithi110.unybfe (mgr.14180) 337 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:15.204 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:15.204 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:15.812 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:16.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:16 smithi116 conmon[40473]: cluster 2024-01-27T23:30:14.779086+0000 mgr.smithi110.unybfe (mgr.14180) 338 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:16.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:16 smithi116 conmon[40473]: audit 2024-01-27T23:30:15.208893+0000 mgr.smithi110.unybfe (mgr.14180) 339 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:16.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:16 smithi110 conmon[35313]: cluster 2024-01-27T23:30:14.779086+0000 mgr.smithi110.unybfe (mgr.14180) 338 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:16.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:16 smithi110 conmon[35313]: audit 2024-01-27T23:30:15.208893+0000 2024-01-27T23:30:16.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:16 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 339 : audit [DBG] from='client.14804 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:16.813 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:18.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:18 smithi110 conmon[35313]: cluster 2024-01-27T23:30:16.779629+0000 mgr.smithi110.unybfe (mgr.14180) 340 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:18.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:18 smithi116 conmon[40473]: cluster 2024-01-27T23:30:16.779629+0000 mgr.smithi110.unybfe (mgr.14180) 340 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:18.676 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:18.677 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:19.287 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:20.288 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:20.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:20 smithi116 conmon[40473]: audit 2024-01-27T23:30:18.681941+0000 mgr.smithi110.unybfe (mgr.14180) 341 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:20.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:20 smithi116 conmon[40473]: cluster 2024-01-27T23:30:18.780094+0000 mgr.smithi110.unybfe (mgr.14180) 342 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:20.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:20 smithi110 conmon[35313]: audit 2024-01-27T23:30:18.681941+0000 mgr.smithi110.unybfe (mgr.14180) 341 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:20.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:20 smithi110 conmon[35313]: cluster 2024-01-27T 2024-01-27T23:30:20.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:20 smithi110 conmon[35313]: 23:30:18.780094+0000 mgr.smithi110.unybfe (mgr.14180) 342 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:22.088 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:22.089 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:22.520 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:22 smithi116 conmon[40473]: cluster 2024-01-27T23:30:20.780827+0000 mgr.smithi110.unybfe (mgr.14180) 343 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:22.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:22 smithi110 conmon[35313]: cluster 2024-01-27T23:30:20.780827+0000 mgr.smithi110.unybfe (mgr.14180) 343 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:22.753 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:23.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:23 smithi110 conmon[35313]: audit 2024-01-27T23:30:22.093185+0000 mgr.smithi110.unybfe (mgr.14180) 344 : audit [DBG] 2024-01-27T23:30:23.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:23 smithi110 conmon[35313]: from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:23.754 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:23.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:23 smithi116 conmon[40473]: audit 2024-01-27T23:30:22.093185+0000 mgr.smithi110.unybfe (mgr.14180) 344 : audit [DBG] from='client.14812 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:24.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:24 smithi110 conmon[35313]: cluster 2024-01-27T23:30:22.781218+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:30:24.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:24 smithi110 conmon[35313]: 345 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:24.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:24 smithi116 conmon[40473]: cluster 2024-01-27T23:30:22.781218+0000 mgr.smithi110.unybfe (mgr.14180) 345 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:25.585 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:25.585 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:26.227 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:26.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:26 smithi110 conmon[35313]: cluster 2024-01-27T23:30:24.781854+0000 mgr.smithi110.unybfe (mgr.14180) 346 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:26.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:26 smithi116 conmon[40473]: cluster 2024-01-27T23:30:24.781854+0000 mgr.smithi110.unybfe (mgr.14180) 346 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:27.228 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:27.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:27 smithi110 conmon[35313]: audit 2024-01-27T23:30:25.589488+0000 mgr.smithi110.unybfe (mgr.14180) 347 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:27.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:27 smithi116 conmon[40473]: audit 2024-01-27T23:30:25.589488+0000 mgr.smithi110.unybfe (mgr.14180) 347 : audit [DBG] from='client.14816 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:28.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:28 smithi110 conmon[35313]: cluster 2024-01-27T23:30:26.782299+0000 mgr.smithi110.unybfe (mgr.14180) 348 : 2024-01-27T23:30:28.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:28 smithi110 conmon[35313]: cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:28.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:28 smithi116 conmon[40473]: cluster 2024-01-27T23:30:26.782299+0000 mgr.smithi110.unybfe (mgr.14180) 348 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:29.066 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:29.066 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:29.644 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:30.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:30 smithi110 conmon[35313]: cluster 2024-01-27T23:30:28.782872+0000 mgr.smithi110.unybfe 2024-01-27T23:30:30.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:30 smithi110 conmon[35313]: (mgr.14180) 349 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:30.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:30 smithi110 conmon[35313]: audit 2024-01-27T23:30:29.071130+0000 mgr.smithi110.unybfe (mgr.14180) 350 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:30.645 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:30.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:30 smithi116 conmon[40473]: cluster 2024-01-27T23:30:28.782872+0000 mgr.smithi110.unybfe (mgr.14180) 349 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:30.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:30 smithi116 conmon[40473]: audit 2024-01-27T23:30:30.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:30 smithi116 conmon[40473]: 2024-01-27T23:30:29.071130+0000 mgr.smithi110.unybfe (mgr.14180) 350 : audit [DBG] from='client.14820 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:32.407 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:32.407 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:32.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:32 smithi110 conmon[35313]: cluster 2024-01-27T23:30:30.783383+0000 mgr.smithi110.unybfe (mgr.14180) 351 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:32.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:32 smithi116 conmon[40473]: cluster 2024-01-27T23:30:30.783383+0000 mgr.smithi110.unybfe (mgr.14180) 351 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:33.036 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:34.037 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:34.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:34 smithi110 conmon[35313]: audit 2024-01-27T23:30:32.411200+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:30:34.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:34 smithi110 conmon[35313]: 14180) 352 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:34.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:34 smithi110 conmon[35313]: cluster 2024-01-27T23:30:32.783897+0000 mgr.smithi110.unybfe (mgr.14180) 353 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:34.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:34 smithi116 conmon[40473]: audit 2024-01-27T23:30:32.411200+0000 mgr.smithi110.unybfe (mgr.14180) 352 : audit [DBG] from='client.14824 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:34.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:34 smithi116 conmon[40473]: cluster 2024-01-27T23:30:32.783897+0000 mgr.smithi110.unybfe (mgr.14180) 353 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:35.893 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:35.893 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:36.535 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:36.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:36 smithi110 conmon[35313]: cluster 2024-01-27T23:30:34.784466+0000 mgr.smithi110.unybfe (mgr.14180) 354 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:36.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:36 smithi116 conmon[40473]: cluster 2024-01-27T23:30:34.784466+0000 mgr.smithi110.unybfe (mgr.14180) 354 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:37.536 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:37.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:37 smithi110 conmon[35313]: audit 2024-01-27T23:30:35.898128+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:30:37.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:37 smithi110 conmon[35313]: 14180) 355 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:37.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:37 smithi116 conmon[40473]: audit 2024-01-27T23:30:35.898128+0000 mgr.smithi110.unybfe (mgr.14180) 355 : audit [DBG] from='client.14828 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:38.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:38 smithi110 conmon[35313]: cluster 2024-01-27T23: 2024-01-27T23:30:38.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:38 smithi110 conmon[35313]: 30:36.784890+0000 mgr.smithi110.unybfe (mgr.14180) 356 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:38.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:38 smithi116 conmon[40473]: cluster 2024-01-27T23:30:36.784890+0000 mgr.smithi110.unybfe (mgr.14180) 356 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:39.316 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:39.316 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:39.944 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:40.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:40 smithi110 conmon[35313]: cluster 2024-01-27T23:30:38.785406+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:30:40.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:40 smithi110 conmon[35313]: 357 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:40.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:40 smithi110 conmon[35313]: audit 2024-01-27T23:30:39.320534+0000 mgr.smithi110.unybfe (mgr.14180) 358 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:40.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:40 smithi116 conmon[40473]: cluster 2024-01-27T23:30:38.785406+0000 mgr.smithi110.unybfe (mgr.14180) 357 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:40.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:40 smithi116 conmon[40473]: audit 2024-01-27T23:30:39.320534+0000 mgr.smithi110.unybfe (mgr.14180) 358 : audit [DBG] from='client.14832 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:40.945 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:42.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:42 smithi110 conmon[35313]: cluster 2024-01-27T23:30:40.785947+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:30:42.413 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:42 smithi110 conmon[35313]: 14180) 359 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:42.742 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:42.742 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:42.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:42 smithi116 conmon[40473]: cluster 2024-01-27T23:30:40.785947+0000 mgr.smithi110.unybfe (mgr.14180) 359 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:43.343 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:44.344 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:44.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:44 smithi110 conmon[35313]: audit 2024-01-27T23:30:42.746902+0000 mgr.smithi110.unybfe (mgr.14180) 360 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:44.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:44 smithi110 conmon[35313]: cluster 2024-01-27T23:30:42.786366+0000 mgr.smithi110.unybfe (mgr.14180) 361 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:44.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:44 smithi116 conmon[40473]: audit 2024-01-27T23:30:42.746902+0000 mgr.smithi110.unybfe (mgr.14180) 360 : audit [DBG] from='client.14836 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:44.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:44 smithi116 conmon[40473]: cluster 2024-01-27T23:30:42.786366+0000 mgr.smithi110.unybfe (mgr.14180) 361 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:46.171 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:46.171 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:46.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:46 smithi110 conmon[35313]: cluster 2024-01-27T23:30:44.786907+0000 mgr.smithi110.unybfe (mgr.14180) 362 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:46.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:46 smithi116 conmon[40473]: cluster 2024-01-27T23:30:44.786907+0000 mgr.smithi110.unybfe (mgr.14180) 362 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:46.826 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:47.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:47 smithi110 conmon[35313]: audit 2024-01-27T23:30:46.175889+0000 mgr.smithi110.unybfe (mgr.14180) 363 : audit 2024-01-27T23:30:47.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:47 smithi110 conmon[35313]: [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:47.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:47 smithi116 conmon[40473]: audit 2024-01-27T23:30:46.175889+0000 mgr.smithi110.unybfe (mgr.14180) 363 : audit [DBG] from='client.14840 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:47.827 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:48.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:48 smithi110 conmon[35313]: cluster 2024-01-27T23:30:46.787371+0000 2024-01-27T23:30:48.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:48 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 364 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:48.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:48 smithi116 conmon[40473]: cluster 2024-01-27T23:30:46.787371+0000 mgr.smithi110.unybfe (mgr.14180) 364 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:49.682 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:49.683 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:50.376 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:50.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:50 smithi110 conmon[35313]: cluster 2024-01-27T23:30:48.787946+0000 mgr.smithi110.unybfe (mgr.14180) 365 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:50.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:50 smithi116 conmon[40473]: cluster 2024-01-27T23:30:48.787946+0000 mgr.smithi110.unybfe (mgr.14180) 365 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:51.376 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:51.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:51 smithi110 conmon[35313]: audit 2024-01-27T23:30:49.686962+0000 mgr.smithi110.unybfe (mgr.14180) 366 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:51.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:51 smithi116 conmon[40473]: audit 2024-01-27T23:30:49.686962+0000 mgr.smithi110.unybfe (mgr.14180) 366 : audit [DBG] from='client.14844 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:52.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:52 smithi110 conmon[35313]: cluster 2024-01-27T23:30:50.788466+0000 mgr.smithi110.unybfe (mgr.14180) 367 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:52.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:52 smithi116 conmon[40473]: cluster 2024-01-27T23:30:50.788466+0000 mgr.smithi110.unybfe (mgr.14180) 367 : cluster [DBG] 2024-01-27T23:30:52.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:52 smithi116 conmon[40473]: pgmap v269: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:53.238 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:53.238 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:53.908 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:54.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:54 smithi110 conmon[35313]: cluster 2024-01-27T23:30:52.788900+0000 mgr.smithi110.unybfe (mgr.14180) 368 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:54.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:54 smithi110 conmon[35313]: audit 2024-01-27T23:30:53.242427+0000 mgr.smithi110.unybfe (mgr.14180) 369 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:54.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:54 smithi116 conmon[40473]: cluster 2024-01-27T23:30:52.788900+0000 mgr.smithi110.unybfe (mgr.14180) 368 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:54.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:54 smithi116 conmon[40473]: audit 2024-01-27T23:30:53.242427+0000 mgr.smithi110.unybfe (mgr.14180) 369 : audit [DBG] from='client.14848 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:54.909 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:56.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:56 smithi110 conmon[35313]: cluster 2024-01-27T23:30:54.789380 2024-01-27T23:30:56.397 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:56 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 370 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:56.753 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:30:56.753 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:30:56.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:56 smithi116 conmon[40473]: cluster 2024-01-27T23:30:54.789380+0000 mgr.smithi110.unybfe (mgr.14180) 370 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:57.366 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:30:58.366 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:30:58.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:58 smithi110 conmon[35313]: audit 2024-01-27T23:30:56.757035+0000 mgr.smithi110.unybfe (mgr.14180) 371 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:58.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:30:58 smithi110 conmon[35313]: cluster 2024-01-27T23:30:56.789800+0000 mgr.smithi110.unybfe (mgr.14180) 372 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:30:58.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:58 smithi116 conmon[40473]: audit 2024-01-27T23:30:56.757035+0000 mgr.smithi110.unybfe (mgr.14180) 371 : audit [DBG] from='client.14852 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:30:58.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:58 smithi116 conmon[40473]: cluster 2024-01-27T23:30:56.789800+0000 2024-01-27T23:30:58.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:30:58 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 372 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:00.235 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:00.235 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:00.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:00 smithi110 conmon[35313]: cluster 2024-01-27T23:30:58.790224+0000 mgr.smithi110.unybfe (mgr.14180) 373 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:00.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:00 smithi116 conmon[40473]: cluster 2024-01-27T23:30:58.790224+0000 mgr.smithi110.unybfe (mgr.14180) 373 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:00.857 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:01.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:01 smithi116 conmon[40473]: audit 2024-01-27T23:31:00.239408+0000 mgr.smithi110.unybfe (mgr.14180) 374 : audit [DBG] 2024-01-27T23:31:01.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:01 smithi116 conmon[40473]: from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:01.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:01 smithi110 conmon[35313]: audit 2024-01-27T23:31:00.239408+0000 mgr.smithi110.unybfe (mgr.14180) 374 2024-01-27T23:31:01.844 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:01 smithi110 conmon[35313]: : audit [DBG] from='client.14856 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:01.859 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:02.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:02 smithi110 conmon[35313]: cluster 2024-01-27T23:31:00.790819+0000 mgr.smithi110.unybfe ( 2024-01-27T23:31:02.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:02 smithi110 conmon[35313]: mgr.14180) 375 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:02.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:02 smithi116 conmon[40473]: cluster 2024-01-27T23:31:00.790819+0000 mgr.smithi110.unybfe (mgr.14180) 375 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:03.681 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:03.681 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:04.291 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:04.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:04 smithi110 conmon[35313]: cluster 2024-01-27T23:31:02.791383+0000 mgr.smithi110.unybfe (mgr.14180) 376 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:04.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:04 smithi116 conmon[40473]: cluster 2024-01-27T23:31:02.791383+0000 mgr.smithi110.unybfe (mgr.14180) 376 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:04.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:04 smithi116 conmon[40473]: 2024-01-27T23:31:05.292 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:05.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:05 smithi110 conmon[35313]: audit 2024-01-27T23:31:03.685162+0000 mgr.smithi110.unybfe (mgr.14180) 377 : audit 2024-01-27T23:31:05.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:05 smithi110 conmon[35313]: [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:05.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:05 smithi116 conmon[40473]: audit 2024-01-27T23:31:03.685162+0000 mgr.smithi110.unybfe (mgr.14180) 377 : audit [DBG] from='client.14860 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:06.480 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:06 smithi110 conmon[35313]: cluster 2024-01-27T23:31:04.791982+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:31:06.480 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:06 smithi110 conmon[35313]: 14180) 378 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:06.770 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:06 smithi116 conmon[40473]: cluster 2024-01-27T23:31:04.791982+0000 mgr.smithi110.unybfe (mgr.14180) 378 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:07.124 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:07.124 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:07.722 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:08.723 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:08.756 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:08 smithi110 conmon[35313]: cluster 2024-01-27T23:31:06.792415+0000 mgr.smithi110.unybfe (mgr.14180) 379 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:08.756 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:08 smithi110 conmon[35313]: audit 2024-01-27T23:31:07.128190+0000 mgr.smithi110.unybfe (mgr.14180) 380 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:08.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:08 smithi116 conmon[40473]: cluster 2024-01-27T23:31:06.792415+0000 mgr.smithi110.unybfe (mgr.14180) 379 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:08.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:08 smithi116 conmon[40473]: audit 2024-01-27T23:31:07.128190+0000 mgr.smithi110.unybfe (mgr.14180) 380 : audit [DBG] from='client.14864 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:10.553 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:10.554 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:10.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:10 smithi110 conmon[35313]: cluster 2024-01-27T23:31:08.792982+0000 mgr.smithi110.unybfe (mgr.14180) 381 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:10.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:10 smithi116 conmon[40473]: cluster 2024-01-27T23:31:08.792982+0000 mgr.smithi110.unybfe (mgr.14180) 381 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:11.215 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:12.216 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:12.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:12 smithi110 conmon[35313]: audit 2024-01-27T23:31:10.557352+0000 mgr.smithi110.unybfe (mgr.14180) 382 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:12.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:12 smithi110 conmon[35313]: cluster 2024-01-27T23:31: 2024-01-27T23:31:12.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:12 smithi110 conmon[35313]: 10.793591+0000 mgr.smithi110.unybfe (mgr.14180) 383 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:12.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:12 smithi116 conmon[40473]: audit 2024-01-27T23:31:10.557352+0000 mgr.smithi110.unybfe (mgr.14180) 382 : audit [DBG] from='client.14868 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:12.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:12 smithi116 conmon[40473]: cluster 2024-01-27T23:31:10.793591+0000 mgr.smithi110.unybfe (mgr.14180) 383 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:14.071 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:14.072 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:14.679 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:14 smithi110 conmon[35313]: cluster 2024-01-27T23:31:12.793974+0000 mgr.smithi110.unybfe (mgr.14180) 384 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:14.699 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:14.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:14 smithi116 conmon[40473]: cluster 2024-01-27T23:31:12.793974+0000 mgr.smithi110.unybfe (mgr.14180) 384 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:15.700 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:15.733 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:15 smithi110 conmon[35313]: audit 2024-01-27T23:31:14.075531+0000 mgr.smithi110.unybfe (mgr.14180) 385 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:15.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:15 smithi116 conmon[40473]: audit 2024-01-27T23:31:14.075531+0000 mgr.smithi110.unybfe (mgr.14180) 385 : audit [DBG] from='client.14872 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:16.507 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:16 smithi110 conmon[35313]: cluster 2024-01-27T23:31:14.794499+0000 mgr.smithi110.unybfe (mgr.14180) 386 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:16.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:16 smithi116 conmon[40473]: cluster 2024-01-27T23:31:14.794499+0000 mgr.smithi110.unybfe (mgr.14180) 386 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:17.577 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:17.577 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:18.216 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:18.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:18 smithi110 conmon[35313]: cluster 2024-01-27T23:31:16.795090+0000 mgr.smithi110.unybfe (mgr.14180) 387 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:18.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:18 smithi116 conmon[40473]: cluster 2024-01-27T23:31:16.795090+0000 mgr.smithi110.unybfe (mgr.14180) 387 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:19.217 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:19.594 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:19 smithi110 conmon[35313]: audit 2024-01-27T23:31:17.581203+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:31:19.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:19 smithi110 conmon[35313]: ) 388 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:19.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:19 smithi116 conmon[40473]: audit 2024-01-27T23:31:17.581203+0000 mgr.smithi110.unybfe (mgr.14180) 388 : audit [DBG] from='client.14876 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:19.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:19 smithi116 conmon[40473]: 2024-01-27T23:31:20.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:20 smithi110 conmon[35313]: cluster 2024-01-27T23:31:18.795737+0000 mgr.smithi110.unybfe (mgr.14180) 389 : 2024-01-27T23:31:20.682 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:20 smithi110 conmon[35313]: cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:20.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:20 smithi116 conmon[40473]: cluster 2024-01-27T23:31:18.795737+0000 mgr.smithi110.unybfe (mgr.14180) 389 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:21.047 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:21.047 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:21.623 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:22.623 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:22.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:22 smithi110 conmon[35313]: cluster 2024-01-27T23:31:20.796231+0000 mgr.smithi110.unybfe (mgr.14180) 390 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:22.657 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:22 smithi110 conmon[35313]: audit 2024-01-27T23:31:21.050953+0000 mgr.smithi110.unybfe (mgr.14180) 391 : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:22.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:22 smithi116 conmon[40473]: cluster 2024-01-27T23:31:20.796231+0000 mgr.smithi110.unybfe (mgr.14180) 390 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:22.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:22 smithi116 conmon[40473]: audit 2024-01-27T23:31:21.050953+0000 mgr.smithi110.unybfe (mgr.14180) 391 2024-01-27T23:31:22.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:22 smithi116 conmon[40473]: : audit [DBG] from='client.14880 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:24.386 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:24.387 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:24.723 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:24 smithi110 conmon[35313]: cluster 2024-01-27T23:31:22.796741+0000 mgr.smithi110.unybfe (mgr.14180) 392 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:24.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:24 smithi116 conmon[40473]: cluster 2024-01-27T23:31:22.796741+0000 mgr.smithi110.unybfe (mgr.14180) 392 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:25.131 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:25.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:25 smithi116 conmon[40473]: audit 2024-01-27T23:31:24.390510+0000 mgr.smithi110.unybfe (mgr.14180) 393 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:25.845 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:25 smithi110 conmon[35313]: audit 2024-01-27T23:31:24.390510+0000 mgr.smithi110.unybfe (mgr.14180) 393 : audit [DBG] from='client.14884 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:26.132 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:26.572 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:26 smithi110 conmon[35313]: cluster 2024-01-27T23:31:24.797453+0000 mgr.smithi110.unybfe (mgr.14180) 394 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:26.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:26 smithi116 conmon[40473]: cluster 2024-01-27T23:31:24.797453+0000 mgr.smithi110.unybfe (mgr.14180) 394 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:28.000 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:28.000 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:28.604 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:28.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:28 smithi116 conmon[40473]: cluster 2024-01-27T23:31:26.798087+0000 mgr.smithi110.unybfe (mgr.14180) 395 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:28.845 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:28 smithi110 conmon[35313]: cluster 2024-01-27T23:31:26.798087+0000 mgr.smithi110.unybfe (mgr.14180) 395 : cluster [DBG] pgmap v287: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:29.606 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:29.638 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:29 smithi110 conmon[35313]: audit 2024-01-27T23:31:28.004434+0000 mgr.smithi110.unybfe (mgr.14180) 396 : audit [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:29.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:29 smithi116 conmon[40473]: audit 2024-01-27T23:31:28.004434+0000 mgr.smithi110.unybfe (mgr.14180) 396 : audit 2024-01-27T23:31:29.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:29 smithi116 conmon[40473]: [DBG] from='client.14888 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:30.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:30 smithi116 conmon[40473]: cluster 2024-01-27T23:31:28.798571+0000 mgr.smithi110.unybfe (mgr.14180) 397 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:30.827 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:30 smithi110 conmon[35313]: cluster 2024-01-27T23:31:28.798571+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:31:30.828 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:30 smithi110 conmon[35313]: 397 : cluster [DBG] pgmap v288: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:31.462 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:31.462 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:31.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:31 smithi116 conmon[40473]: cluster 2024-01-27T23:31:30.799066+0000 mgr.smithi110.unybfe (mgr.14180) 398 : cluster 2024-01-27T23:31:31.771 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:31 smithi116 conmon[40473]: [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:31.845 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:31 smithi110 conmon[35313]: cluster 2024-01-27T23:31:30.799066+0000 mgr.smithi110.unybfe (mgr.14180) 398 : cluster [DBG] pgmap v289: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:32.040 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:33.042 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:33.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:32 smithi110 conmon[35313]: audit 2024-01-27T23:31:31.465564+0000 mgr.smithi110.unybfe (mgr.14180) 399 : audit 2024-01-27T23:31:33.074 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:32 smithi110 conmon[35313]: [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:33.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:32 smithi116 conmon[40473]: audit 2024-01-27T23:31:31.465564+0000 mgr.smithi110.unybfe (mgr.14180) 399 : audit [DBG] from='client.14892 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:34.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:33 smithi110 conmon[35313]: cluster 2024-01-27T23:31:32.799550+0000 mgr.smithi110.unybfe ( 2024-01-27T23:31:34.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:33 smithi110 conmon[35313]: mgr.14180) 400 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:34.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:33 smithi116 conmon[40473]: cluster 2024-01-27T23:31:32.799550+0000 mgr.smithi110.unybfe (mgr.14180) 400 : cluster [DBG] pgmap v290: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:34.929 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:34.929 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:35.512 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:36.094 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:35 smithi110 conmon[35313]: cluster 2024-01-27T23:31:34.800036+0000 mgr.smithi110.unybfe (mgr.14180) 401 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:36.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:35 smithi110 conmon[35313]: audit 2024-01-27T23:31:34.932442+0000 mgr.smithi110.unybfe (mgr.14180) 402 : audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:36.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:35 smithi116 conmon[40473]: cluster 2024-01-27T23:31:34.800036+0000 mgr.smithi110.unybfe (mgr.14180) 401 : cluster [DBG] pgmap v291: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:36.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:35 smithi116 conmon[40473]: audit 2024-01-27T23:31:34.932442+0000 mgr.smithi110.unybfe (mgr.14180) 402 : 2024-01-27T23:31:36.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:35 smithi116 conmon[40473]: audit [DBG] from='client.14896 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:36.513 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:37.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:37 smithi110 conmon[35313]: cluster 2024-01-27T23:31:36.800401+0000 mgr.smithi110.unybfe (mgr.14180) 403 : 2024-01-27T23:31:37.923 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:37 smithi110 conmon[35313]: cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:38.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:37 smithi116 conmon[40473]: cluster 2024-01-27T23:31:36.800401+0000 mgr.smithi110.unybfe (mgr.14180) 403 : cluster [DBG] pgmap v292: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:38.314 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:38.314 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:38.911 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:39.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:38 smithi110 conmon[35313]: audit 2024-01-27T23:31:38.317289+0000 mgr.smithi110.unybfe (mgr.14180) 404 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:39.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:38 smithi116 conmon[40473]: audit 2024-01-27T23:31:38.317289+0000 mgr.smithi110.unybfe (mgr.14180) 404 : audit [DBG] from='client.14900 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:39.912 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:40.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:39 smithi110 conmon[35313]: cluster 2024-01-27T23:31:38.800984+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:31:40.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:39 smithi110 conmon[35313]: 405 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:40.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:39 smithi116 conmon[40473]: cluster 2024-01-27T23:31:38.800984+0000 mgr.smithi110.unybfe (mgr.14180) 405 : cluster [DBG] pgmap v293: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:40.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:39 smithi116 conmon[40473]: 2024-01-27T23:31:41.818 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:41.819 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:42.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:41 smithi110 conmon[35313]: cluster 2024-01-27T23:31:40.801411+0000 mgr.smithi110.unybfe (mgr.14180) 406 : cluster [DBG] pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:42.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:41 smithi116 conmon[40473]: cluster 2024-01-27T23:31:40.801411+0000 mgr.smithi110.unybfe (mgr.14180) 406 : cluster [DBG] 2024-01-27T23:31:42.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:41 smithi116 conmon[40473]: pgmap v294: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:42.420 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:43.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:42 smithi110 conmon[35313]: audit 2024-01-27T23:31:41.822385+0000 mgr.smithi110.unybfe (mgr.14180) 407 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:43.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:42 smithi116 conmon[40473]: audit 2024-01-27T23:31:41.822385+0000 mgr.smithi110.unybfe (mgr.14180) 407 : audit [DBG] from='client.14904 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:43.421 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:44.254 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:43 smithi110 conmon[35313]: cluster 2024-01-27T23:31:42.802094+0000 mgr.smithi110.unybfe (mgr.14180) 408 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:44.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:43 smithi116 conmon[40473]: cluster 2024-01-27T23:31:42.802094+0000 mgr.smithi110.unybfe (mgr.14180) 408 : cluster [DBG] 2024-01-27T23:31:44.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:43 smithi116 conmon[40473]: pgmap v295: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:45.302 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:45.302 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:45.952 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:46.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:45 smithi116 conmon[40473]: cluster 2024-01-27T23:31:44.802595+0000 mgr.smithi110.unybfe (mgr.14180) 409 : cluster [DBG] 2024-01-27T23:31:46.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:45 smithi116 conmon[40473]: pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:46.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:45 smithi116 conmon[40473]: audit 2024-01-27T23:31:45.306023+0000 mgr.smithi110.unybfe (mgr.14180) 410 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:46.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:45 smithi110 conmon[35313]: cluster 2024-01-27T23:31:44.802595+0000 mgr.smithi110.unybfe (mgr.14180) 409 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:46.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:45 smithi110 conmon[35313]: audit 2024-01-27T23:31:45.306023+0000 mgr.smithi110.unybfe (mgr.14180) 410 : audit [DBG] from='client.14908 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:46.953 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:48.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:47 smithi110 conmon[35313]: cluster 2024-01-27T23:31:46.803072+0000 mgr.smithi110.unybfe (mgr.14180) 411 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:48.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:47 smithi116 conmon[40473]: cluster 2024-01-27T23:31:46.803072+0000 mgr.smithi110.unybfe (mgr.14180) 411 2024-01-27T23:31:48.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:47 smithi116 conmon[40473]: : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:48.836 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:48.836 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:49.443 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:50.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:49 smithi116 conmon[40473]: cluster 2024-01-27T23:31:48.803543+0000 mgr.smithi110.unybfe (mgr.14180) 412 : cluster 2024-01-27T23:31:50.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:49 smithi116 conmon[40473]: [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:50.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:49 smithi116 conmon[40473]: audit 2024-01-27T23:31:48.839405+0000 mgr.smithi110.unybfe (mgr.14180) 413 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:50.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:49 smithi110 conmon[35313]: cluster 2024-01-27T23:31:48.803543+0000 mgr.smithi110.unybfe ( 2024-01-27T23:31:50.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:49 smithi110 conmon[35313]: mgr.14180) 412 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:50.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:49 smithi110 conmon[35313]: audit 2024-01-27T23:31:48.839405+0000 mgr.smithi110.unybfe (mgr.14180) 413 : audit [DBG] from='client.14912 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:50.444 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:51.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:51 smithi110 conmon[35313]: cluster 2024-01-27T23:31:50.804302+0000 mgr.smithi110.unybfe (mgr.14180) 414 : 2024-01-27T23:31:51.904 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:51 smithi110 conmon[35313]: cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:52.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:51 smithi116 conmon[40473]: cluster 2024-01-27T23:31:50.804302+0000 mgr.smithi110.unybfe (mgr.14180) 414 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:52.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:51 smithi116 conmon[40473]: 2024-01-27T23:31:52.285 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:52.285 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:52.877 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:53.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:52 smithi116 conmon[40473]: audit 2024-01-27T23:31:52.289041+0000 mgr.smithi110.unybfe (mgr.14180) 415 : audit [DBG] 2024-01-27T23:31:53.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:52 smithi116 conmon[40473]: from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:53.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:52 smithi110 conmon[35313]: audit 2024-01-27T23:31:52.289041+0000 mgr.smithi110.unybfe (mgr.14180) 415 : audit [DBG] from='client.14916 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:53.878 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:54.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:53 smithi116 conmon[40473]: cluster 2024-01-27T23:31:52.804863+0000 mgr.smithi110.unybfe (mgr.14180) 416 : cluster 2024-01-27T23:31:54.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:53 smithi116 conmon[40473]: [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:54.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:53 smithi110 conmon[35313]: cluster 2024-01-27T23:31:52.804863+0000 mgr.smithi110.unybfe (mgr.14180) 416 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:55.702 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:55.703 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:31:56.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:55 smithi110 conmon[35313]: cluster 2024-01-27T23:31:54.805393+0000 mgr.smithi110.unybfe (mgr.14180) 417 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:56.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:55 smithi116 conmon[40473]: cluster 2024-01-27T23:31:54.805393+0000 mgr.smithi110.unybfe (mgr.14180) 417 : cluster [DBG] 2024-01-27T23:31:56.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:55 smithi116 conmon[40473]: pgmap v301: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:56.526 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:31:57.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:56 smithi116 conmon[40473]: audit 2024-01-27T23:31:55.706212+0000 mgr.smithi110.unybfe (mgr.14180) 418 : audit [DBG] 2024-01-27T23:31:57.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:56 smithi116 conmon[40473]: from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:57.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:56 smithi110 conmon[35313]: audit 2024-01-27T23:31:55.706212+0000 mgr.smithi110.unybfe (mgr.14180) 418 : 2024-01-27T23:31:57.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:56 smithi110 conmon[35313]: audit [DBG] from='client.14920 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:31:57.527 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:31:58.147 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:57 smithi110 conmon[35313]: cluster 2024-01-27T23:31:56.805955+0000 mgr.smithi110.unybfe (mgr.14180) 419 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:58.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:57 smithi116 conmon[40473]: cluster 2024-01-27T23:31:56.805955+0000 mgr.smithi110.unybfe (mgr.14180) 419 : 2024-01-27T23:31:58.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:57 smithi116 conmon[40473]: cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:31:59.384 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:31:59.384 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:32:00.009 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:32:00.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:59 smithi116 conmon[40473]: cluster 2024-01-27T23:31:58.806472+0000 mgr.smithi110.unybfe (mgr.14180) 420 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:00.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:59 smithi116 conmon[40473]: 2024-01-27T23:32:00.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:31:59 smithi116 conmon[40473]: audit 2024-01-27T23:31:59.387778+0000 mgr.smithi110.unybfe (mgr.14180) 421 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:00.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:59 smithi110 conmon[35313]: cluster 2024-01 2024-01-27T23:32:00.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:59 smithi110 conmon[35313]: -27T23:31:58.806472+0000 mgr.smithi110.unybfe (mgr.14180) 420 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:00.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:31:59 smithi110 conmon[35313]: audit 2024-01-27T23:31:59.387778+0000 mgr.smithi110.unybfe (mgr.14180) 421 : audit [DBG] from='client.14924 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:01.010 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:02.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:01 smithi110 conmon[35313]: cluster 2024-01-27T23:32:00.807081+0000 mgr.smithi110.unybfe (mgr.14180) 422 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:02.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:01 smithi116 conmon[40473]: cluster 2024-01-27T23:32:00.807081+0000 mgr.smithi110.unybfe (mgr.14180) 422 : cluster [DBG] 2024-01-27T23:32:02.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:01 smithi116 conmon[40473]: pgmap v304: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:02.858 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:02.858 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:32:03.525 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:32:04.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:03 smithi116 conmon[40473]: cluster 2024-01-27T23:32:02.807507+0000 mgr.smithi110.unybfe (mgr.14180) 423 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:04.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:03 smithi116 conmon[40473]: 2024-01-27T23:32:04.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:03 smithi116 conmon[40473]: audit 2024-01-27T23:32:02.861914+0000 mgr.smithi110.unybfe (mgr.14180) 424 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:04.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:03 smithi110 conmon[35313]: cluster 2024-01-27T23:32:02.807507+0000 mgr.smithi110.unybfe (mgr.14180) 423 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:04.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:03 smithi110 conmon[35313]: audit 2024-01-27T23:32:02.861914+0000 mgr.smithi110.unybfe (mgr.14180) 424 : audit [DBG] from='client.14928 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:04.525 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:05.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:05 smithi110 conmon[35313]: cluster 2024-01-27T23:32:04.808137+0000 mgr.smithi110.unybfe (mgr.14180) 425 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:06.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:05 smithi116 conmon[40473]: cluster 2024-01-27T23:32:04.808137+0000 mgr.smithi110.unybfe (mgr.14180) 425 : cluster [DBG] 2024-01-27T23:32:06.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:05 smithi116 conmon[40473]: pgmap v306: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:06.314 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:06.314 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:32:06.875 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:32:07.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:06 smithi116 conmon[40473]: audit 2024-01-27T23:32:06.317912+0000 mgr.smithi110.unybfe (mgr.14180) 426 : audit [DBG] 2024-01-27T23:32:07.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:06 smithi116 conmon[40473]: from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:07.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:06 smithi110 conmon[35313]: audit 2024-01-27T23:32:06.317912+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:32:07.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:06 smithi110 conmon[35313]: .14180) 426 : audit [DBG] from='client.14932 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:07.876 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:08.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:07 smithi116 conmon[40473]: cluster 2024-01-27T23:32:06.808637+0000 mgr.smithi110.unybfe (mgr.14180) 427 : cluster [DBG] 2024-01-27T23:32:08.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:07 smithi116 conmon[40473]: pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:08.325 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:07 smithi110 conmon[35313]: cluster 2024-01-27T23:32:06.808637+0000 mgr.smithi110.unybfe (mgr.14180) 427 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:09.666 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:09.666 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:32:10.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:09 smithi110 conmon[35313]: cluster 2024-01-27T23:32:08.809119+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:32:10.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:09 smithi110 conmon[35313]: 428 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:10.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:09 smithi116 conmon[40473]: cluster 2024-01-27T23:32:08.809119+0000 mgr.smithi110.unybfe (mgr.14180) 428 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:10.341 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:32:11.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:10 smithi116 conmon[40473]: audit 2024-01-27T23:32:09.668761+0000 mgr.smithi110.unybfe (mgr.14180) 429 : audit [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:11.342 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:11.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:10 smithi110 conmon[35313]: audit 2024-01-27T23:32:09.668761+0000 mgr.smithi110.unybfe (mgr.14180) 429 : audit 2024-01-27T23:32:11.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:10 smithi110 conmon[35313]: [DBG] from='client.14936 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:12.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:11 smithi110 conmon[35313]: cluster 2024-01-27T23:32:10.809603+0000 mgr.smithi110.unybfe (mgr.14180) 430 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:12.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:11 smithi116 conmon[40473]: cluster 2024-01-27T23:32:10.809603+0000 mgr.smithi110.unybfe (mgr.14180) 430 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:13.179 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:13.179 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:32:13.935 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:32:14.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:13 smithi116 conmon[40473]: cluster 2024-01-27T23:32:12.810014+0000 mgr.smithi110.unybfe (mgr.14180) 431 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:14.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:13 smithi116 conmon[40473]: audit 2024-01-27T23:32:13.182651+0000 mgr.smithi110.unybfe (mgr.14180) 432 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:13 smithi110 conmon[35313]: cluster 2024-01-27T23:32:12.810014+0000 mgr.smithi110.unybfe (mgr.14180) 431 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:13 smithi110 conmon[35313]: audit 2024-01-27T23:32:13.182651+0000 mgr.smithi110.unybfe (mgr.14180) 432 : audit [DBG] from='client.14940 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:14.937 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:16.095 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:15 smithi110 conmon[35313]: cluster 2024-01-27T23:32:14.810683+0000 mgr.smithi110.unybfe (mgr.14180) 433 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:16.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:15 smithi116 conmon[40473]: cluster 2024-01-27T23:32:14.810683+0000 mgr.smithi110.unybfe (mgr.14180) 433 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:16.737 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:16.738 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:47.580759Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:47.580907Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:47.580976Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:47.581037Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:47.581096Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "ports": [8000], "running": 0, "size": 4}}] 2024-01-27T23:32:17.341 INFO:tasks.cephadm:rgw.foo has 0/4 2024-01-27T23:32:18.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: audit 2024-01-27T23:32:16.740793+0000 mgr.smithi110.unybfe (mgr.14180) 434 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: cluster 2024-01-27T23:32:16.811050+0000 mgr.smithi110.unybfe (mgr.14180) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: cephadm 2024-01-27T23:32:17.244510+0000 mgr.smithi110.unybfe (mgr.14180) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.stmqyb ... 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:31: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-01-27T23:32:18.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.stmqyb ... 2024-01-27T23:32:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:31: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-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mi 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: rror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: cephadm 2024-01-27T23:32:17.244681+0000 mgr.smithi110.unybfe (mgr.14180) 437 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: audit 2024-01-27T23:32:17.244965+0000 mon.smithi110 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.stmqyb"}]: dispatch 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: cephadm 2024-01-27T23:32:17.245469+0000 mgr.smithi110.unybfe (mgr.14180) 438 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.stmqyb ... 2024-01-27T23:32:18.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:31: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-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: audit 2024-01-27T23:32:17.249753+0000 mon.smithi110 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: cephadm 2024-01-27T23:32:17.250017+0000 mgr.smithi110.unybfe (mgr.14180) 439 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: cephadm 2024-01-27T23:32:17.251026+0000 mgr.smithi110.unybfe (mgr.14180) 440 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: audit 2024-01-27T23:32:17.251728+0000 mon.smithi110 (mon.0) 665 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: cluster 2024-01-27T23:32:17.251819+0000 mgr.smithi110.unybfe (mgr.14180) 441 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:18.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:17 smithi116 conmon[40473]: audit 2024-01-27T23:32:17.513731+0000 mon.smithi110 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:18.343 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: audit 2024-01-27T23:32:16.740793+0000 mgr.smithi110.unybfe 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: (mgr.14180) 434 : audit [DBG] from='client.14944 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: cluster 2024-01-27T23:32:16.811050+0000 mgr.smithi110.unybfe (mgr.14180) 435 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: cephadm 2024-01-27T23:32:17.244510+0000 mgr.smithi110.unybfe (mgr.14180) 436 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.stmqyb ... 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:31: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-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.stmqyb ... 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:31: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-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: cephadm 2024-01-27T23:32:17.244681+0000 mgr.smithi110.unybfe (mgr.14180) 437 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: audit 2024-01-27T23:32:17.244965+0000 mon.smithi110 (mon.0) 663 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.stmqyb"}]: dispatch 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: cephadm 2024-01-27T23:32:17.245469+0000 mgr.smithi110.unybfe (mgr.14180) 438 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb 2024-01-27T23:32:18.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.stmqyb ... 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:30: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-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:31: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-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: audit 2024-01-27T23:32:17.249753+0000 mon.smithi110 (mon.0) 664 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: cephadm 2024-01-27T23:32:17.250017+0000 mgr.smithi110.unybfe (mgr.14180) 439 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: cephadm 2024-01-27T23:32:17.251026+0000 mgr.smithi110.unybfe (mgr.14180) 440 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:32:18.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: audit 2024-01-27T23:32:17.251728+0000 mon.smithi110 (mon.0) 665 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:32:18.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: cluster 2024-01-27T23:32:17.251819+0000 mgr.smithi110.unybfe (mgr.14180) 441 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:18.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:17 smithi110 conmon[35313]: audit 2024-01-27T23:32:17.513731+0000 mon.smithi110 (mon.0) 666 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:19.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:18 smithi116 conmon[40473]: cluster 2024-01-27T23:32:18.248061+0000 mon.smithi110 (mon.0 2024-01-27T23:32:19.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:18 smithi116 conmon[40473]: ) 667 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:32:19.275 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:18 smithi110 conmon[35313]: cluster 2024-01-27T23:32:18.248061+0000 mon.smithi110 (mon.0) 667 : 2024-01-27T23:32:19.275 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:18 smithi110 conmon[35313]: cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:32:20.096 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:20 smithi110 conmon[35313]: audit 2024-01-27T23:32:18.999357+0000 mon.smithi110 (mon.0) 2024-01-27T23:32:20.096 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:20 smithi110 conmon[35313]: 668 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:20.096 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:20 smithi110 conmon[35313]: cluster 2024-01-27T23:32:19.252527+0000 mgr.smithi110.unybfe (mgr.14180) 442 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:20.271 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:20 smithi116 conmon[40473]: audit 2024-01-27T23:32:18.999357+0000 mon.smithi110 (mon.0) 668 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:20.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:20 smithi116 conmon[40473]: cluster 2024-01-27T23:32:19.252527+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:32:20.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:20 smithi116 conmon[40473]: 14180) 442 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:20.575 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:20.575 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:26:51.813523Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:26:51.813629Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:26:51.813700Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:26:51.813454Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:26:51.813315Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:26:51.813764Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:26:51.813903Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:26:51.813826Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 2, "size": 4}}] 2024-01-27T23:32:21.359 INFO:tasks.cephadm:rgw.foo has 2/4 2024-01-27T23:32:22.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:21 smithi116 conmon[40473]: audit 2024-01-27T23:32:20.578331+0000 mgr.smithi110.unybfe (mgr.14180) 443 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:22.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:21 smithi116 conmon[40473]: audit 2024-01-27T23:32:20.980415+0000 mon.smithi110 (mon.0) 669 : audit 2024-01-27T23:32:22.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:21 smithi116 conmon[40473]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:22.272 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:21 smithi116 conmon[40473]: cluster 2024-01-27T23:32:21.253404+0000 mgr.smithi110.unybfe (mgr.14180) 444 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:22.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:21 smithi110 conmon[35313]: audit 2024-01-27T23:32:20.578331+0000 mgr.smithi110.unybfe (mgr.14180) 443 : audit [DBG] from='client.14948 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:22.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:21 smithi110 conmon[35313]: audit 2024-01-27T23:32:20.980415+0000 mon.smithi110 (mon.0) 669 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:22.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:21 smithi110 conmon[35313]: cluster 2024-01-27T23:32:21.253404+0000 mgr.smithi110.unybfe (mgr.14180) 444 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:22.360 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: audit 2024-01-27T23:32:22.157616+0000 mon.smithi110 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: (mon.0) 670 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: audit 2024-01-27T23:32:22.484707+0000 mon.smithi110 (mon. 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: 0) 671 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: audit 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: 2024-01-27T23:32:22. 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: 485400+0000 mon.smithi110 (mon.0) 672 : audit 2024-01-27T23:32:23.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: audit 2024-01-27T23:32:22.770152+0000 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: mon.smithi110 (mon.0) 673 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: audit 2024- 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: 01-27T23:32:22.774990+0000 mon.smithi110 ( 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: mon.0) 674 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: -27T23:32:22.778690+0000 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: mon.smithi110 (mon.0) 675 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: audit 2024-01-27T23:32 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: :22.785382+0000 mon.smithi110 (mon.0) 676 2024-01-27T23:32:23.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:23 smithi110 conmon[35313]: : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: audit 2024-01-27T23:32:22.157616+0000 mon.smithi110 (mon.0) 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: 670 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: audit 2024-01-27T23:32:22.484707+0000 mon.smithi110 (mon.0) 671 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: 01-27T23:32:22.485400+0000 mon.smithi110 (mon.0) 672 : audit [INF] 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: audit 2024-01-27 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: T23:32:22.770152+0000 2024-01-27T23:32:23.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: mon.smithi110 (mon.0) 673 : audit 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: audit 2024-01- 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: 27T23:32:22.774990+0000 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: mon.smithi110 (mon.0) 674 : audit 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: 01-27T23:32:22. 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: 778690+0000 mon.smithi110 (mon.0) 675 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: audit 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: 2024-01-27T23:32: 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: 22.785382+0000 mon.smithi110 (mon.0 2024-01-27T23:32:23.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:23 smithi116 conmon[40473]: ) 676 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:32:24.331 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:24.331 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:24.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:24 smithi110 conmon[35313]: cephadm 2024-01-27T23:32:22.490197+0000 mgr.smithi110.unybfe (mgr.14180) 445 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-27T23:32:24.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:24 smithi110 conmon[35313]: cluster 2024-01-27T23:32:22.779811+0000 mgr.smithi110.unybfe (mgr.14180) 446 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:24.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:24 smithi110 conmon[35313]: cephadm 2024-01-27T23:32:22.792366+0000 mgr.smithi110.unybfe (mgr.14180) 447 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.gukiur on smithi116 2024-01-27T23:32:24.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:24 smithi110 conmon[35313]: cluster 2024-01-27T23:32:23.777317+0000 mon.smithi110 (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:32:24.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:24 smithi110 conmon[35313]: cluster 2024-01-27T23:32:23.777344+0000 mon.smithi110 (mon.0) 678 : cluster [INF] Cluster is now healthy 2024-01-27T23:32:24.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:24 smithi116 conmon[40473]: cephadm 2024-01-27T23:32:22.490197+0000 mgr.smithi110.unybfe (mgr.14180) 445 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-27T23:32:24.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:24 smithi116 conmon[40473]: cluster 2024-01-27T23:32:22.779811+0000 mgr.smithi110.unybfe (mgr.14180) 446 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:24.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:24 smithi116 conmon[40473]: cephadm 2024-01-27T23:32:22.792366+0000 mgr.smithi110.unybfe (mgr.14180) 447 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.gukiur on smithi116 2024-01-27T23:32:24.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:24 smithi116 conmon[40473]: cluster 2024-01-27T23:32:23 2024-01-27T23:32:24.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:24 smithi116 conmon[40473]: .777317+0000 mon.smithi110 (mon.0) 677 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:32:24.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:24 smithi116 conmon[40473]: cluster 2024-01-27T23:32:23.777344+0000 mon.smithi110 (mon.0) 678 : cluster [INF] Cluster is now healthy 2024-01-27T23:32:24.967 INFO:tasks.cephadm:rgw.foo has 4/4 2024-01-27T23:32:24.968 INFO:teuthology.run_tasks:Running task cephadm.wait_for_service... 2024-01-27T23:32:24.980 INFO:tasks.cephadm:Waiting for ceph service ingress.rgw.foo to start (timeout 300)... 2024-01-27T23:32:24.980 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:25.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:25 smithi110 conmon[35313]: audit 2024-01-27T23:32:24.333938+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:32:25.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:25 smithi110 conmon[35313]: 448 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:25.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:25 smithi116 conmon[40473]: audit 2024-01-27T23:32:24.333938+0000 mgr.smithi110.unybfe (mgr.14180) 448 : audit [DBG] from='client.14982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:26.483 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:26 smithi110 conmon[35313]: cluster 2024-01-27T23:32:24.780395+0000 mgr.smithi110.unybfe (mgr.14180) 449 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 102 B/s wr, 2 op/s 2024-01-27T23:32:26.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:26 smithi116 conmon[40473]: cluster 2024-01-27T23:32:24.780395+0000 mgr.smithi110.unybfe (mgr.14180) 449 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 4.9 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 102 B/s wr, 2 op/s 2024-01-27T23:32:26.866 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:26.867 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:27.523 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:28.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:28 smithi116 conmon[40473]: cluster 2024-01-27T23:32:26.780827+0000 mgr.smithi110.unybfe (mgr.14180) 450 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 205 B/s wr, 2 op/s 2024-01-27T23:32:28.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:28 smithi116 conmon[40473]: audit 2024-01-27T23:32:26.870056+0000 mgr.smithi110.unybfe (mgr.14180) 451 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:28.524 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:28.558 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:28 smithi110 conmon[35313]: cluster 2024-01-27T23:32:26.780827+0000 mgr.smithi110.unybfe (mgr.14180) 450 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.4 KiB/s rd, 205 B/s wr, 2 op/s 2024-01-27T23:32:28.558 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:28 smithi110 conmon[35313]: audit 2024-01-27T23:32:26.870056+0000 mgr.smithi110.unybfe (mgr.14180) 451 : audit [DBG] from='client.14986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:30.412 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:30.413 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:30.437 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:30 smithi110 conmon[35313]: cluster 2024-01-27T23:32:28.781408+0000 mgr.smithi110.unybfe (mgr.14180) 452 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2024-01-27T23:32:30.521 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:30 smithi116 conmon[40473]: cluster 2024-01-27T23:32:28.781408+0000 mgr.smithi110.unybfe (mgr.14180) 452 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2024-01-27T23:32:31.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:31.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:31 smithi110 conmon[35313]: audit 2024-01-27T23:32:30.415231+0000 mgr.smithi110.unybfe (mgr.14180) 453 : audit [DBG] from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:31.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:31 smithi116 conmon[40473]: audit 2024-01-27T23:32:30.415231+0000 mgr.smithi110.unybfe (mgr.14180) 453 : audit [DBG] 2024-01-27T23:32:31.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:31 smithi116 conmon[40473]: from='client.14990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:32.091 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:32.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:32 smithi116 conmon[40473]: cluster 2024-01-27T23:32:30.781925+0000 mgr.smithi110.unybfe (mgr.14180) 454 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2024-01-27T23:32:32.556 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:32 smithi110 conmon[35313]: cluster 2024-01-27T23:32:30.781925+0000 mgr.smithi110.unybfe (mgr.14180) 454 : cluster [DBG] 2024-01-27T23:32:32.556 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:32 smithi110 conmon[35313]: pgmap v320: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2024-01-27T23:32:33.914 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:33.914 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:34.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:34 smithi110 conmon[35313]: cluster 2024-01-27T23:32:32.782336+0000 mgr.smithi110.unybfe (mgr.14180) 455 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2024-01-27T23:32:34.497 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:34.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:34 smithi116 conmon[40473]: cluster 2024-01-27T23:32:32.782336+0000 mgr.smithi110.unybfe (mgr.14180) 455 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.1 KiB/s rd, 177 B/s wr, 2 op/s 2024-01-27T23:32:34.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:34 smithi116 conmon[40473]: 2024-01-27T23:32:35.498 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:35.521 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:35 smithi116 conmon[40473]: audit 2024-01-27T23:32:33.916677+0000 mgr.smithi110.unybfe (mgr.14180) 456 : audit [DBG] 2024-01-27T23:32:35.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:35 smithi116 conmon[40473]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:35.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:35 smithi110 conmon[35313]: audit 2024-01-27T23:32:33.916677+0000 mgr.smithi110.unybfe (mgr.14180) 456 : audit [DBG] 2024-01-27T23:32:35.531 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:35 smithi110 conmon[35313]: from='client.14994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:36.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:36 smithi110 conmon[35313]: cluster 2024-01-27T23:32:34.782993+0000 mgr.smithi110.unybfe (mgr.14180) 457 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-27T23:32:36.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:36 smithi116 conmon[40473]: cluster 2024-01-27T23:32:34.782993+0000 mgr.smithi110.unybfe (mgr.14180) 457 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 2.0 KiB/s rd, 170 B/s wr, 2 op/s 2024-01-27T23:32:37.393 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:37.393 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:38.006 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:38.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:38 smithi110 conmon[35313]: cluster 2024-01-27T23:32:36.783471+0000 mgr.smithi110.unybfe (mgr.14180) 458 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T23:32:38.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:38 smithi110 conmon[35313]: audit 2024-01-27T23:32:37.395812+0000 mgr.smithi110.unybfe (mgr.14180) 459 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:38.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:38 smithi116 conmon[40473]: cluster 2024-01-27T23:32:36.783471+0000 mgr.smithi110.unybfe (mgr.14180) 458 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 341 B/s rd, 85 B/s wr, 0 op/s 2024-01-27T23:32:38.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:38 smithi116 conmon[40473]: audit 2024-01-27T23:32:37.395812+0000 mgr.smithi110.unybfe (mgr.14180) 459 : audit [DBG] from='client.14998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:39.008 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:40.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:40 smithi116 conmon[40473]: cluster 2024-01-27T23:32:38.784308+0000 mgr.smithi110.unybfe (mgr.14180) 460 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:40.532 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:40 smithi110 conmon[35313]: cluster 2024-01-27T23:32:38.784308+0000 mgr.smithi110.unybfe (mgr.14180) 460 : cluster 2024-01-27T23:32:40.532 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:40 smithi110 conmon[35313]: [DBG] pgmap v324: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:40.905 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:40.905 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:41.554 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:42.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:42 smithi116 conmon[40473]: cluster 2024-01-27T23:32:40.784827+0000 mgr.smithi110.unybfe (mgr.14180) 461 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:42.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:42 smithi116 conmon[40473]: audit 2024-01-27T23:32:40.907790+0000 mgr.smithi110.unybfe (mgr.14180) 462 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:42.555 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:42.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:42 smithi110 conmon[35313]: cluster 2024-01-27T23:32:40.784827+0000 mgr.smithi110.unybfe (mgr.14180) 461 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:42.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:42 smithi110 conmon[35313]: audit 2024-01-27T23:32:40.907790+0000 mgr.smithi110.unybfe (mgr.14180) 462 : audit [DBG] from='client.15002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:44.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:44 smithi110 conmon[35313]: cluster 2024-01-27T23:32:42.785292+0000 mgr.smithi110.unybfe (mgr.14180) 463 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:44.440 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:44.440 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:44.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:44 smithi116 conmon[40473]: cluster 2024-01-27T23:32:42.785292+0000 mgr.smithi110.unybfe (mgr.14180) 463 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:45.005 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:46.007 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:46.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:46 smithi110 conmon[35313]: audit 2024-01-27T23:32:44.442980+0000 mgr.smithi110.unybfe (mgr.14180) 464 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:46.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:46 smithi110 conmon[35313]: cluster 2024-01-27T23:32:44.786040+0000 mgr.smithi110.unybfe (mgr.14180) 465 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:46.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:46 smithi116 conmon[40473]: audit 2024-01-27T23:32:44.442980+0000 mgr.smithi110.unybfe (mgr.14180) 464 : audit [DBG] from='client.15006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:46.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:46 smithi116 conmon[40473]: cluster 2024-01-27T23:32:44.786040+0000 mgr.smithi110.unybfe (mgr.14180) 465 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:47.908 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:47.908 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:48.421 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:48.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:48 smithi116 conmon[40473]: cluster 2024-01-27T23:32:46.786565+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:32:48.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:48 smithi116 conmon[40473]: ) 466 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:48.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:48 smithi110 conmon[35313]: cluster 2024-01-27T23:32:46.786565+0000 mgr.smithi110.unybfe (mgr.14180) 466 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:49.422 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:49.458 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:49 smithi110 conmon[35313]: audit 2024-01-27T23:32:47.911011+0000 mgr.smithi110.unybfe (mgr.14180) 467 : audit [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:49.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:49 smithi116 conmon[40473]: audit 2024-01-27T23:32:47.911011+0000 mgr.smithi110.unybfe (mgr.14180) 467 : audit 2024-01-27T23:32:49.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:49 smithi116 conmon[40473]: [DBG] from='client.15010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:50.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:50 smithi116 conmon[40473]: cluster 2024-01-27T23:32:48.787110+0000 mgr.smithi110.unybfe (mgr.14180) 468 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:50.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:50 smithi110 conmon[35313]: cluster 2024-01-27T23:32:48.787110+0000 mgr.smithi110.unybfe (mgr.14180) 468 : cluster 2024-01-27T23:32:50.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:50 smithi110 conmon[35313]: [DBG] pgmap v329: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:51.363 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:51.364 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:52.119 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:52.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:52 smithi116 conmon[40473]: cluster 2024-01-27T23:32:50.787705+0000 mgr.smithi110.unybfe (mgr.14180) 469 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:52.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:52 smithi116 conmon[40473]: audit 2024-01-27T23:32:51.366672+0000 mgr.smithi110.unybfe (mgr.14180) 470 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:52.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:52 smithi110 conmon[35313]: cluster 2024-01-27T23:32:50.787705+0000 mgr.smithi110.unybfe (mgr.14180) 469 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:52.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:52 smithi110 conmon[35313]: audit 2024-01-27T23:32:51.366672+0000 mgr.smithi110.unybfe (mgr.14180) 470 : audit [DBG] from='client.15014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:53.120 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:54.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:54 smithi116 conmon[40473]: cluster 2024-01-27T23:32:52.788257+0000 mgr.smithi110.unybfe (mgr.14180) 471 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:54.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:54 smithi110 conmon[35313]: cluster 2024-01-27T23:32:52.788257+0000 mgr.smithi110.unybfe (mgr.14180) 471 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:54.945 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:54.945 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:55.562 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:32:56.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:56 smithi116 conmon[40473]: cluster 2024-01-27T23:32:54.788809+0000 mgr.smithi110.unybfe (mgr.14180) 472 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:56.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:56 smithi116 conmon[40473]: audit 2024-01-27T23:32: 2024-01-27T23:32:56.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:56 smithi116 conmon[40473]: 54.947292+0000 mgr.smithi110.unybfe (mgr.14180) 473 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:56.563 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:32:56.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:56 smithi110 conmon[35313]: cluster 2024-01-27T23:32:54.788809+0000 mgr.smithi110.unybfe (mgr.14180) 472 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:56.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:56 smithi110 conmon[35313]: audit 2024-01-27T23:32:54.947292+0000 mgr.smithi110.unybfe (mgr.14180) 473 : audit [DBG] from='client.15018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:32:58.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:58 smithi110 conmon[35313]: cluster 2024-01-27T23:32: 2024-01-27T23:32:58.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:32:58 smithi110 conmon[35313]: 56.789221+0000 mgr.smithi110.unybfe (mgr.14180) 474 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:58.436 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:32:58.436 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:32:58.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:58 smithi116 conmon[40473]: cluster 2024-01-27T23:32:56.789221+0000 mgr.smithi110.unybfe (mgr.14180) 474 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:32:58.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:32:58 smithi116 conmon[40473]: 2024-01-27T23:32:59.087 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:00.088 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:00.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:00 smithi116 conmon[40473]: audit 2024-01-27T23:32:58.439299+0000 mgr.smithi110.unybfe (mgr.14180) 475 : audit [DBG] 2024-01-27T23:33:00.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:00 smithi116 conmon[40473]: from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:00.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:00 smithi116 conmon[40473]: cluster 2024-01-27T23:32:58.789899+0000 mgr.smithi110.unybfe (mgr.14180) 476 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:00.536 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:00 smithi110 conmon[35313]: audit 2024-01-27T23:32:58.439299+0000 mgr.smithi110.unybfe (mgr.14180) 475 : 2024-01-27T23:33:00.536 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:00 smithi110 conmon[35313]: audit [DBG] from='client.15022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:00.536 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:00 smithi110 conmon[35313]: cluster 2024-01-27T23:32:58.789899+0000 mgr.smithi110.unybfe (mgr.14180) 476 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:01.961 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:01.961 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:02.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:02 smithi110 conmon[35313]: cluster 2024-01-27T23:33:00.790358+0000 mgr.smithi110.unybfe (mgr.14180) 477 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:02.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:02 smithi116 conmon[40473]: cluster 2024-01-27T23:33:00.790358+0000 mgr.smithi110.unybfe (mgr.14180) 477 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:02.585 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:03.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:03 smithi116 conmon[40473]: audit 2024-01-27T23:33:01.964130+0000 mgr.smithi110.unybfe (mgr.14180) 478 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:03.587 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:03.595 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:03 smithi110 conmon[35313]: audit 2024-01-27T23:33:01.964130+0000 mgr.smithi110.unybfe (mgr.14180) 478 : audit [DBG] from='client.15026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:04.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:04 smithi110 conmon[35313]: cluster 2024-01-27T23:33:02.790986+0000 mgr.smithi110.unybfe (mgr.14180) 479 : 2024-01-27T23:33:04.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:04 smithi110 conmon[35313]: cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:04.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:04 smithi116 conmon[40473]: cluster 2024-01-27T23:33:02.790986+0000 mgr.smithi110.unybfe (mgr.14180) 479 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:05.427 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:05.427 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:06.088 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:06.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:06 smithi110 conmon[35313]: cluster 2024-01-27T23:33:04.791829+0000 mgr.smithi110.unybfe (mgr.14180) 480 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:06.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:06 smithi110 conmon[35313]: audit 2024-01-27T23:33:05.428390+0000 mgr.smithi110.unybfe (mgr.14180) 481 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:06.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:06 smithi116 conmon[40473]: cluster 2024-01-27T23:33:04.791829+0000 mgr.smithi110.unybfe (mgr.14180) 480 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:06.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:06 smithi116 conmon[40473]: audit 2024-01-27T23:33:05.428390+0000 mgr.smithi110.unybfe (mgr.14180) 481 : audit [DBG] from='client.15030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:07.089 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:08.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:08 smithi116 conmon[40473]: cluster 2024-01-27T23:33:06.792295+0000 mgr.smithi110.unybfe (mgr.14180) 482 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:08.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:08 smithi116 conmon[40473]: 2024-01-27T23:33:08.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:08 smithi110 conmon[35313]: cluster 2024-01-27T23:33:06.792295+0000 mgr.smithi110.unybfe (mgr.14180) 482 : cluster [DBG] 2024-01-27T23:33:08.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:08 smithi110 conmon[35313]: pgmap v338: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:09.053 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:09.053 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:09.701 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:10.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:10 smithi116 conmon[40473]: cluster 2024-01-27T23:33:08.792791+0000 mgr.smithi110.unybfe (mgr.14180) 483 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:10.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:10 smithi116 conmon[40473]: audit 2024-01-27T23:33:09.055258+0000 mgr.smithi110.unybfe (mgr.14180) 484 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:10.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:10 smithi110 conmon[35313]: cluster 2024-01-27T23:33:08.792791+0000 mgr.smithi110.unybfe (mgr.14180) 483 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:10.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:10 smithi110 conmon[35313]: 2024-01-27T23:33:10.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:10 smithi110 conmon[35313]: audit 2024-01-27T23:33:09.055258+0000 mgr.smithi110.unybfe (mgr.14180) 484 : audit [DBG] from='client.15034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:10.702 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:12.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:12 smithi116 conmon[40473]: cluster 2024-01-27T23:33:10.793317+0000 mgr.smithi110.unybfe (mgr.14180) 485 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:12.532 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:12.532 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:12.552 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:12 smithi110 conmon[35313]: cluster 2024-01-27T23:33:10.793317+0000 mgr.smithi110.unybfe ( 2024-01-27T23:33:12.552 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:12 smithi110 conmon[35313]: mgr.14180) 485 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:13.142 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:14.143 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:14.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:14 smithi116 conmon[40473]: audit 2024-01-27T23:33:12.534343+0000 mgr.smithi110.unybfe (mgr.14180) 486 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:14.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:14 smithi116 conmon[40473]: cluster 2024-01-27T23:33:12.793774+0000 mgr.smithi110.unybfe (mgr.14180) 487 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:14.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:14 smithi110 conmon[35313]: audit 2024-01-27T23:33:12.534343+0000 mgr.smithi110.unybfe (mgr.14180) 486 : audit [DBG] from='client.15038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:14.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:14 smithi110 conmon[35313]: 2024-01-27T23:33:14.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:14 smithi110 conmon[35313]: cluster 2024-01-27T23:33:12.793774+0000 mgr.smithi110.unybfe (mgr.14180) 487 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:15.972 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:15.972 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:16.515 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:16 smithi110 conmon[35313]: cluster 2024-01-27T23:33:14.794447+0000 mgr.smithi110.unybfe (mgr.14180) 488 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:16.517 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:16.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:16 smithi116 conmon[40473]: cluster 2024-01-27T23:33:14.794447+0000 mgr.smithi110.unybfe (mgr.14180) 488 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:17.518 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:17.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:17 smithi116 conmon[40473]: audit 2024-01-27T23:33:15.974186+0000 mgr.smithi110.unybfe (mgr.14180) 489 : audit [DBG] from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:17.550 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:17 smithi110 conmon[35313]: audit 2024-01-27T23:33:15.974186+0000 mgr.smithi110.unybfe (mgr.14180) 489 : audit [DBG] 2024-01-27T23:33:17.551 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:17 smithi110 conmon[35313]: from='client.15042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:18.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:18 smithi116 conmon[40473]: cluster 2024-01-27T23:33:16.794887+0000 mgr.smithi110.unybfe (mgr.14180) 490 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:18.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:18 smithi110 conmon[35313]: cluster 2024-01-27T23:33:16.794887+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:33:18.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:18 smithi110 conmon[35313]: 490 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:19.412 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:19.413 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:20.025 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:20.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:20 smithi116 conmon[40473]: cluster 2024-01-27T23:33:18.795560+0000 mgr.smithi110.unybfe (mgr.14180) 491 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:20.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:20 smithi116 conmon[40473]: audit 2024-01-27T23 2024-01-27T23:33:20.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:20 smithi116 conmon[40473]: :33:19.414532+0000 mgr.smithi110.unybfe (mgr.14180) 492 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:20.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:20 smithi110 conmon[35313]: cluster 2024-01-27T23:33:18.795560+0000 mgr.smithi110.unybfe (mgr.14180) 491 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:20.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:20 smithi110 conmon[35313]: audit 2024-01-27T23:33:19. 2024-01-27T23:33:20.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:20 smithi110 conmon[35313]: 414532+0000 mgr.smithi110.unybfe (mgr.14180) 492 : audit [DBG] from='client.15046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:21.026 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:22.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:22 smithi116 conmon[40473]: cluster 2024-01-27T23:33:20.796028+0000 mgr.smithi110.unybfe (mgr.14180) 493 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:22.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:22 smithi116 conmon[40473]: 2024-01-27T23:33:22.535 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:22 smithi110 conmon[35313]: cluster 2024-01-27T23:33:20.796028+0000 mgr.smithi110.unybfe (mgr.14180) 493 : 2024-01-27T23:33:22.535 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:22 smithi110 conmon[35313]: cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:22.910 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:22.911 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:23.542 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:24.522 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:24 smithi116 conmon[40473]: cluster 2024-01-27T23:33:22.796430+0000 mgr.smithi110.unybfe (mgr.14180) 494 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:24.523 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:24 smithi116 conmon[40473]: audit 2024-01-27T23:33:22.912676+0000 mgr.smithi110.unybfe (mgr.14180) 495 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:24.543 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:24.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:24 smithi110 conmon[35313]: cluster 2024-01-27T23:33:22.796430+0000 mgr.smithi110.unybfe (mgr.14180) 494 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:24.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:24 smithi110 conmon[35313]: audit 2024-01-27T23:33:22.912676+0000 mgr.smithi110.unybfe (mgr.14180) 495 : audit [DBG] from='client.15050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:26.449 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:26.449 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:26.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:26 smithi110 conmon[35313]: cluster 2024-01-27T23:33:24.797079+0000 mgr.smithi110.unybfe (mgr.14180) 496 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:26.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:26 smithi116 conmon[40473]: cluster 2024-01-27T23:33:24.797079+0000 mgr.smithi110.unybfe (mgr.14180) 496 : 2024-01-27T23:33:26.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:26 smithi116 conmon[40473]: cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:27.091 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:28.092 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:28.524 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:28 smithi110 conmon[35313]: audit 2024-01-27T23:33:26.451103+0000 mgr.smithi110.unybfe (mgr.14180) 497 2024-01-27T23:33:28.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:28 smithi110 conmon[35313]: : audit [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:28.525 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:28 smithi110 conmon[35313]: cluster 2024-01-27T23:33:26.797498+0000 mgr.smithi110.unybfe (mgr.14180) 498 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:28.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:28 smithi116 conmon[40473]: audit 2024-01-27T23:33:26.451103+0000 mgr.smithi110.unybfe (mgr.14180) 497 : audit 2024-01-27T23:33:28.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:28 smithi116 conmon[40473]: [DBG] from='client.15054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:28.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:28 smithi116 conmon[40473]: cluster 2024-01-27T23:33:26.797498+0000 mgr.smithi110.unybfe (mgr.14180) 498 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:29.972 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:29.972 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:30.551 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:30 smithi110 conmon[35313]: cluster 2024-01-27T23:33:28.797956+0000 mgr.smithi110.unybfe (mgr.14180) 499 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:30.566 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:30.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:30 smithi116 conmon[40473]: cluster 2024-01-27T23:33:28.797956+0000 mgr.smithi110.unybfe (mgr.14180) 499 : 2024-01-27T23:33:30.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:30 smithi116 conmon[40473]: cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:31.567 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:31.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:31 smithi110 conmon[35313]: audit 2024-01-27T23:33:29.970348+0000 mgr.smithi110.unybfe (mgr.14180) 500 : audit [DBG] from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:31.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:31 smithi116 conmon[40473]: audit 2024-01-27T23:33:29.970348+0000 mgr.smithi110.unybfe (mgr.14180) 500 : audit [DBG] 2024-01-27T23:33:31.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:31 smithi116 conmon[40473]: from='client.15058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:32.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:32 smithi110 conmon[35313]: cluster 2024-01-27T23:33:30.798496+0000 mgr.smithi110.unybfe 2024-01-27T23:33:32.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:32 smithi110 conmon[35313]: (mgr.14180) 501 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:32.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:32 smithi116 conmon[40473]: cluster 2024-01-27T23:33:30.798496+0000 mgr.smithi110.unybfe (mgr.14180) 501 : cluster [DBG] 2024-01-27T23:33:32.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:32 smithi116 conmon[40473]: pgmap v350: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:33.466 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:33.467 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:34.081 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:34.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:34 smithi110 conmon[35313]: cluster 2024-01-27T23:33:32.798956+0000 mgr.smithi110.unybfe (mgr.14180) 502 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:34.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:34 smithi116 conmon[40473]: cluster 2024-01-27T23:33:32.798956+0000 mgr.smithi110.unybfe (mgr.14180) 502 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:34.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:34 smithi116 conmon[40473]: 2024-01-27T23:33:35.082 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:35.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:35 smithi110 conmon[35313]: audit 2024-01 2024-01-27T23:33:35.541 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:35 smithi110 conmon[35313]: -27T23:33:33.469048+0000 mgr.smithi110.unybfe (mgr.14180) 503 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:35.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:35 smithi116 conmon[40473]: audit 2024-01-27T23:33:33.469048+0000 mgr.smithi110.unybfe (mgr.14180) 503 : audit [DBG] from='client.15062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:35.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:35 smithi116 conmon[40473]: 2024-01-27T23:33:36.558 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:36 smithi110 conmon[35313]: cluster 2024-01-27T23:33:34.799498+0000 mgr.smithi110.unybfe (mgr.14180) 504 2024-01-27T23:33:36.558 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:36 smithi110 conmon[35313]: : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:36.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:36 smithi116 conmon[40473]: cluster 2024-01-27T23:33:34.799498+0000 mgr.smithi110.unybfe (mgr.14180) 504 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:36.931 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:36.931 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:37.522 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:38.523 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:38.559 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:38 smithi110 conmon[35313]: cluster 2024-01-27T23:33:36.799855+0000 mgr.smithi110.unybfe (mgr.14180) 505 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:38.559 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:38 smithi110 conmon[35313]: audit 2024-01-27T23:33:36.933376+0000 mgr.smithi110.unybfe (mgr.14180) 506 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:38.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:38 smithi116 conmon[40473]: cluster 2024-01-27T23:33:36.799855+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:33:38.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:38 smithi116 conmon[40473]: 505 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:38.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:38 smithi116 conmon[40473]: audit 2024-01-27T23:33:36.933376+0000 mgr.smithi110.unybfe (mgr.14180) 506 : audit [DBG] from='client.15066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:40.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:40 smithi110 conmon[35313]: cluster 2024-01-27T23:33:38.800330+0000 mgr.smithi110.unybfe (mgr.14180) 507 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:40.458 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:40.458 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:40.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:40 smithi116 conmon[40473]: cluster 2024-01-27T23:33:38.800330+0000 mgr.smithi110.unybfe (mgr.14180) 507 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:41.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:42.090 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:42.540 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:42 smithi110 conmon[35313]: audit 2024-01-27T23:33:40.460268+0000 mgr.smithi110.unybfe (mgr.14180) 508 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:42.540 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:42 smithi110 conmon[35313]: cluster 2024-01-27T23:33:40.800949+0000 mgr.smithi110.unybfe (mgr.14180) 509 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:42.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:42 smithi116 conmon[40473]: audit 2024-01-27T23:33:40.460268+0000 mgr.smithi110.unybfe (mgr.14180) 508 : audit [DBG] from='client.15070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:42 smithi116 conmon[40473]: cluster 2024-01-27T23:33:40.800949+0000 mgr.smithi110.unybfe (mgr.14180) 509 : cluster [DBG] pgmap v355: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:43.952 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:43.953 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:44.539 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:44.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:44 smithi110 conmon[35313]: cluster 2024-01-27T23:33:42.801444+0000 mgr.smithi110.unybfe (mgr.14180) 510 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:44.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:44 smithi116 conmon[40473]: cluster 2024-01-27T23:33:42.801444+0000 mgr.smithi110.unybfe (mgr.14180) 510 : cluster [DBG] pgmap v356: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:45.540 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:45.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:45 smithi110 conmon[35313]: audit 2024-01-27T 2024-01-27T23:33:45.574 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:45 smithi110 conmon[35313]: 23:33:43.954077+0000 mgr.smithi110.unybfe (mgr.14180) 511 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:45.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:45 smithi116 conmon[40473]: audit 2024-01-27T23:33:43.954077+0000 mgr.smithi110.unybfe (mgr.14180) 511 : audit [DBG] from='client.15074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:45.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:45 smithi116 conmon[40473]: 2024-01-27T23:33:46.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:46 smithi110 conmon[35313]: cluster 2024-01-27T23:33:44.802024+0000 mgr.smithi110.unybfe (mgr.14180) 512 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:46.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:46 smithi116 conmon[40473]: cluster 2024-01-27T23:33:44.802024+0000 mgr.smithi110.unybfe (mgr.14180) 512 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:47.379 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:47.379 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:48.039 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:48.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:48 smithi110 conmon[35313]: cluster 2024-01-27T23:33:46.802407+0000 mgr.smithi110.unybfe (mgr.14180) 513 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:48.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:48 smithi110 conmon[35313]: audit 2024-01-27T23:33:47.381334+0000 mgr.smithi110.unybfe (mgr.14180) 514 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:48.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:48 smithi116 conmon[40473]: cluster 2024-01-27T23:33:46.802407+0000 mgr.smithi110.unybfe (mgr.14180) 513 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:48.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:48 smithi116 conmon[40473]: audit 2024-01-27T23:33:47.381334+0000 mgr.smithi110.unybfe (mgr.14180) 514 : audit [DBG] from='client.15078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:49.040 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:50.561 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:50 smithi110 conmon[35313]: cluster 2024-01-27T23:33:48.803038+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:33:50.561 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:50 smithi110 conmon[35313]: .14180) 515 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:50.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:50 smithi116 conmon[40473]: cluster 2024-01-27T23:33:48.803038+0000 mgr.smithi110.unybfe (mgr.14180) 515 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:50.915 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:50.915 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:51.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:52.513 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:52.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:52 smithi110 conmon[35313]: cluster 2024-01-27T23:33:50.803545+0000 mgr.smithi110.unybfe (mgr.14180) 516 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:52.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:52 smithi110 conmon[35313]: audit 2024-01-27T23:33:50.917108+0000 mgr.smithi110.unybfe (mgr.14180) 517 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:52.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:52 smithi116 conmon[40473]: cluster 2024-01-27T23:33:50.803545+0000 mgr.smithi110.unybfe (mgr.14180) 516 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:52.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:52 smithi116 conmon[40473]: audit 2024-01-27T23:33:50.917108+0000 mgr.smithi110.unybfe (mgr.14180) 517 : audit [DBG] from='client.15082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:54.355 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:54.355 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:54.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:54 smithi110 conmon[35313]: cluster 2024-01-27T23:33:52.804155+0000 mgr.smithi110.unybfe (mgr.14180) 518 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:54.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:54 smithi116 conmon[40473]: cluster 2024-01-27T23:33:52.804155+0000 mgr.smithi110.unybfe (mgr.14180) 518 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:55.106 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:55.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:55 smithi110 conmon[35313]: audit 2024-01-27T23:33:54. 2024-01-27T23:33:55.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:55 smithi110 conmon[35313]: 356488+0000 mgr.smithi110.unybfe (mgr.14180) 519 : audit [DBG] from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:55.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:55 smithi116 conmon[40473]: audit 2024-01-27T23:33:54.356488+0000 mgr.smithi110.unybfe (mgr.14180) 519 : audit [DBG] 2024-01-27T23:33:55.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:55 smithi116 conmon[40473]: from='client.15086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:56.107 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:56.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:56 smithi110 conmon[35313]: cluster 2024-01-27T23:33:54.804789+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:33:56.588 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:56 smithi110 conmon[35313]: 520 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:56.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:56 smithi116 conmon[40473]: cluster 2024-01-27T23:33:54.804789+0000 mgr.smithi110.unybfe (mgr.14180) 520 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:57.947 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:33:57.947 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:33:58.536 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:33:58.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:58 smithi110 conmon[35313]: cluster 2024-01-27T23:33:56.805206+0000 mgr.smithi110.unybfe (mgr.14180) 521 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:58.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:58 smithi116 conmon[40473]: cluster 2024-01-27T23:33:56.805206+0000 mgr.smithi110.unybfe (mgr.14180) 521 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:33:59.537 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:33:59.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:59 smithi116 conmon[40473]: audit 2024-01-27T23:33:57.949024+0000 mgr.smithi110.unybfe (mgr.14180) 522 : audit [DBG] 2024-01-27T23:33:59.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:33:59 smithi116 conmon[40473]: from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:33:59.846 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:59 smithi110 conmon[35313]: audit 2024-01-27T23:33:57.949024+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:33:59.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:33:59 smithi110 conmon[35313]: 522 : audit [DBG] from='client.15090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:00.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:00 smithi110 conmon[35313]: cluster 2024-01-27T23:33:58.805938+0000 mgr.smithi110.unybfe (mgr.14180) 523 2024-01-27T23:34:00.771 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:00 smithi110 conmon[35313]: : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:00.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:00 smithi116 conmon[40473]: cluster 2024-01-27T23:33:58.805938+0000 mgr.smithi110.unybfe (mgr.14180) 523 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:01.356 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:01.356 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:01.920 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:02.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:02 smithi116 conmon[40473]: cluster 2024-01-27T23:34:00.806521+0000 mgr.smithi110.unybfe (mgr.14180) 524 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:02.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:02 smithi116 conmon[40473]: audit 2024-01-27T23:34:01.357070+0000 mgr.smithi110.unybfe (mgr.14180) 525 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:02.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:02 smithi110 conmon[35313]: cluster 2024-01-27T23:34:00.806521+0000 mgr.smithi110.unybfe (mgr.14180) 524 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:02.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:02 smithi110 conmon[35313]: audit 2024-01-27T23:34:01.357070+0000 mgr.smithi110.unybfe (mgr.14180) 525 : audit [DBG] from='client.15094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:02.921 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:04.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:04 smithi110 conmon[35313]: cluster 2024-01-27T23:34:02.807070+0000 mgr.smithi110.unybfe (mgr.14180) 526 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:04.723 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:04.724 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:04.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:04 smithi116 conmon[40473]: cluster 2024-01-27T23:34:02.807070+0000 mgr.smithi110.unybfe (mgr.14180) 526 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:05.319 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:06.321 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:06.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:06 smithi116 conmon[40473]: audit 2024-01-27T23:34:04.725771+0000 mgr.smithi110.unybfe (mgr.14180) 527 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:06.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:06 smithi116 conmon[40473]: 2024-01-27T23:34:06.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:06 smithi116 conmon[40473]: cluster 2024-01-27T23:34:04.807612+0000 mgr.smithi110.unybfe (mgr.14180) 528 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:06.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:06 smithi110 conmon[35313]: audit 2024-01-27T23:34:04.725771+0000 2024-01-27T23:34:06.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:06 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 527 : audit [DBG] from='client.15098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:06.786 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:06 smithi110 conmon[35313]: cluster 2024-01-27T23:34:04.807612+0000 mgr.smithi110.unybfe (mgr.14180) 528 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:08.195 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:08.196 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:08.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:08 smithi110 conmon[35313]: cluster 2024-01-27T23:34:06.808001+0000 mgr.smithi110.unybfe (mgr.14180) 529 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:08.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:08 smithi116 conmon[40473]: cluster 2024-01-27T23:34:06.808001+0000 mgr.smithi110.unybfe (mgr.14180) 529 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:08.835 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:09.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:09 smithi116 conmon[40473]: audit 2024-01-27T23:34:08.197009+0000 mgr.smithi110.unybfe (mgr.14180) 530 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:09.837 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:09.846 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:09 smithi110 conmon[35313]: audit 2024-01-27T23:34:08.197009+0000 mgr.smithi110.unybfe (mgr.14180) 530 : audit [DBG] from='client.15102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:10.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:10 smithi110 conmon[35313]: cluster 2024-01-27T23:34:08.808518+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:34:10.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:10 smithi110 conmon[35313]: .14180) 531 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:10.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:10 smithi116 conmon[40473]: cluster 2024-01-27T23:34:08.808518+0000 mgr.smithi110.unybfe (mgr.14180) 531 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:11.664 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:11.665 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:12.320 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:12.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:12 smithi110 conmon[35313]: cluster 2024-01-27T23:34:10.809045+0000 mgr.smithi110.unybfe (mgr.14180) 532 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:12.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:12 smithi116 conmon[40473]: cluster 2024-01-27T23:34:10.809045+0000 mgr.smithi110.unybfe (mgr.14180) 532 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:13.321 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:13.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:13 smithi110 conmon[35313]: audit 2024-01-27T23:34:11.666152+0000 mgr.smithi110.unybfe (mgr.14180) 533 : audit [DBG] 2024-01-27T23:34:13.770 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:13 smithi110 conmon[35313]: from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:13.772 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:13 smithi116 conmon[40473]: audit 2024-01-27T23:34:11.666152+0000 mgr.smithi110.unybfe (mgr.14180) 533 : audit [DBG] from='client.15106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:14.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:14 smithi110 conmon[35313]: cluster 2024-01-27T23:34:12.809751+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:34:14.662 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:14 smithi110 conmon[35313]: ) 534 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:14.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:14 smithi116 conmon[40473]: cluster 2024-01-27T23:34:12.809751+0000 mgr.smithi110.unybfe (mgr.14180) 534 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:15.033 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:15.033 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:15.635 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:16.636 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:16.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:16 smithi110 conmon[35313]: cluster 2024-01-27T23:34:14.810296+0000 mgr.smithi110.unybfe (mgr.14180) 535 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:16.669 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:16 smithi110 conmon[35313]: audit 2024-01-27T23:34:15.034529+0000 mgr.smithi110.unybfe (mgr.14180) 536 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:16.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:16 smithi116 conmon[40473]: cluster 2024-01-27T23:34:14.810296+0000 mgr.smithi110.unybfe (mgr.14180) 535 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:16.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:16 smithi116 conmon[40473]: audit 2024-01-27T23:34:16.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:16 smithi116 conmon[40473]: 2024-01-27T23:34:15.034529+0000 mgr.smithi110.unybfe (mgr.14180) 536 : audit [DBG] from='client.15110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:18.501 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:18.501 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:18.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:18 smithi110 conmon[35313]: cluster 2024-01-27T23:34:16.810755+0000 mgr.smithi110.unybfe (mgr.14180) 537 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:18.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:18 smithi116 conmon[40473]: cluster 2024-01-27T23:34:16.810755+0000 mgr.smithi110.unybfe (mgr.14180) 537 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:19.093 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:20.094 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:20.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:20 smithi110 conmon[35313]: audit 2024-01-27T23:34:18.502830+0000 mgr.smithi110.unybfe (mgr.14180) 538 : audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:20.694 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:20 smithi110 conmon[35313]: cluster 2024-01-27T23:34:18.811243+0000 mgr.smithi110.unybfe (mgr.14180) 539 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:20.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:20 smithi116 conmon[40473]: audit 2024-01-27T23:34:18.502830+0000 mgr.smithi110.unybfe (mgr.14180) 538 : 2024-01-27T23:34:20.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:20 smithi116 conmon[40473]: audit [DBG] from='client.15114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:20.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:20 smithi116 conmon[40473]: cluster 2024-01-27T23:34:18.811243+0000 mgr.smithi110.unybfe (mgr.14180) 539 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:21.831 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:21.831 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:22.413 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:22.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:22 smithi116 conmon[40473]: cluster 2024-01-27T23:34:20.811781+0000 mgr.smithi110.unybfe (mgr.14180) 540 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:22.848 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:22 smithi110 conmon[35313]: cluster 2024-01-27T23:34:20.811781+0000 mgr.smithi110.unybfe (mgr.14180) 540 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:23.414 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:23.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:23 smithi116 conmon[40473]: audit 2024-01-27T23:34:21.832771+0000 mgr.smithi110.unybfe (mgr.14180) 541 : audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:23.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:23 smithi110 conmon[35313]: audit 2024-01-27T23:34:21.832771+0000 mgr.smithi110.unybfe (mgr.14180) 541 : 2024-01-27T23:34:23.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:23 smithi110 conmon[35313]: audit [DBG] from='client.15118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:24.596 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:24 smithi110 conmon[35313]: cluster 2024-01-27T23:34:22.812380+0000 mgr.smithi110.unybfe (mgr.14180) 542 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:24.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:24 smithi116 conmon[40473]: cluster 2024-01-27T23:34:22.812380+0000 mgr.smithi110.unybfe (mgr.14180) 542 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:25.288 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:25.288 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:25.867 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:26.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:26 smithi116 conmon[40473]: cluster 2024-01-27T23:34:24.812966+0000 mgr.smithi110.unybfe (mgr.14180) 543 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:26.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:26 smithi116 conmon[40473]: audit 2024-01-27T23:34:25.289702+0000 mgr.smithi110.unybfe (mgr.14180) 544 : 2024-01-27T23:34:26.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:26 smithi116 conmon[40473]: audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:26.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:26 smithi110 conmon[35313]: cluster 2024-01-27T23:34:24.812966+0000 mgr.smithi110.unybfe (mgr.14180) 543 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:26.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:26 smithi110 conmon[35313]: audit 2024-01-27T23:34:25.289702+0000 mgr.smithi110.unybfe (mgr.14180) 544 : audit [DBG] from='client.15122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:26.868 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:28.753 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:28.753 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:28.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:28 smithi116 conmon[40473]: cluster 2024-01-27T23:34:26.813626+0000 mgr.smithi110.unybfe (mgr.14180) 545 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:28.780 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:28 smithi110 conmon[35313]: cluster 2024-01-27T23:34:26.813626+0000 mgr.smithi110.unybfe (mgr.14180) 545 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:29.333 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:30.333 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:30.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:30 smithi116 conmon[40473]: audit 2024-01-27T23:34:28.754285+0000 mgr.smithi110.unybfe (mgr.14180) 546 : audit [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:30.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:30 smithi116 conmon[40473]: cluster 2024-01-27T23:34:28.814105+0000 mgr.smithi110.unybfe 2024-01-27T23:34:30.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:30 smithi116 conmon[40473]: (mgr.14180) 547 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:30.792 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:30 smithi110 conmon[35313]: audit 2024-01-27T23:34:28.754285+0000 mgr.smithi110.unybfe (mgr.14180) 546 : audit 2024-01-27T23:34:30.792 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:30 smithi110 conmon[35313]: [DBG] from='client.15126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:30.792 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:30 smithi110 conmon[35313]: cluster 2024-01-27T23:34:28.814105+0000 mgr.smithi110.unybfe (mgr.14180) 547 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:32.200 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:32.200 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:32.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:32 smithi110 conmon[35313]: cluster 2024-01-27T23:34:30.814679+0000 mgr.smithi110.unybfe (mgr.14180) 548 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:32.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:32 smithi116 conmon[40473]: cluster 2024-01-27T23:34:30.814679+0000 mgr.smithi110.unybfe (mgr.14180) 548 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:32.799 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:33.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:33 smithi116 conmon[40473]: audit 2024-01-27T23:34:32.201636+0000 mgr.smithi110.unybfe (mgr.14180) 549 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:33.800 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:33.831 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:33 smithi110 conmon[35313]: audit 2024-01-27T23:34:32.201636+0000 mgr.smithi110.unybfe (mgr.14180) 549 : audit [DBG] from='client.15130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:34.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:34 smithi110 conmon[35313]: cluster 2024-01-27T23:34:32.815080+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:34:34.576 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:34 smithi110 conmon[35313]: 550 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:34.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:34 smithi116 conmon[40473]: cluster 2024-01-27T23:34:32.815080+0000 mgr.smithi110.unybfe (mgr.14180) 550 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:35.600 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:35.600 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:36.257 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:36.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:36 smithi110 conmon[35313]: cluster 2024-01-27T23:34:34.815756+0000 mgr.smithi110.unybfe (mgr.14180) 551 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:36.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:36 smithi116 conmon[40473]: cluster 2024-01-27T23:34:34.815756+0000 mgr.smithi110.unybfe (mgr.14180) 551 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:37.258 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:37.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:37 smithi110 conmon[35313]: audit 2024-01-27T23:34:35.601473+0000 mgr.smithi110.unybfe (mgr.14180) 552 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:37.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:37 smithi116 conmon[40473]: audit 2024-01-27T23:34:35.601473+0000 mgr.smithi110.unybfe (mgr.14180) 552 : audit [DBG] from='client.15134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:38.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:38 smithi110 conmon[35313]: cluster 2024-01-27T23:34:36.816223+0000 mgr.smithi110.unybfe (mgr.14180) 553 2024-01-27T23:34:38.734 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:38 smithi110 conmon[35313]: : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:38.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:38 smithi116 conmon[40473]: cluster 2024-01-27T23:34:36.816223+0000 mgr.smithi110.unybfe (mgr.14180) 553 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:39.102 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:39.102 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:39.682 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:40.683 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:40.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:40 smithi110 conmon[35313]: cluster 2024-01-27T23:34:38.816744+0000 mgr.smithi110.unybfe (mgr.14180) 554 2024-01-27T23:34:40.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:40 smithi110 conmon[35313]: : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:40.716 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:40 smithi110 conmon[35313]: audit 2024-01-27T23:34:39.103100+0000 mgr.smithi110.unybfe (mgr.14180) 555 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:40.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:40 smithi116 conmon[40473]: cluster 2024-01-27T23:34:38.816744+0000 mgr.smithi110.unybfe (mgr.14180) 554 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:40.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:40 smithi116 conmon[40473]: audit 2024-01-27T23:34:39.103100+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:34:40.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:40 smithi116 conmon[40473]: 14180) 555 : audit [DBG] from='client.15138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:42.505 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:42.505 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:42.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:42 smithi116 conmon[40473]: cluster 2024-01-27T23:34:40.817403+0000 mgr.smithi110.unybfe (mgr.14180) 556 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:42.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:42 smithi110 conmon[35313]: cluster 2024-01-27T23:34:40.817403+0000 mgr.smithi110.unybfe (mgr.14180) 556 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:43.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:43.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:43 smithi116 conmon[40473]: audit 2024-01-27T23:34:42.506663+0000 mgr.smithi110.unybfe (mgr.14180) 557 : audit [DBG] 2024-01-27T23:34:43.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:43 smithi116 conmon[40473]: from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:43.773 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:43 smithi116 conmon[40473]: cluster 2024-01-27T23:34:42.817922+0000 mgr.smithi110.unybfe (mgr.14180) 558 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:43.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:43 smithi110 conmon[35313]: audit 2024-01-27T23:34:42.506663+0000 mgr.smithi110.unybfe 2024-01-27T23:34:43.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:43 smithi110 conmon[35313]: (mgr.14180) 557 : audit [DBG] from='client.15142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:43.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:43 smithi110 conmon[35313]: cluster 2024-01-27T23:34:42.817922+0000 mgr.smithi110.unybfe (mgr.14180) 558 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:44.067 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:45.869 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:45.869 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:46.249 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:45 smithi110 conmon[35313]: cluster 2024-01-27T23:34:44.818546+0000 mgr.smithi110.unybfe (mgr.14180) 559 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:46.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:45 smithi116 conmon[40473]: cluster 2024-01-27T23:34:44.818546+0000 mgr.smithi110.unybfe (mgr.14180) 559 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:46.633 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:47.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:46 smithi116 conmon[40473]: audit 2024-01-27T23:34:45.869985+0000 mgr.smithi110.unybfe (mgr.14180) 560 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:47.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:46 smithi110 conmon[35313]: audit 2024-01-27T23:34:45.869985+0000 mgr.smithi110.unybfe (mgr.14180) 560 : audit [DBG] from='client.15146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:47.634 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:48.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:47 smithi110 conmon[35313]: cluster 2024-01-27T23:34:46.818949+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:34:48.073 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:47 smithi110 conmon[35313]: 14180) 561 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:48.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:47 smithi116 conmon[40473]: cluster 2024-01-27T23:34:46.818949+0000 mgr.smithi110.unybfe (mgr.14180) 561 : cluster 2024-01-27T23:34:48.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:47 smithi116 conmon[40473]: [DBG] pgmap v388: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:49.431 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:49.431 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:50.031 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:50.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:49 smithi116 conmon[40473]: cluster 2024-01-27T23:34:48.819506+0000 mgr.smithi110.unybfe (mgr.14180) 562 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:50.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:49 smithi116 conmon[40473]: audit 2024-01-27T23:34:49.433124+0000 mgr.smithi110.unybfe (mgr.14180) 563 : 2024-01-27T23:34:50.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:49 smithi116 conmon[40473]: audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:50.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:49 smithi110 conmon[35313]: cluster 2024-01-27T23:34:48.819506+0000 mgr.smithi110.unybfe (mgr.14180) 562 2024-01-27T23:34:50.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:49 smithi110 conmon[35313]: : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:50.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:49 smithi110 conmon[35313]: audit 2024-01-27T23:34:49.433124+0000 mgr.smithi110.unybfe (mgr.14180) 563 : audit [DBG] from='client.15150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:51.031 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:52.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:51 smithi116 conmon[40473]: cluster 2024-01-27T23:34:50.820275+0000 mgr.smithi110.unybfe (mgr.14180) 564 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:52.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:51 smithi110 conmon[35313]: cluster 2024-01-27T23:34:50.820275+0000 2024-01-27T23:34:52.297 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:51 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 564 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:52.916 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:52.916 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:53.517 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:54.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:53 smithi116 conmon[40473]: cluster 2024-01-27T23:34:52.820707+0000 mgr.smithi110.unybfe (mgr.14180) 565 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:54.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:53 smithi116 conmon[40473]: audit 2024-01-27T23:34:54.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:53 smithi116 conmon[40473]: 2024-01-27T23:34:52.917717+0000 mgr.smithi110.unybfe (mgr.14180) 566 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:54.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:53 smithi110 conmon[35313]: cluster 2024-01-27T23:34:52.820707+0000 mgr.smithi110.unybfe (mgr.14180) 565 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:54.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:53 smithi110 conmon[35313]: audit 2024-01-27T23:34:52.917717+0000 mgr.smithi110.unybfe (mgr.14180) 566 : audit [DBG] from='client.15154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:54.518 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:56.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:55 smithi110 conmon[35313]: cluster 2024-01-27T23:34:54.821229+0000 mgr.smithi110.unybfe (mgr.14180) 567 2024-01-27T23:34:56.049 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:55 smithi110 conmon[35313]: : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:56.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:55 smithi116 conmon[40473]: cluster 2024-01-27T23:34:54.821229+0000 mgr.smithi110.unybfe (mgr.14180) 567 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:56.423 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:56.423 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.141564Z service:ingress.rgw.foo [INFO] \"service was created\"", "2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:34:57.029 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:34:57.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:56 smithi116 conmon[40473]: audit 2024-01-27T23:34:56.424426+0000 mgr.smithi110.unybfe (mgr.14180) 568 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:57.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:56 smithi116 conmon[40473]: audit 2024-01-27T23:34:56.511549+0000 mon.smithi110 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.gukiur"}]: dispatch 2024-01-27T23:34:57.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:56 smithi110 conmon[35313]: audit 2024-01-27T23:34:56.424426+0000 mgr.smithi110.unybfe (mgr.14180) 568 : audit [DBG] from='client.15158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:34:57.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:56 smithi110 conmon[35313]: audit 2024-01-27T23:34:57.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:56 smithi110 conmon[35313]: 2024-01-27T23:34:56.511549+0000 mon.smithi110 (mon.0) 679 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.gukiur"}]: dispatch 2024-01-27T23:34:58.030 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: cephadm 2024-01-27T23:34:56.511056+0000 mgr.smithi110.unybfe (mgr.14180) 569 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gukiur ... 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:32:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:33: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-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:34:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:34:58.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gukiur ... 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:32:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:33: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-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:34:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: cephadm 2024-01-27T23:34:56.511231+0000 mgr.smithi110.unybfe (mgr.14180) 570 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: cephadm 2024-01-27T23:34:56.512116+0000 mgr.smithi110.unybfe (mgr.14180) 571 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gukiur ... 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:32:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:33: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-01-27T23:34:58.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:34:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: cephadm 2024-01-27T23:34:56.513463+0000 mgr.smithi110.unybfe (mgr.14180) 572 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.cadkzc on smithi110 2024-01-27T23:34:58.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:57 smithi116 conmon[40473]: cluster 2024-01-27T23:34:56.821619+0000 mgr.smithi110.unybfe (mgr.14180) 573 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: cephadm 2024-01-27T23:34:56.511056+0000 mgr.smithi110.unybfe (mgr.14180) 569 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gukiur ... 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:32:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:33: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-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:34:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gukiur ... 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:32:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:33: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-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:34:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: cephadm 2024-01-27T23:34:56.511231+0000 mgr.smithi110.unybfe (mgr.14180) 570 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: cephadm 2024-01-27T23:34:56.512116+0000 mgr.smithi110.unybfe (mgr.14180) 571 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gukiur ... 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:32:59Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:33: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-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:34:15Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: cephadm 2024-01-27T23:34:56.513463+0000 mgr.smithi110.unybfe (mgr.14180) 572 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.cadkzc on smithi110 2024-01-27T23:34:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:57 smithi110 conmon[35313]: cluster 2024-01-27T23:34:56.821619+0000 mgr.smithi110.unybfe (mgr.14180) 573 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:34:59.956 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:34:59.957 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:00.189 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:34:59 smithi110 conmon[35313]: cluster 2024-01-27T23:34:58.822085+0000 mgr.smithi110.unybfe (mgr.14180) 574 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:00.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:34:59 smithi116 conmon[40473]: cluster 2024-01-27T23:34:58.822085+0000 mgr.smithi110.unybfe (mgr.14180) 574 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:00.604 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:01.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:00 smithi116 conmon[40473]: audit 2024-01-27T23:34:59.956830+0000 mgr.smithi110.unybfe (mgr.14180) 575 : audit [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:01.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:00 smithi110 conmon[35313]: audit 2024-01-27T23:34:59.956830+0000 mgr.smithi110.unybfe (mgr.14180) 575 : audit 2024-01-27T23:35:01.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:00 smithi110 conmon[35313]: [DBG] from='client.15162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:01.605 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:02.219 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:01 smithi110 conmon[35313]: cluster 2024-01-27T23:35:00.822552+0000 mgr.smithi110.unybfe (mgr.14180) 576 : cluster [DBG] 2024-01-27T23:35:02.219 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:01 smithi110 conmon[35313]: pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:02.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:01 smithi116 conmon[40473]: cluster 2024-01-27T23:35:00.822552+0000 mgr.smithi110.unybfe (mgr.14180) 576 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:03.456 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:03.456 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:04.070 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:04.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:03 smithi116 conmon[40473]: cluster 2024-01-27T23:35:02.823003+0000 mgr.smithi110.unybfe (mgr.14180) 577 : cluster 2024-01-27T23:35:04.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:03 smithi116 conmon[40473]: [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:04.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:03 smithi110 conmon[35313]: cluster 2024-01-27T23:35:02.823003+0000 mgr.smithi110.unybfe (mgr.14180) 577 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:05.072 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:05.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:04 smithi116 conmon[40473]: audit 2024-01-27T23:35:03.456476+0000 mgr.smithi110.unybfe (mgr.14180) 578 : audit [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:05.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:04 smithi110 conmon[35313]: audit 2024-01-27T23:35:03.456476+0000 mgr.smithi110.unybfe (mgr.14180) 578 : audit 2024-01-27T23:35:05.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:04 smithi110 conmon[35313]: [DBG] from='client.15166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:06.218 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:05 smithi110 conmon[35313]: cluster 2024-01-27T23:35:04.824015+0000 mgr.smithi110.unybfe (mgr.14180) 579 2024-01-27T23:35:06.218 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:05 smithi110 conmon[35313]: : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:06.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:05 smithi116 conmon[40473]: cluster 2024-01-27T23:35:04.824015+0000 mgr.smithi110.unybfe (mgr.14180) 579 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:06.776 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:06.776 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:07.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:08.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:07 smithi116 conmon[40473]: audit 2024-01-27T23:35:06.776496+0000 mgr.smithi110.unybfe (mgr.14180) 580 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:08.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:07 smithi116 conmon[40473]: cluster 2024-01-27T23:35:06.824477+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:35:08.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:07 smithi116 conmon[40473]: ) 581 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:08.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:07 smithi110 conmon[35313]: audit 2024-01-27T23:35:06.776496+0000 mgr.smithi110.unybfe (mgr.14180) 580 : audit [DBG] from='client.15170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:08.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:07 smithi110 conmon[35313]: cluster 2024-01-27T23:35:06.824477+0000 mgr.smithi110.unybfe (mgr.14180) 581 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:08.420 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:09.991 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:09 smithi110 conmon[35313]: cluster 2024-01-27T23:35:08.825047+0000 mgr.smithi110.unybfe (mgr.14180) 582 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:10.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:09 smithi116 conmon[40473]: cluster 2024-01-27T23:35:08.825047+0000 mgr.smithi110.unybfe (mgr.14180) 582 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:10.318 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:10.318 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:10.911 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:11.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:10 smithi116 conmon[40473]: audit 2024-01-27T23:35:10.319488+0000 mgr.smithi110.unybfe (mgr.14180) 583 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:11.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:10 smithi110 conmon[35313]: audit 2024-01-27T23:35:10.319488+0000 mgr.smithi110.unybfe (mgr.14180) 583 : audit [DBG] from='client.15174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:11.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:10 smithi110 conmon[35313]: 2024-01-27T23:35:11.912 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:12.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:11 smithi116 conmon[40473]: cluster 2024-01-27T23:35:10.825566+0000 mgr.smithi110.unybfe (mgr.14180) 584 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:12.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:11 smithi110 conmon[35313]: cluster 2024-01-27T23:35:10.825566+0000 mgr.smithi110.unybfe (mgr.14180) 584 : cluster [DBG] 2024-01-27T23:35:12.346 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:11 smithi110 conmon[35313]: pgmap v400: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:13.718 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:13.719 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:14.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:13 smithi110 conmon[35313]: cluster 2024-01-27T23:35:12.826014+0000 mgr.smithi110.unybfe (mgr.14180) 585 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:14.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:13 smithi116 conmon[40473]: cluster 2024-01-27T23:35:12.826014+0000 mgr.smithi110.unybfe (mgr.14180) 585 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:14.327 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:15.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:14 smithi116 conmon[40473]: audit 2024-01-27T23:35:13.719378+0000 mgr.smithi110.unybfe (mgr.14180) 586 : audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:15.329 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:15.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:14 smithi110 conmon[35313]: audit 2024-01-27T23:35:13.719378+0000 mgr.smithi110.unybfe (mgr.14180) 586 : 2024-01-27T23:35:15.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:14 smithi110 conmon[35313]: audit [DBG] from='client.15178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:16.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:15 smithi110 conmon[35313]: cluster 2024-01-27T23:35:14.826817+0000 mgr.smithi110.unybfe (mgr.14180) 587 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:16.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:15 smithi116 conmon[40473]: cluster 2024-01-27T23:35:14.826817+0000 mgr.smithi110.unybfe (mgr.14180) 587 : cluster [DBG] pgmap v402: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:17.159 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:17.160 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:17.785 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:18.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:17 smithi110 conmon[35313]: cluster 2024-01-27T23:35:16.827210+0000 mgr.smithi110.unybfe (mgr.14180) 588 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:18.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:17 smithi110 conmon[35313]: audit 2024-01-27T23:35:17.160082+0000 mgr.smithi110.unybfe (mgr.14180) 589 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:17 smithi116 conmon[40473]: cluster 2024-01-27T23:35:16.827210+0000 mgr.smithi110.unybfe (mgr.14180) 588 : cluster [DBG] pgmap v403: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:18.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:17 smithi116 conmon[40473]: audit 2024-01-27T23:35:17.160082+0000 mgr.smithi110.unybfe (mgr.14180) 589 : audit [DBG] from='client.15182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:18.786 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:20.271 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:19 smithi110 conmon[35313]: cluster 2024-01-27T23:35:18.827895+0000 mgr.smithi110.unybfe (mgr.14180) 590 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:20.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:19 smithi116 conmon[40473]: cluster 2024-01-27T23:35:18.827895+0000 mgr.smithi110.unybfe (mgr.14180) 590 : cluster [DBG] pgmap v404: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:20.630 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:20.631 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:21.252 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:22.253 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:22.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:21 smithi116 conmon[40473]: audit 2024-01-27T23:35:20.631315+0000 mgr.smithi110.unybfe (mgr.14180) 591 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:22.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:21 smithi116 conmon[40473]: cluster 2024 2024-01-27T23:35:22.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:21 smithi116 conmon[40473]: -01-27T23:35:20.828452+0000 mgr.smithi110.unybfe (mgr.14180) 592 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:22.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:21 smithi110 conmon[35313]: audit 2024-01-27T23:35:20.631315+0000 mgr.smithi110.unybfe (mgr.14180) 591 : audit [DBG] from='client.15186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:22.287 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:21 smithi110 conmon[35313]: cluster 2024-01-27T23:35:20.828452+0000 mgr.smithi110.unybfe (mgr.14180) 592 : cluster [DBG] pgmap v405: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:24.098 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:23 smithi110 conmon[35313]: cluster 2024-01-27T23:35:22.828909+0000 mgr.smithi110.unybfe (mgr.14180) 593 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:24.216 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:24.216 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:24.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:23 smithi116 conmon[40473]: cluster 2024-01-27T23:35:22.828909+0000 mgr.smithi110.unybfe (mgr.14180) 593 : cluster [DBG] pgmap v406: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:24.859 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:25.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:24 smithi110 conmon[35313]: audit 2024-01-27T23:35:24.217033+0000 mgr.smithi110.unybfe (mgr.14180) 594 2024-01-27T23:35:25.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:24 smithi110 conmon[35313]: : audit [DBG] from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:25.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:24 smithi116 conmon[40473]: audit 2024-01-27T23:35:24.217033+0000 mgr.smithi110.unybfe (mgr.14180) 594 : audit [DBG] 2024-01-27T23:35:25.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:24 smithi116 conmon[40473]: from='client.15190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:25.859 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:26.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:25 smithi116 conmon[40473]: cluster 2024-01-27T23:35:24.829454+0000 mgr.smithi110.unybfe (mgr.14180) 595 : cluster [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:26.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:25 smithi110 conmon[35313]: cluster 2024-01-27T23:35:24.829454+0000 mgr.smithi110.unybfe (mgr.14180) 595 : cluster 2024-01-27T23:35:26.339 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:25 smithi110 conmon[35313]: [DBG] pgmap v407: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:27.792 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:27.792 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:28.097 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:27 smithi110 conmon[35313]: cluster 2024-01-27T23:35:26.829870+0000 mgr.smithi110.unybfe (mgr.14180) 596 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:28.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:27 smithi116 conmon[40473]: cluster 2024-01-27T23:35:26.829870+0000 mgr.smithi110.unybfe (mgr.14180) 596 : cluster [DBG] pgmap v408: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:28.568 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:29.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:28 smithi116 conmon[40473]: audit 2024-01-27T23:35:27.791810+0000 mgr.smithi110.unybfe (mgr.14180) 597 : audit [DBG] from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:29.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:28 smithi110 conmon[35313]: audit 2024-01-27T23:35:27.791810+0000 mgr.smithi110.unybfe (mgr.14180) 597 : audit [DBG] 2024-01-27T23:35:29.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:28 smithi110 conmon[35313]: from='client.15194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:29.569 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:30.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:29 smithi110 conmon[35313]: cluster 2024-01-27T23:35:28.830669+0000 mgr.smithi110.unybfe (mgr.14180) 598 : cluster [DBG] 2024-01-27T23:35:30.235 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:29 smithi110 conmon[35313]: pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:30.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:29 smithi116 conmon[40473]: cluster 2024-01-27T23:35:28.830669+0000 mgr.smithi110.unybfe (mgr.14180) 598 : cluster [DBG] pgmap v409: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:31.439 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:31.440 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:32.068 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:32.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:31 smithi116 conmon[40473]: cluster 2024-01-27T23:35:30.831276+0000 mgr.smithi110.unybfe (mgr.14180) 599 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:32.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:31 smithi116 conmon[40473]: audit 2024-01-27T23:35:32.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:31 smithi116 conmon[40473]: 2024-01-27T23:35:31.440736+0000 mgr.smithi110.unybfe (mgr.14180) 600 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:32.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:31 smithi110 conmon[35313]: cluster 2024-01-27T23:35:30.831276+0000 mgr.smithi110.unybfe (mgr.14180) 599 : cluster [DBG] pgmap v410: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:32.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:31 smithi110 conmon[35313]: audit 2024-01-27T23:35:31.440736+0000 mgr.smithi110.unybfe (mgr.14180) 600 : audit [DBG] from='client.15198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:33.069 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:34.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:33 smithi116 conmon[40473]: cluster 2024-01-27T23:35:32.831889+0000 mgr.smithi110.unybfe (mgr.14180) 601 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:34.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:33 smithi110 conmon[35313]: cluster 2024-01-27T23:35:32.831889+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:35:34.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:33 smithi110 conmon[35313]: 14180) 601 : cluster [DBG] pgmap v411: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:34.968 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:34.968 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:35.633 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:36.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:35 smithi116 conmon[40473]: cluster 2024-01-27T23:35:34.832414+0000 mgr.smithi110.unybfe (mgr.14180) 602 : cluster [DBG] 2024-01-27T23:35:36.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:35 smithi116 conmon[40473]: pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:36.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:35 smithi116 conmon[40473]: audit 2024-01-27T23:35:34.968529+0000 mgr.smithi110.unybfe (mgr.14180) 603 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:36.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:35 smithi110 conmon[35313]: cluster 2024-01-27T23:35:34.832414+0000 mgr.smithi110.unybfe (mgr.14180) 602 : cluster [DBG] pgmap v412: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:36.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:35 smithi110 conmon[35313]: audit 2024-01-27T23:35:34.968529+0000 mgr.smithi110.unybfe (mgr.14180) 603 : audit [DBG] from='client.15202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:36.634 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:38.085 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:37 smithi110 conmon[35313]: cluster 2024-01-27T23:35:36.832823+0000 mgr.smithi110.unybfe ( 2024-01-27T23:35:38.085 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:37 smithi110 conmon[35313]: mgr.14180) 604 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:38.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:37 smithi116 conmon[40473]: cluster 2024-01-27T23:35:36.832823+0000 mgr.smithi110.unybfe (mgr.14180) 604 : cluster [DBG] pgmap v413: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:38.458 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:38.458 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:39.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:40.066 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:40.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:39 smithi116 conmon[40473]: audit 2024-01-27T23:35:38.458871+0000 mgr.smithi110.unybfe (mgr.14180) 605 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:40.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:39 smithi116 conmon[40473]: cluster 2024-01-27T23:35:38.833328+0000 mgr.smithi110.unybfe ( 2024-01-27T23:35:40.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:39 smithi116 conmon[40473]: mgr.14180) 606 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:40.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:39 smithi110 conmon[35313]: audit 2024-01-27T23:35:38.458871+0000 mgr.smithi110.unybfe (mgr.14180) 605 : audit [DBG] from='client.15206 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:40.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:39 smithi110 conmon[35313]: cluster 2024-01-27T23:35:38.833328+0000 mgr.smithi110.unybfe (mgr.14180) 606 : cluster [DBG] pgmap v414: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:41.974 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:41.975 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:42.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:41 smithi116 conmon[40473]: cluster 2024-01-27T23:35:40.833843+0000 mgr.smithi110.unybfe (mgr.14180) 607 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:42.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:41 smithi116 conmon[40473]: 2024-01-27T23:35:42.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:41 smithi110 conmon[35313]: cluster 2024-01-27T23:35:40.833843+0000 mgr.smithi110.unybfe (mgr.14180) 607 : cluster [DBG] pgmap v415: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:42.582 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:43.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:42 smithi116 conmon[40473]: audit 2024-01-27T23:35:41.975136+0000 mgr.smithi110.unybfe (mgr.14180) 608 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:43.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:42 smithi116 conmon[40473]: 2024-01-27T23:35:43.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:42 smithi110 conmon[35313]: audit 2024-01-27T23:35:41.975136+0000 mgr.smithi110.unybfe (mgr.14180) 608 : audit [DBG] from='client.15210 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:43.583 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:44.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:43 smithi116 conmon[40473]: cluster 2024-01-27T23:35:42.834375+0000 mgr.smithi110.unybfe (mgr.14180) 609 : cluster [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:43 smithi110 conmon[35313]: cluster 2024-01-27T23:35:42.834375+0000 mgr.smithi110.unybfe (mgr.14180) 609 : cluster 2024-01-27T23:35:44.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:43 smithi110 conmon[35313]: [DBG] pgmap v416: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:45.473 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:45.473 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:46.065 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:46.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:45 smithi116 conmon[40473]: cluster 2024-01-27T23:35:44.834957+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:35:46.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:45 smithi116 conmon[40473]: 610 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:46.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:45 smithi110 conmon[35313]: cluster 2024-01-27T23:35:44.834957+0000 mgr.smithi110.unybfe (mgr.14180) 610 : cluster [DBG] pgmap v417: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:47.066 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:47.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:47 smithi116 conmon[40473]: audit 2024-01-27T23:35:45.473510+0000 mgr.smithi110.unybfe (mgr.14180) 611 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:47.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:46 smithi110 conmon[35313]: audit 2024-01-27T23:35:45.473510+0000 mgr.smithi110.unybfe (mgr.14180) 611 : audit [DBG] from='client.15214 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:48.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:48 smithi116 conmon[40473]: cluster 2024-01-27T23:35:46.835406+0000 mgr.smithi110.unybfe (mgr.14180) 612 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:48.313 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:48 smithi110 conmon[35313]: cluster 2024-01-27T23:35:46.835406+0000 mgr.smithi110.unybfe (mgr.14180) 612 : cluster [DBG] pgmap v418: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:48.960 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:48.960 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:49.649 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:50.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:50 smithi116 conmon[40473]: cluster 2024-01-27T23:35:48.835950+0000 mgr.smithi110.unybfe (mgr.14180) 613 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:50.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:50 smithi116 conmon[40473]: audit 2024-01-27T23:35:50.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:50 smithi116 conmon[40473]: 2024-01-27T23:35:48.960914+0000 mgr.smithi110.unybfe (mgr.14180) 614 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:50.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:50 smithi110 conmon[35313]: cluster 2024-01-27T23:35:48.835950+0000 mgr.smithi110.unybfe (mgr.14180) 613 : cluster [DBG] pgmap v419: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:50.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:50 smithi110 conmon[35313]: audit 2024-01-27T23:35:48.960914+0000 mgr.smithi110.unybfe (mgr.14180) 614 : audit [DBG] from='client.15218 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:50.651 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:52.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:52 smithi110 conmon[35313]: cluster 2024-01-27T23:35:50.836434+0000 mgr.smithi110.unybfe (mgr.14180) 615 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:52.273 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:52 smithi116 conmon[40473]: cluster 2024-01-27T23:35:50.836434+0000 mgr.smithi110.unybfe (mgr.14180) 615 : cluster [DBG] pgmap v420: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:52.637 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:52.637 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:53.222 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:54.223 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:54.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:54 smithi116 conmon[40473]: audit 2024-01-27T23:35:52.638023+0000 mgr.smithi110.unybfe (mgr.14180) 616 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:54.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:54 smithi116 conmon[40473]: cluster 2024-01-27T23:35:54.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:54 smithi116 conmon[40473]: 2024-01-27T23:35:52.836858+0000 mgr.smithi110.unybfe (mgr.14180) 617 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:54.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:54 smithi110 conmon[35313]: audit 2024-01-27T23:35:52.638023+0000 mgr.smithi110.unybfe (mgr.14180) 616 : audit [DBG] from='client.15222 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:54.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:54 smithi110 conmon[35313]: cluster 2024-01-27T23:35:52.836858+0000 mgr.smithi110.unybfe (mgr.14180) 617 : cluster [DBG] pgmap v421: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:56.008 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:56.009 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:35:56.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:56 smithi116 conmon[40473]: cluster 2024-01-27T23:35:54.837382+0000 mgr.smithi110.unybfe (mgr.14180) 618 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:56.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:56 smithi110 conmon[35313]: cluster 2024-01-27T23:35:54.837382+0000 mgr.smithi110.unybfe (mgr.14180) 618 : cluster [DBG] pgmap v422: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:56.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:35:57.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:57 smithi116 conmon[40473]: audit 2024-01-27T23:35:56.009556+0000 mgr.smithi110.unybfe (mgr.14180) 619 : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:57.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:57 smithi110 conmon[35313]: audit 2024-01-27T23:35:56.009556+0000 mgr.smithi110.unybfe (mgr.14180) 619 2024-01-27T23:35:57.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:57 smithi110 conmon[35313]: : audit [DBG] from='client.15226 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:35:57.640 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:35:58.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:35:58 smithi116 conmon[40473]: cluster 2024-01-27T23:35:56.837938+0000 mgr.smithi110.unybfe (mgr.14180) 620 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:58.319 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:58 smithi110 conmon[35313]: cluster 2024-01-27T23:35:56. 2024-01-27T23:35:58.319 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:35:58 smithi110 conmon[35313]: 837938+0000 mgr.smithi110.unybfe (mgr.14180) 620 : cluster [DBG] pgmap v423: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:35:59.544 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:35:59.544 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:00.137 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:00.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:00 smithi116 conmon[40473]: cluster 2024-01-27T23:35:58.838425+0000 mgr.smithi110.unybfe (mgr.14180) 621 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:00.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:00 smithi110 conmon[35313]: cluster 2024-01-27T23:35:58.838425+0000 mgr.smithi110.unybfe ( 2024-01-27T23:36:00.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:00 smithi110 conmon[35313]: mgr.14180) 621 : cluster [DBG] pgmap v424: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:01.139 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:01.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:01 smithi110 conmon[35313]: audit 2024-01-27T23:35:59.544595+0000 mgr.smithi110.unybfe (mgr.14180) 622 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:01.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:01 smithi116 conmon[40473]: audit 2024-01-27T23:35:59.544595+0000 mgr.smithi110.unybfe (mgr.14180) 622 : audit [DBG] from='client.15230 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:02.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:02 smithi110 conmon[35313]: cluster 2024-01-27T23:36:00.839049+0000 mgr.smithi110.unybfe (mgr.14180) 623 2024-01-27T23:36:02.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:02 smithi110 conmon[35313]: : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:02.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:02 smithi116 conmon[40473]: cluster 2024-01-27T23:36:00.839049+0000 mgr.smithi110.unybfe (mgr.14180) 623 : cluster [DBG] pgmap v425: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:03.052 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:03.052 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:03.723 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:04.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:04 smithi110 conmon[35313]: cluster 2024-01-27T23:36:02.839482+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:36:04.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:04 smithi110 conmon[35313]: ) 624 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:04.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:04 smithi110 conmon[35313]: audit 2024-01-27T23:36:03.052887+0000 mgr.smithi110.unybfe (mgr.14180) 625 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:04.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:04 smithi116 conmon[40473]: cluster 2024-01-27T23:36:02.839482+0000 mgr.smithi110.unybfe (mgr.14180) 624 : cluster [DBG] pgmap v426: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:04.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:04 smithi116 conmon[40473]: audit 2024-01-27T23: 2024-01-27T23:36:04.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:04 smithi116 conmon[40473]: 36:03.052887+0000 mgr.smithi110.unybfe (mgr.14180) 625 : audit [DBG] from='client.15234 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:04.724 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:06.274 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:06 smithi110 conmon[35313]: cluster 2024-01-27T23:36:04.840062+0000 mgr.smithi110.unybfe 2024-01-27T23:36:06.274 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:06 smithi110 conmon[35313]: (mgr.14180) 626 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:06.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:06 smithi116 conmon[40473]: cluster 2024-01-27T23:36:04.840062+0000 mgr.smithi110.unybfe (mgr.14180) 626 : cluster [DBG] pgmap v427: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:06.576 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:06.576 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:07.213 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:08.214 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:08.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:08 smithi110 conmon[35313]: audit 2024-01-27T23:36:06.577156+0000 mgr.smithi110.unybfe (mgr.14180) 627 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:08.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:08 smithi110 conmon[35313]: cluster 2024-01-27T23:36:06.840653+0000 mgr.smithi110.unybfe (mgr.14180) 628 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:08.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:08 smithi116 conmon[40473]: audit 2024-01-27T23:36:06.577156+0000 mgr.smithi110.unybfe (mgr.14180) 627 : audit [DBG] from='client.15238 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:08.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:08 smithi116 conmon[40473]: cluster 2024-01-27T23:36:06.840653+0000 mgr.smithi110.unybfe (mgr.14180) 628 : cluster [DBG] pgmap v428: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:10.065 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:10.065 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:10.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:10 smithi110 conmon[35313]: cluster 2024-01-27T23:36:08.841253+0000 mgr.smithi110.unybfe (mgr.14180) 629 : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:10.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:10 smithi116 conmon[40473]: cluster 2024-01-27T23:36:08.841253+0000 mgr.smithi110.unybfe (mgr.14180) 629 2024-01-27T23:36:10.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:10 smithi116 conmon[40473]: : cluster [DBG] pgmap v429: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:10.698 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:11.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:11 smithi110 conmon[35313]: audit 2024-01-27T23:36:10.065764+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:36:11.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:11 smithi110 conmon[35313]: ) 630 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:11.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:11 smithi116 conmon[40473]: audit 2024-01-27T23:36:10.065764+0000 mgr.smithi110.unybfe (mgr.14180) 630 : audit [DBG] from='client.15242 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:11.699 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:12 smithi110 conmon[35313]: cluster 2024-01-27T23:36:10.842048+0000 mgr.smithi110.unybfe (mgr.14180) 631 : cluster 2024-01-27T23:36:12.311 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:12 smithi110 conmon[35313]: [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:12.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:12 smithi116 conmon[40473]: cluster 2024-01-27T23:36:10.842048+0000 mgr.smithi110.unybfe (mgr.14180) 631 : cluster [DBG] pgmap v430: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:13.586 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:13.586 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:14.195 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:14.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:14 smithi110 conmon[35313]: cluster 2024-01-27T23:36:12.842529+0000 mgr.smithi110.unybfe (mgr.14180) 632 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:14.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:14 smithi116 conmon[40473]: cluster 2024-01-27T23:36:12.842529+0000 mgr.smithi110.unybfe (mgr.14180) 632 : cluster [DBG] pgmap v431: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:15.197 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:15.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:15 smithi110 conmon[35313]: audit 2024-01-27T23:36:13.586699+0000 mgr.smithi110.unybfe (mgr.14180) 633 2024-01-27T23:36:15.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:15 smithi110 conmon[35313]: : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:15.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:15 smithi116 conmon[40473]: audit 2024-01-27T23:36:13.586699+0000 mgr.smithi110.unybfe (mgr.14180) 633 : audit [DBG] from='client.15246 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:16.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:16 smithi110 conmon[35313]: cluster 2024-01-27T23:36:14.843413+0000 mgr.smithi110.unybfe (mgr.14180) 634 2024-01-27T23:36:16.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:16 smithi110 conmon[35313]: : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:16.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:16 smithi116 conmon[40473]: cluster 2024-01-27T23:36:14.843413+0000 mgr.smithi110.unybfe (mgr.14180) 634 : cluster [DBG] pgmap v432: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:17.054 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:17.068 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:17.713 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:18 smithi110 conmon[35313]: cluster 2024-01-27T23:36:16.843847+0000 mgr.smithi110.unybfe (mgr.14180) 635 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:18.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:18 smithi110 conmon[35313]: audit 2024-01-27T23:36:17.054134+0000 mgr.smithi110.unybfe (mgr.14180) 636 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:18.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:18 smithi116 conmon[40473]: cluster 2024-01-27T23:36:16.843847+0000 mgr.smithi110.unybfe (mgr.14180) 635 : cluster [DBG] pgmap v433: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:18.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:18 smithi116 conmon[40473]: audit 2024-01-27T23:36:17.054134+0000 mgr.smithi110.unybfe (mgr.14180) 636 : audit [DBG] from='client.15250 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:18.713 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:20.231 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:20 smithi110 conmon[35313]: cluster 2024-01-27T23:36:18.844413+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:36:20.231 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:20 smithi110 conmon[35313]: ) 637 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:20.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:20 smithi116 conmon[40473]: cluster 2024-01-27T23:36:18.844413+0000 mgr.smithi110.unybfe (mgr.14180) 637 : cluster [DBG] pgmap v434: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:20.611 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:20.611 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:21.295 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:22.296 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:22.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:22 smithi110 conmon[35313]: audit 2024-01-27T23:36:20.611343+0000 mgr.smithi110.unybfe (mgr.14180) 638 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:22.330 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:22 smithi110 conmon[35313]: cluster 2024-01-27T23:36:20.844979+0000 mgr.smithi110.unybfe (mgr.14180) 639 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:22.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:22 smithi116 conmon[40473]: audit 2024-01-27T23:36:20.611343+0000 mgr.smithi110.unybfe (mgr.14180) 638 : audit [DBG] from='client.15254 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:22.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:22 smithi116 conmon[40473]: cluster 2024-01-27T23:36:20.844979+0000 mgr.smithi110.unybfe (mgr.14180) 639 : cluster [DBG] pgmap v435: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:24.164 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:24.165 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:24.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:24 smithi110 conmon[35313]: cluster 2024-01-27T23:36:22.845393+0000 mgr.smithi110.unybfe (mgr.14180) 640 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:24.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:24 smithi116 conmon[40473]: cluster 2024-01-27T23:36:22.845393+0000 mgr.smithi110.unybfe (mgr.14180) 640 : cluster [DBG] pgmap v436: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:24.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:25.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:25 smithi110 conmon[35313]: audit 2024-01-27T23:36:24.164840+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:36:25.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:25 smithi110 conmon[35313]: 641 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:25.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:25 smithi116 conmon[40473]: audit 2024-01-27T23:36:24.164840+0000 mgr.smithi110.unybfe (mgr.14180) 641 : audit [DBG] from='client.15258 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:25.779 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:26.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:26 smithi110 conmon[35313]: cluster 2024-01-27T23:36:24.846033+0000 mgr.smithi110.unybfe (mgr.14180) 642 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:26.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:26 smithi110 conmon[35313]: 2024-01-27T23:36:26.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:26 smithi116 conmon[40473]: cluster 2024-01-27T23:36:24.846033+0000 mgr.smithi110.unybfe (mgr.14180) 642 : cluster [DBG] pgmap v437: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:27.633 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:27.633 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:28.235 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:28.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:28 smithi110 conmon[35313]: cluster 2024-01-27T23:36:26.846626+0000 mgr.smithi110.unybfe (mgr.14180) 643 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:28.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:28 smithi116 conmon[40473]: cluster 2024-01-27T23:36:26.846626+0000 mgr.smithi110.unybfe (mgr.14180) 643 : cluster [DBG] pgmap v438: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:29.236 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:29.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:29 smithi110 conmon[35313]: audit 2024-01-27T23:36:27.633513+0000 mgr.smithi110.unybfe (mgr.14180) 644 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:29.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:29 smithi116 conmon[40473]: audit 2024-01-27T23:36:27.633513+0000 mgr.smithi110.unybfe (mgr.14180) 644 : audit [DBG] from='client.15262 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:30.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:30 smithi110 conmon[35313]: cluster 2024-01-27T23:36:28.847158+0000 mgr.smithi110.unybfe (mgr.14180) 645 2024-01-27T23:36:30.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:30 smithi110 conmon[35313]: : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:30.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:30 smithi116 conmon[40473]: cluster 2024-01-27T23:36:28.847158+0000 mgr.smithi110.unybfe (mgr.14180) 645 : cluster [DBG] pgmap v439: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:31.145 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:31.145 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:31.776 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:32.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:32 smithi110 conmon[35313]: cluster 2024-01-27T23:36:30.847846+0000 mgr.smithi110.unybfe (mgr.14180) 646 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:32.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:32 smithi110 conmon[35313]: audit 2024-01-27T23:36:31.145245+0000 mgr.smithi110.unybfe (mgr.14180) 647 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:32.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:32 smithi116 conmon[40473]: cluster 2024-01-27T23:36:30.847846+0000 mgr.smithi110.unybfe (mgr.14180) 646 : cluster [DBG] pgmap v440: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:32.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:32 smithi116 conmon[40473]: audit 2024-01-27T23:36:31.145245+0000 mgr.smithi110.unybfe (mgr.14180) 647 : audit [DBG] from='client.15266 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:32.777 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:34.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:34 smithi110 conmon[35313]: cluster 2024-01-27T23:36:32.848308+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:36:34.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:34 smithi110 conmon[35313]: ) 648 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:34.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:34 smithi116 conmon[40473]: cluster 2024-01-27T23:36:32.848308+0000 mgr.smithi110.unybfe (mgr.14180) 648 : cluster [DBG] pgmap v441: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:34.674 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:34.674 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:35.342 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:36.343 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:36.377 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:36 smithi110 conmon[35313]: audit 2024-01-27T23:36:34.674009+0000 mgr.smithi110.unybfe (mgr.14180) 649 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:36.377 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:36 smithi110 conmon[35313]: cluster 2024-01-27T23:36:34.849112+0000 mgr.smithi110.unybfe (mgr.14180) 650 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:36.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:36 smithi116 conmon[40473]: audit 2024-01-27T23:36:34.674009+0000 mgr.smithi110.unybfe (mgr.14180) 649 : audit [DBG] from='client.15270 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:36.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:36 smithi116 conmon[40473]: cluster 2024-01-27T23:36: 2024-01-27T23:36:36.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:36 smithi116 conmon[40473]: 34.849112+0000 mgr.smithi110.unybfe (mgr.14180) 650 : cluster [DBG] pgmap v442: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:38.157 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:38.157 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:38.360 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:38 smithi110 conmon[35313]: cluster 2024-01-27T23:36:36.849529+0000 mgr.smithi110.unybfe (mgr.14180) 651 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:38.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:38 smithi116 conmon[40473]: cluster 2024-01-27T23:36:36.849529+0000 mgr.smithi110.unybfe (mgr.14180) 651 : cluster [DBG] pgmap v443: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:38.743 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:39.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:39 smithi110 conmon[35313]: audit 2024-01-27T23:36:38.157493+0000 mgr.smithi110.unybfe (mgr.14180) 652 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:39.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:39 smithi116 conmon[40473]: audit 2024-01-27T23:36:38.157493+0000 mgr.smithi110.unybfe (mgr.14180) 652 : audit [DBG] from='client.15274 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:39.744 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:40.401 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:40 smithi110 conmon[35313]: cluster 2024-01-27T23:36:38.850058+0000 mgr.smithi110.unybfe (mgr.14180) 653 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:40.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:40 smithi116 conmon[40473]: cluster 2024-01-27T23:36:38.850058+0000 mgr.smithi110.unybfe (mgr.14180) 653 : cluster [DBG] pgmap v444: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:41.625 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:41.625 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:42.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:42.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:42 smithi116 conmon[40473]: cluster 2024-01-27T23:36:40.850517+0000 mgr.smithi110.unybfe (mgr.14180) 654 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:42.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:42 smithi110 conmon[35313]: cluster 2024-01-27T23:36:40.850517+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:36:42.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:42 smithi110 conmon[35313]: .14180) 654 : cluster [DBG] pgmap v445: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:43.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:43.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:43 smithi116 conmon[40473]: audit 2024-01-27T23:36:41.625971+0000 mgr.smithi110.unybfe (mgr.14180) 655 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:43.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:43 smithi110 conmon[35313]: audit 2024-01-27T23:36:41.625971+0000 mgr.smithi110.unybfe (mgr.14180) 655 : audit [DBG] from='client.15278 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:43.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:43 smithi110 conmon[35313]: 2024-01-27T23:36:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:44 smithi110 conmon[35313]: cluster 2024-01-27T23:36:42.851151+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:36:44.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:44 smithi110 conmon[35313]: ) 656 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:44.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:44 smithi116 conmon[40473]: cluster 2024-01-27T23:36:42.851151+0000 mgr.smithi110.unybfe (mgr.14180) 656 : cluster [DBG] pgmap v446: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:45.119 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:45.120 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:45.778 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:46.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:46 smithi116 conmon[40473]: cluster 2024-01-27T23:36:44.851731+0000 mgr.smithi110.unybfe (mgr.14180) 657 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:46.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:46 smithi116 conmon[40473]: audit 2024-01-27T23:36:45.119556+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:36:46.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:46 smithi116 conmon[40473]: 658 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:46.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:46 smithi110 conmon[35313]: cluster 2024-01-27T23:36:44.851731+0000 mgr.smithi110.unybfe (mgr.14180) 657 : cluster [DBG] pgmap v447: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:46.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:46 smithi110 conmon[35313]: audit 2024-01-27T23:36:45.119556+0000 mgr.smithi110.unybfe (mgr.14180) 658 : audit [DBG] from='client.15282 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:46.779 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:48.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:48 smithi110 conmon[35313]: cluster 2024-01-27T23:36:46.852316+0000 mgr.smithi110.unybfe (mgr.14180) 659 : cluster 2024-01-27T23:36:48.403 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:48 smithi110 conmon[35313]: [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:48.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:48 smithi116 conmon[40473]: cluster 2024-01-27T23:36:46.852316+0000 mgr.smithi110.unybfe (mgr.14180) 659 : cluster [DBG] pgmap v448: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:48.786 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:48.786 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:49.368 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:50.369 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:50.402 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:50 smithi110 conmon[35313]: audit 2024-01-27T23:36:48.786544+0000 mgr.smithi110.unybfe (mgr.14180) 660 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:50.402 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:50 smithi110 conmon[35313]: cluster 2024-01-27T23:36:48.852817+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:36:50.402 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:50 smithi110 conmon[35313]: ) 661 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:50.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:50 smithi116 conmon[40473]: audit 2024-01-27T23:36:48.786544+0000 mgr.smithi110.unybfe (mgr.14180) 660 : audit [DBG] from='client.15286 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:50.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:50 smithi116 conmon[40473]: cluster 2024- 2024-01-27T23:36:50.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:50 smithi116 conmon[40473]: 01-27T23:36:48.852817+0000 mgr.smithi110.unybfe (mgr.14180) 661 : cluster [DBG] pgmap v449: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:52.200 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:52.200 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:52.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:52 smithi110 conmon[35313]: cluster 2024-01-27T23:36:50.853346+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:36:52.416 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:52 smithi110 conmon[35313]: .14180) 662 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:52.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:52 smithi116 conmon[40473]: cluster 2024-01-27T23:36:50.853346+0000 mgr.smithi110.unybfe (mgr.14180) 662 : cluster [DBG] pgmap v450: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:52.800 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:53.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:53 smithi116 conmon[40473]: audit 2024-01-27T23:36:52.200343+0000 mgr.smithi110.unybfe (mgr.14180) 663 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:53.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:53 smithi110 conmon[35313]: audit 2024-01-27T23:36:52.200343+0000 mgr.smithi110.unybfe (mgr.14180) 663 : audit [DBG] from='client.15290 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:53.801 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:54.426 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:54 smithi110 conmon[35313]: cluster 2024-01-27T23:36:52.853875+0000 mgr.smithi110.unybfe 2024-01-27T23:36:54.427 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:54 smithi110 conmon[35313]: (mgr.14180) 664 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:54.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:54 smithi116 conmon[40473]: cluster 2024-01-27T23:36:52.853875+0000 mgr.smithi110.unybfe (mgr.14180) 664 : cluster [DBG] pgmap v451: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:55.718 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:55.718 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:56.340 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:36:56.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:56 smithi116 conmon[40473]: cluster 2024-01-27T23:36:54.854416+0000 mgr.smithi110.unybfe (mgr.14180) 665 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:56.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:56 smithi110 conmon[35313]: cluster 2024-01-27T23:36:54.854416+0000 mgr.smithi110.unybfe (mgr.14180) 665 : cluster [DBG] pgmap v452: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:57.342 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:36:57.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:57 smithi116 conmon[40473]: audit 2024-01-27T23:36:55.718380+0000 mgr.smithi110.unybfe (mgr.14180) 666 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:57.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:57 smithi110 conmon[35313]: audit 2024-01-27T23:36:55.718380+0000 mgr.smithi110.unybfe (mgr.14180) 666 : audit [DBG] from='client.15294 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:36:58.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:36:58 smithi116 conmon[40473]: cluster 2024-01-27T23:36:56.854916+0000 mgr.smithi110.unybfe (mgr.14180) 667 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:58.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:58 smithi110 conmon[35313]: cluster 2024-01-27T23:36:56.854916+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:36:58.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:36:58 smithi110 conmon[35313]: ) 667 : cluster [DBG] pgmap v453: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:36:59.214 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:36:59.214 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:36:59.807 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:00.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:00 smithi116 conmon[40473]: cluster 2024-01-27T23:36:58.855574+0000 mgr.smithi110.unybfe (mgr.14180) 668 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:00.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:00 smithi116 conmon[40473]: audit 2024-01-27T23:37:00.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:00 smithi116 conmon[40473]: 2024-01-27T23:36:59.214013+0000 mgr.smithi110.unybfe (mgr.14180) 669 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:00.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:00 smithi110 conmon[35313]: cluster 2024-01-27T23:36:58.855574+0000 mgr.smithi110.unybfe (mgr.14180) 668 : cluster [DBG] pgmap v454: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:00.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:00 smithi110 conmon[35313]: 2024-01-27T23:37:00.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:00 smithi110 conmon[35313]: audit 2024-01-27T23:36:59.214013+0000 mgr.smithi110.unybfe (mgr.14180) 669 : audit [DBG] from='client.15298 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:00.809 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:02.313 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:02 smithi110 conmon[35313]: cluster 2024-01-27T23:37:00.856126+0000 mgr.smithi110.unybfe (mgr.14180) 670 2024-01-27T23:37:02.313 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:02 smithi110 conmon[35313]: : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:02.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:02 smithi116 conmon[40473]: cluster 2024-01-27T23:37:00.856126+0000 mgr.smithi110.unybfe (mgr.14180) 670 : cluster [DBG] pgmap v455: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:02.671 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:02.671 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:03.333 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:04.334 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:04.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:04 smithi116 conmon[40473]: audit 2024-01-27T23:37:02.670641+0000 mgr.smithi110.unybfe (mgr.14180) 671 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:04.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:04 smithi116 conmon[40473]: cluster 2024-01-27T23:37:04.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:04 smithi116 conmon[40473]: 2024-01-27T23:37:02.856632+0000 mgr.smithi110.unybfe (mgr.14180) 672 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:04.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:04 smithi110 conmon[35313]: audit 2024-01-27T23:37:02.670641+0000 mgr.smithi110.unybfe (mgr.14180) 671 : audit [DBG] from='client.15302 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:04.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:04 smithi110 conmon[35313]: cluster 2024-01-27T23:37:02.856632+0000 mgr.smithi110.unybfe (mgr.14180) 672 : cluster [DBG] pgmap v456: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:06.240 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:06.240 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:06.474 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:06 smithi110 conmon[35313]: cluster 2024-01-27T23:37:04.857145+0000 mgr.smithi110.unybfe (mgr.14180) 673 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:06.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:06 smithi116 conmon[40473]: cluster 2024-01-27T23:37:04.857145+0000 mgr.smithi110.unybfe (mgr.14180) 673 : cluster [DBG] pgmap v457: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:06.923 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:07.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:07 smithi116 conmon[40473]: audit 2024-01-27T23:37:06.239971+0000 mgr.smithi110.unybfe (mgr.14180) 674 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:07.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:07 smithi110 conmon[35313]: audit 2024-01-27T23:37:06.239971+0000 mgr.smithi110.unybfe (mgr.14180) 674 : audit [DBG] from='client.15306 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:07.924 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:08.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:08 smithi110 conmon[35313]: cluster 2024-01-27T23:37:06.857587+0000 mgr.smithi110.unybfe ( 2024-01-27T23:37:08.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:08 smithi110 conmon[35313]: mgr.14180) 675 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-01-27T23:37:08.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:08 smithi116 conmon[40473]: cluster 2024-01-27T23:37:06.857587+0000 mgr.smithi110.unybfe (mgr.14180) 675 : cluster [DBG] pgmap v458: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-01-27T23:37:09.820 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:09.820 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:10.512 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:10 smithi110 conmon[35313]: cluster 2024-01-27T23:37:08.858113+0000 mgr.smithi110.unybfe (mgr.14180) 676 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 49 op/s 2024-01-27T23:37:10.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:10 smithi116 conmon[40473]: cluster 2024-01-27T23:37:08.858113+0000 mgr.smithi110.unybfe (mgr.14180) 676 : cluster [DBG] pgmap v459: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 29 KiB/s rd, 0 B/s wr, 49 op/s 2024-01-27T23:37:10.530 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:11.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:11 smithi116 conmon[40473]: audit 2024-01-27T23:37:09.819903+0000 mgr.smithi110.unybfe (mgr.14180) 677 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:11.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:11.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:11 smithi110 conmon[35313]: audit 2024-01-27T23:37:09.819903+0000 mgr.smithi110.unybfe (mgr.14180) 677 : audit [DBG] from='client.15310 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:12.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:12 smithi110 conmon[35313]: cluster 2024-01-27T23:37:10.858585+0000 mgr.smithi110.unybfe 2024-01-27T23:37:12.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:12 smithi110 conmon[35313]: (mgr.14180) 678 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 127 op/s 2024-01-27T23:37:12.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:12 smithi116 conmon[40473]: cluster 2024-01-27T23:37:10.858585+0000 mgr.smithi110.unybfe (mgr.14180) 678 : cluster [DBG] pgmap v460: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 77 KiB/s rd, 0 B/s wr, 127 op/s 2024-01-27T23:37:13.424 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:13.424 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:14.079 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:14.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:14 smithi110 conmon[35313]: cluster 2024-01-27T23:37:12.858960+0000 mgr.smithi110.unybfe (mgr.14180) 679 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 KiB/s rd, 0 B/s wr, 158 op/s 2024-01-27T23:37:14.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:14 smithi110 conmon[35313]: audit 2024-01-27T23:37:13.423729+0000 mgr.smithi110.unybfe (mgr.14180) 680 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:14.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:14 smithi116 conmon[40473]: cluster 2024-01-27T23:37:12.858960+0000 mgr.smithi110.unybfe (mgr.14180) 679 : cluster [DBG] pgmap v461: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 95 KiB/s rd, 0 B/s wr, 158 op/s 2024-01-27T23:37:14.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:14 smithi116 conmon[40473]: audit 2024-01-27T23:37:13.423729+0000 mgr.smithi110.unybfe (mgr.14180) 680 : audit [DBG] from='client.15314 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:15.079 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:16.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:16 smithi110 conmon[35313]: cluster 2024-01-27T23:37:14.859604+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:37:16.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:16 smithi110 conmon[35313]: ) 681 : cluster [DBG] pgmap v462: 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, 185 op/s 2024-01-27T23:37:16.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:16 smithi116 conmon[40473]: cluster 2024-01-27T23:37:14.859604+0000 mgr.smithi110.unybfe (mgr.14180) 681 : cluster [DBG] pgmap v462: 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, 185 op/s 2024-01-27T23:37:16.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:16 smithi116 conmon[40473]: 2024-01-27T23:37:16.994 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:16.995 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:17.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:18.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:18 smithi116 conmon[40473]: cluster 2024-01-27T23:37:16.860006+0000 mgr.smithi110.unybfe (mgr.14180) 682 : cluster [DBG] 2024-01-27T23:37:18.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:18 smithi116 conmon[40473]: pgmap v463: 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, 185 op/s 2024-01-27T23:37:18.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:18 smithi116 conmon[40473]: audit 2024-01-27T23:37:16.994337+0000 mgr.smithi110.unybfe (mgr.14180) 683 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:18.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:18 smithi110 conmon[35313]: cluster 2024-01-27T23:37:16.860006+0000 mgr.smithi110.unybfe (mgr.14180) 682 : cluster [DBG] pgmap v463: 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, 185 op/s 2024-01-27T23:37:18.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:18 smithi110 conmon[35313]: audit 2024-01-27T23:37:16.994337+0000 mgr.smithi110.unybfe (mgr.14180) 683 : audit [DBG] from='client.15318 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:18.640 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:20.496 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:20.496 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:20.518 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:20 smithi110 conmon[35313]: cluster 2024-01-27T23:37:18.860565+0000 mgr.smithi110.unybfe (mgr.14180) 684 : cluster [DBG] pgmap v464: 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-01-27T23:37:20.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:20 smithi116 conmon[40473]: cluster 2024-01-27T23:37:18.860565+0000 mgr.smithi110.unybfe (mgr.14180) 684 : cluster [DBG] pgmap v464: 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-01-27T23:37:21.112 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:22.113 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:22.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:22 smithi116 conmon[40473]: audit 2024-01-27T23:37:20.495215+0000 mgr.smithi110.unybfe (mgr.14180) 685 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:22.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:22 smithi116 conmon[40473]: cluster 2024-01-27T23:37:20.861036+0000 mgr.smithi110.unybfe (mgr.14180) 686 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2024-01-27T23:37:22.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:22 smithi110 conmon[35313]: audit 2024-01-27T23:37:20.495215+0000 mgr.smithi110.unybfe (mgr.14180) 685 : audit [DBG] from='client.15322 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:22.580 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:22 smithi110 conmon[35313]: cluster 2024-01-27T23:37:20.861036+0000 mgr.smithi110.unybfe (mgr.14180) 686 : cluster [DBG] pgmap v465: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 82 KiB/s rd, 0 B/s wr, 136 op/s 2024-01-27T23:37:24.005 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:24.005 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:24.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:24 smithi110 conmon[35313]: cluster 2024-01-27T23:37:22.861645+0000 mgr.smithi110.unybfe (mgr.14180) 687 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 57 op/s 2024-01-27T23:37:24.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:24 smithi116 conmon[40473]: cluster 2024-01-27T23:37:22.861645+0000 mgr.smithi110.unybfe (mgr.14180) 687 : cluster [DBG] pgmap v466: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 35 KiB/s rd, 0 B/s wr, 57 op/s 2024-01-27T23:37:24.602 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:25.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:25 smithi116 conmon[40473]: audit 2024-01-27T23:37:24.004716+0000 mgr.smithi110.unybfe (mgr.14180) 688 : audit [DBG] from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:25.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:25 smithi116 conmon[40473]: 2024-01-27T23:37:25.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:25 smithi110 conmon[35313]: audit 2024-01-27T23:37:24.004716+0000 mgr.smithi110.unybfe (mgr.14180) 688 : audit [DBG] 2024-01-27T23:37:25.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:25 smithi110 conmon[35313]: from='client.15326 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:25.603 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:26.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:26 smithi110 conmon[35313]: cluster 2024-01-27T23:37:24.862443+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:37:26.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:26 smithi110 conmon[35313]: .14180) 689 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 27 op/s 2024-01-27T23:37:26.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:26 smithi116 conmon[40473]: cluster 2024-01-27T23:37:24.862443+0000 mgr.smithi110.unybfe (mgr.14180) 689 : cluster [DBG] pgmap v467: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 16 KiB/s rd, 0 B/s wr, 27 op/s 2024-01-27T23:37:27.459 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:27.459 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:29:43.009404Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gxycwx on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gxycwx\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gxycwx\nDeploy daemon haproxy.rgw.foo.smithi116.gxycwx ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:27:45Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:28:23Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:29:02Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.245397Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.stmqyb on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-stmqyb\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.stmqyb\nDeploy daemon haproxy.rgw.foo.smithi110.stmqyb ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:30: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-01-27T23:30: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-01-27T23:31: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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:32:17.249935Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.vvkdco on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:27.986 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:28.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:28 smithi110 conmon[35313]: cluster 2024-01-27T23:37:26.862847+0000 mgr.smithi110.unybfe (mgr.14180) 690 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:28.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:28 smithi110 conmon[35313]: audit 2024-01-27T23:37:27.458971+0000 mgr.smithi110.unybfe (mgr.14180) 691 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:28.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:28 smithi116 conmon[40473]: cluster 2024-01-27T23:37:26.862847+0000 mgr.smithi110.unybfe (mgr.14180) 690 : cluster [DBG] pgmap v468: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:28.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:28 smithi116 conmon[40473]: audit 2024-01-27T23:37:27.458971+0000 mgr.smithi110.unybfe (mgr.14180) 691 : audit [DBG] from='client.15330 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:28.987 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:30.434 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:30 smithi110 conmon[35313]: cluster 2024-01-27T23:37:28.863424+0000 mgr.smithi110.unybfe (mgr.14180) 692 : 2024-01-27T23:37:30.434 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:30 smithi110 conmon[35313]: cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:30.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:30 smithi116 conmon[40473]: cluster 2024-01-27T23:37:28.863424+0000 mgr.smithi110.unybfe (mgr.14180) 692 : cluster [DBG] pgmap v469: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:30.836 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:30.836 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:32:22.150783Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:32:18.992774Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:32:22.150925Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:32:18.992957Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:32:18.993036Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:32:18.993103Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:32:18.993167Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:32:22.151042Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:32:18.993451Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:31.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:30.291972+0000 mgr.smithi110.unybfe (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.cadkzc ... 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:35:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:36: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-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:36:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:37:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.cadkzc ... 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:35:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:36: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-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:36:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:30.292139+0000 mgr.smithi110.unybfe (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: audit 2024-01-27T23:37:30.292417+0000 mon.smithi110 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.cadkzc"}]: dispatch 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:30.292910+0000 mgr.smithi110.unybfe (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.cadkzc ... 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:35:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:36: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-01-27T23:37:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:36:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:30.294043+0000 mgr.smithi110.unybfe (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:30.294962+0000 mgr.smithi110.unybfe (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: cluster 2024-01-27T23:37:30.295741+0000 mgr.smithi110.unybfe (mgr.14180) 698 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: audit 2024-01-27T23:37:30.298769+0000 mon.smithi110 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: audit 2024-01-27T23:37:30.566293+0000 mon.smithi110 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:31.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:31 smithi116 conmon[40473]: audit 2024-01-27T23:37:31.079836+0000 mon.smithi110 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:30.291972+0000 mgr.smithi110.unybfe (mgr.14180) 693 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.cadkzc ... 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:35:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:36: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-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:36:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.cadkzc ... 2024-01-27T23:37:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:35:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:36: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-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:36:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:30.292139+0000 mgr.smithi110.unybfe (mgr.14180) 694 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: audit 2024-01-27T23:37:30.292417+0000 mon.smithi110 (mon.0) 680 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.cadkzc"}]: dispatch 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:30.292910+0000 mgr.smithi110.unybfe (mgr.14180) 695 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.cadkzc ... 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:35:33Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:36: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-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:36:49Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:37:31.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:30.294043+0000 mgr.smithi110.unybfe (mgr.14180) 696 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:37:31.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:30.294962+0000 mgr.smithi110.unybfe (mgr.14180) 697 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:37:31.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: cluster 2024-01-27T23:37:30.295741+0000 mgr.smithi110.unybfe (mgr.14180) 698 : cluster [DBG] pgmap v470: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:31.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: audit 2024-01-27T23:37:30.298769+0000 mon.smithi110 (mon.0) 681 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:37:31.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: audit 2024-01-27T23:37:30.566293+0000 mon.smithi110 (mon.0) 682 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:31.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:31 smithi110 conmon[35313]: audit 2024-01-27T23:37:31.079836+0000 mon.smithi110 (mon.0) 683 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:31.825 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:32.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:32 smithi116 conmon[40473]: audit 2024-01-27T23:37:30.835644+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:37:32.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:32 smithi116 conmon[40473]: 14180) 699 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:32.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:32 smithi116 conmon[40473]: cluster 2024-01-27T23:37:31.216785+0000 mon.smithi110 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:37:32.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:32 smithi110 conmon[35313]: audit 2024-01-27T23:37:30.835644+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:37:32.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:32 smithi110 conmon[35313]: ) 699 : audit [DBG] from='client.15334 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:32.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:32 smithi110 conmon[35313]: cluster 2024-01-27T23:37:31.216785+0000 mon.smithi110 (mon.0) 684 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:37:32.826 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:33.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: audit 2024-01-27T23:37:32.288782+0000 mon.smithi110 2024-01-27T23:37:33.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:33.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: cluster 2024-01-27T23:37:32.296325+0000 mgr.smithi110.unybfe (mgr.14180) 700 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:33.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: audit 2024-01-27T23:37:32.591397+0000 mon.smithi110 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: audit 2024-01-27T23:37:32.592136+0000 mon.smithi110 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: audit 2024-01-27T23:37:32.592716+0000 mon.smithi110 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: audit 2024-01-27T23:37:32.593271+0000 mon.smithi110 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: audit 2024-01-27T23:37:32.597738+0000 mon.smithi110 (mon.0) 690 : audit 2024-01-27T23:37:33.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:33 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: audit 2024-01-27T23:37:32.288782+0000 mon.smithi110 (mon.0) 685 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: cluster 2024-01-27T23:37:32.296325+0000 mgr.smithi110.unybfe ( 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: mgr.14180) 700 : cluster [DBG] pgmap v471: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: audit 2024-01-27T23:37:32.591397+0000 mon.smithi110 (mon.0) 686 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.0", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: audit 2024-01-27T23:37:32.592136+0000 mon.smithi110 (mon.0) 687 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.2", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: audit 2024-01-27T23:37:32.592716+0000 mon.smithi110 (mon.0) 688 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.4", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: audit 2024-01-27T23:37:32.593271+0000 mon.smithi110 (mon.0) 689 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.6", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:33.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:33 smithi116 conmon[40473]: audit 2024-01-27T23:37:32.597738+0000 mon.smithi110 (mon.0) 690 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:34.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:34 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:32.593704+0000 mgr.smithi110.unybfe (mgr.14180) 701 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3478M 2024-01-27T23:37:34.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:34 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:32.593704+0000 mgr.smithi110.unybfe (mgr.14180) 701 : cephadm [INF] Adjusting osd_memory_target on smithi116 to 3478M 2024-01-27T23:37:35.351 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:35.351 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:35.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:35 smithi110 conmon[35313]: cluster 2024-01-27T23:37:34.296950+0000 mgr.smithi110.unybfe (mgr.14180) 702 : cluster [DBG] 2024-01-27T23:37:35.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:35 smithi110 conmon[35313]: pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:35.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:35 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.289761+0000 mon.smithi110 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:35.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:35 smithi116 conmon[40473]: cluster 2024-01-27T23:37:34.296950+0000 mgr.smithi110.unybfe (mgr.14180) 702 : cluster [DBG] pgmap v472: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:35.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:35 smithi116 conmon[40473]: 2024-01-27T23:37:35.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:35 smithi116 conmon[40473]: audit 2024-01-27T23:37:35.289761+0000 mon.smithi110 (mon.0) 691 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:36.033 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:36.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.347820+0000 mgr.smithi110.unybfe (mgr.14180) 703 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.882597+0000 mon.smithi110 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.883416+0000 mon.smithi110 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.883962+0000 mon.smithi110 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.884458+0000 mon.smithi110 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.888616+0000 mon.smithi110 (mon.0) 696 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:35.889911+0000 mon.smithi110 (mon.0) 697 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01- 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: 27T23:37:35.890428+0000 mon.smithi110 (mon.0) 698 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:36.058754+0000 mon.smithi110 (mon.0) 699 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:36 smithi110 conmon[35313]: audit 2024-01-27T23:37:36.062790+0000 mon.smithi110 (mon.0) 700 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27T23:37:35.347820+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: ) 703 : audit [DBG] from='client.15338 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27T23:37:35.882597+0000 mon.smithi110 (mon.0) 692 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.1", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27T23:37:35.883416+0000 mon.smithi110 (mon.0) 693 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.3", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27T23:37:35.883962+0000 mon.smithi110 (mon.0) 694 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.5", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27T23:37:35.884458 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 695 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config rm", "who": "osd.7", "name": "osd_memory_target"}]: dispatch 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27T23:37:35.888616+0000 mon.smithi110 (mon.0) 696 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27 2024-01-27T23:37:36.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: T23:37:35.889911+0000 mon.smithi110 (mon.0) 697 : audit 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: 01-27T23:37:35.890428+0000 mon.smithi110 (mon.0) 698 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024-01-27T23:37:36. 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: 058754+0000 mon.smithi110 (mon.0) 699 : audit [INF] 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: audit 2024- 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: 01-27T23:37:36.062790+0000 mon.smithi110 (mon.0) 700 : audit 2024-01-27T23:37:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:36 smithi116 conmon[40473]: [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:37:37.034 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:37.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:37 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:35. 2024-01-27T23:37:37.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:37 smithi110 conmon[35313]: 884862+0000 mgr.smithi110.unybfe (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 2710M 2024-01-27T23:37:37.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:37 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:35.893467+0000 mgr.smithi110.unybfe (mgr.14180) 705 : cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-27T23:37:37.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:37 smithi110 conmon[35313]: cluster 2024-01-27T23:37:36.059358+0000 mgr.smithi110.unybfe (mgr.14180) 706 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:37.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:37 smithi110 conmon[35313]: cephadm 2024-01-27T23:37:36.068438+0000 mgr.smithi110.unybfe (mgr.14180) 707 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.gkukmw on smithi116 2024-01-27T23:37:37.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:37 smithi110 conmon[35313]: cluster 2024-01-27T23:37:37.056908+0000 mon.smithi110 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:37:37.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:37 smithi110 conmon[35313]: cluster 2024-01-27T23:37:37.056940+0000 mon.smithi110 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-01-27T23:37:37.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:35.884862+0000 mgr.smithi110.unybfe (mgr.14180) 704 : cephadm [INF] Adjusting osd_memory_target on smithi110 to 2710M 2024-01-27T23:37:37.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:35.893467+0000 mgr.smithi110.unybfe (mgr.14180) 705 : 2024-01-27T23:37:37.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: cephadm [INF] Checking dashboard <-> RGW credentials 2024-01-27T23:37:37.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: cluster 2024-01-27T23:37:36.059358+0000 mgr.smithi110.unybfe (mgr.14180) 706 : cluster [DBG] pgmap v473: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:37.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: cephadm 2024-01-27T23:37:36.068438+0000 mgr.smithi110.unybfe (mgr.14180) 707 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.gkukmw on smithi116 2024-01-27T23:37:37.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: cluster 2024-01-27T23:37:37.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: 2024-01-27T23:37:37.056908+0000 mon.smithi110 (mon.0) 701 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:37:37.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: cluster 2024-01-27T23:37:37.056940+0000 2024-01-27T23:37:37.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:37 smithi116 conmon[40473]: mon.smithi110 (mon.0) 702 : cluster [INF] Cluster is now healthy 2024-01-27T23:37:38.953 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:38.953 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:39.543 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:39.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:39 smithi110 conmon[35313]: cluster 2024-01-27T23:37:38.059966+0000 mgr.smithi110.unybfe (mgr.14180) 708 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 457 B/s rd, 0 op/s 2024-01-27T23:37:39.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:39 smithi116 conmon[40473]: cluster 2024-01-27T23:37:38.059966+0000 mgr.smithi110.unybfe (mgr.14180) 708 : cluster [DBG] pgmap v474: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 457 B/s rd, 0 op/s 2024-01-27T23:37:40.544 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:40.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:40 smithi110 conmon[35313]: audit 2024-01-27T23:37:38.953589+0000 mgr.smithi110.unybfe (mgr.14180) 709 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:40.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:40 smithi116 conmon[40473]: audit 2024-01-27T23:37:38.953589+0000 mgr.smithi110.unybfe (mgr.14180) 709 : audit [DBG] from='client.15362 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:40.775 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:40 smithi116 conmon[40473]: 2024-01-27T23:37:41.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:41 smithi110 conmon[35313]: cluster 2024-01-27T23:37:40.060807+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:37:41.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:41 smithi110 conmon[35313]: ) 710 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-01-27T23:37:41.774 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:41 smithi116 conmon[40473]: cluster 2024-01-27T23:37:40.060807+0000 mgr.smithi110.unybfe (mgr.14180) 710 : cluster [DBG] pgmap v475: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 914 B/s rd, 0 op/s 2024-01-27T23:37:42.504 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:42.504 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:43.168 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:43.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:42 smithi116 conmon[40473]: cluster 2024-01-27T23:37:42.061295+0000 mgr.smithi110.unybfe (mgr.14180) 711 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:43.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:42 smithi110 conmon[35313]: cluster 2024-01-27T23:37:42.061295+0000 mgr.smithi110.unybfe (mgr.14180) 711 : cluster [DBG] pgmap v476: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:44.169 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:44.197 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:43 smithi110 conmon[35313]: audit 2024-01-27T23:37:42.503573+0000 mgr.smithi110.unybfe (mgr.14180) 712 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:44.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:43 smithi116 conmon[40473]: audit 2024-01-27T23:37:42.503573+0000 mgr.smithi110.unybfe (mgr.14180) 712 : audit [DBG] from='client.15366 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:45.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:44 smithi116 conmon[40473]: cluster 2024-01-27T23:37:44.061864+0000 mgr.smithi110.unybfe (mgr.14180) 713 : cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:45.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:44 smithi110 conmon[35313]: cluster 2024-01-27T23:37:44.061864+0000 mgr.smithi110.unybfe (mgr.14180) 713 : 2024-01-27T23:37:45.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:44 smithi110 conmon[35313]: cluster [DBG] pgmap v477: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:46.051 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:46.051 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:46.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:47.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:47 smithi116 conmon[40473]: audit 2024-01-27T23:37:46.051414+0000 mgr.smithi110.unybfe (mgr.14180) 714 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:47.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:47 smithi116 conmon[40473]: cluster 2024-01-27T23:37:46.062268+0000 mgr.smithi110.unybfe (mgr.14180) 715 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:47.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:47 smithi110 conmon[35313]: audit 2024-01-27T23:37:46.051414+0000 mgr.smithi110.unybfe (mgr.14180) 714 : audit [DBG] from='client.15370 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:47.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:47 smithi110 conmon[35313]: cluster 2024-01-27T23:37:46.062268+0000 mgr.smithi110.unybfe (mgr.14180) 715 : cluster [DBG] pgmap v478: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:47.686 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:49.242 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:49 smithi110 conmon[35313]: cluster 2024-01-27T23:37:48.063026+0000 mgr.smithi110.unybfe (mgr.14180) 716 : cluster [DBG] pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:49.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:49 smithi116 conmon[40473]: cluster 2024-01-27T23:37:48.063026+0000 mgr.smithi110.unybfe (mgr.14180) 716 : cluster [DBG] 2024-01-27T23:37:49.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:49 smithi116 conmon[40473]: pgmap v479: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1.4 KiB/s rd, 1 op/s 2024-01-27T23:37:49.585 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:49.585 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:50.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:51.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:51.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:51 smithi116 conmon[40473]: audit 2024-01-27T23:37:49.585031+0000 mgr.smithi110.unybfe (mgr.14180) 717 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:51.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:51 smithi116 conmon[40473]: cluster 2024-01-27T23:37:50.063450+0000 mgr.smithi110.unybfe (mgr.14180) 718 : cluster 2024-01-27T23:37:51.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:51 smithi116 conmon[40473]: [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-01-27T23:37:51.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:51 smithi110 conmon[35313]: audit 2024-01-27T23:37:49.585031+0000 mgr.smithi110.unybfe (mgr.14180) 717 : audit [DBG] from='client.15374 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:51.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:51 smithi110 conmon[35313]: cluster 2024-01-27T23:37:50. 2024-01-27T23:37:51.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:51 smithi110 conmon[35313]: 063450+0000 mgr.smithi110.unybfe (mgr.14180) 718 : cluster [DBG] pgmap v480: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 1023 B/s rd, 1 op/s 2024-01-27T23:37:53.095 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:53.095 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:53.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:52 smithi116 conmon[40473]: cluster 2024-01-27T23:37:52.063910+0000 mgr.smithi110.unybfe (mgr.14180) 719 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-01-27T23:37:53.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:52 smithi110 conmon[35313]: cluster 2024-01-27T23:37:52.063910+0000 mgr.smithi110.unybfe (mgr.14180) 719 : cluster [DBG] pgmap v481: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 597 B/s rd, 0 op/s 2024-01-27T23:37:53.750 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:54.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:53 smithi110 conmon[35313]: audit 2024-01-27T23:37:53.094903+0000 mgr.smithi110.unybfe (mgr.14180) 720 : 2024-01-27T23:37:54.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:53 smithi110 conmon[35313]: audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:54.274 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:53 smithi116 conmon[40473]: audit 2024-01-27T23:37:53.094903+0000 mgr.smithi110.unybfe (mgr.14180) 720 : audit [DBG] from='client.15378 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:54.751 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:55.098 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:54 smithi110 conmon[35313]: cluster 2024-01-27T23:37:54.064462 2024-01-27T23:37:55.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:54 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 721 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:55.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:54 smithi116 conmon[40473]: cluster 2024-01-27T23:37:54.064462+0000 mgr.smithi110.unybfe (mgr.14180) 721 : cluster [DBG] pgmap v482: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:56.647 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:37:56.648 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:37:57.276 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:37:57.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:57 smithi116 conmon[40473]: cluster 2024-01-27T23:37:56.064937+0000 mgr.smithi110.unybfe (mgr.14180) 722 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:57.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:57 smithi110 conmon[35313]: cluster 2024-01-27T23:37:56.064937+0000 mgr.smithi110.unybfe (mgr.14180) 722 : cluster [DBG] pgmap v483: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:58.278 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:37:58.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:58 smithi116 conmon[40473]: audit 2024-01-27T23:37:56.647244+0000 mgr.smithi110.unybfe (mgr.14180) 723 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:58.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:58 smithi110 conmon[35313]: audit 2024-01-27T23:37:56.647244+0000 mgr.smithi110.unybfe (mgr.14180) 723 : audit [DBG] from='client.15382 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:37:59.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:37:59 smithi110 conmon[35313]: cluster 2024-01-27T23:37:58.065543+0000 mgr.smithi110.unybfe (mgr.14180) 724 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:37:59.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:37:59 smithi116 conmon[40473]: cluster 2024-01-27T23:37:58.065543+0000 mgr.smithi110.unybfe (mgr.14180) 724 : cluster [DBG] pgmap v484: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:00.112 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:00.112 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:00.752 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:01.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:01 smithi116 conmon[40473]: cluster 2024-01-27T23:38:00.066068+0000 mgr.smithi110.unybfe (mgr.14180) 725 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:01.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:01 smithi116 conmon[40473]: audit 2024-01-27T23:38:00.112350+0000 mgr.smithi110.unybfe (mgr.14180) 726 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:01.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:01 smithi110 conmon[35313]: cluster 2024-01-27T23:38:00.066068+0000 mgr.smithi110.unybfe (mgr.14180) 725 : cluster [DBG] pgmap v485: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:01.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:01 smithi110 conmon[35313]: audit 2024-01-27T23:38:00.112350+0000 mgr.smithi110.unybfe (mgr.14180) 726 : audit [DBG] from='client.15386 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:01.753 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:03.210 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:02 smithi110 conmon[35313]: cluster 2024-01-27T23:38:02.066438+0000 mgr.smithi110.unybfe (mgr.14180) 727 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:03.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:02 smithi116 conmon[40473]: cluster 2024-01-27T23:38:02.066438+0000 mgr.smithi110.unybfe (mgr.14180) 727 : cluster [DBG] pgmap v486: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:03.609 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:03.609 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:04.215 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:05.216 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:05.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:05 smithi116 conmon[40473]: audit 2024-01-27T23:38:03.609167+0000 mgr.smithi110.unybfe (mgr.14180) 728 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:05.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:05 smithi116 conmon[40473]: cluster 2024-01-27T23:38:04.067145+0000 mgr.smithi110.unybfe (mgr.14180) 729 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:05.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:05 smithi110 conmon[35313]: audit 2024-01-27T23:38:03.609167+0000 mgr.smithi110.unybfe (mgr.14180) 728 : audit [DBG] from='client.15390 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:05.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:05 smithi110 conmon[35313]: cluster 2024-01-27T23:38:04.067145+0000 mgr.smithi110.unybfe (mgr.14180) 729 : cluster [DBG] pgmap v487: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:07.183 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:07.183 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:07.407 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:07 smithi110 conmon[35313]: cluster 2024-01-27T23:38:06.067619+0000 mgr.smithi110.unybfe (mgr.14180) 730 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:07.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:07 smithi116 conmon[40473]: cluster 2024-01-27T23:38:06.067619+0000 mgr.smithi110.unybfe (mgr.14180) 730 : cluster [DBG] pgmap v488: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:07.814 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:08.524 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:08 smithi116 conmon[40473]: audit 2024-01-27T23:38:07.182872+0000 mgr.smithi110.unybfe (mgr.14180) 731 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:08.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:08 smithi110 conmon[35313]: audit 2024-01-27T23:38:07.182872+0000 mgr.smithi110.unybfe (mgr.14180) 731 : audit [DBG] from='client.15394 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:08.816 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:09.390 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:09 smithi110 conmon[35313]: cluster 2024-01-27T23:38:08.068115+0000 mgr.smithi110.unybfe (mgr.14180) 732 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:09.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:09 smithi116 conmon[40473]: cluster 2024-01-27T23:38:08.068115+0000 mgr.smithi110.unybfe (mgr.14180) 732 : cluster [DBG] pgmap v489: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:09.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:09 smithi116 conmon[40473]: 2024-01-27T23:38:10.705 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:10.705 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:11.364 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:11.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:11 smithi116 conmon[40473]: cluster 2024-01-27T23:38:10.068550+0000 mgr.smithi110.unybfe (mgr.14180) 733 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:11.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:11 smithi110 conmon[35313]: cluster 2024-01-27T23:38:10.068550+0000 mgr.smithi110.unybfe (mgr.14180) 733 : cluster [DBG] pgmap v490: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:12.364 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:12.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:12 smithi110 conmon[35313]: audit 2024-01-27T23:38:10.704861+0000 mgr.smithi110.unybfe (mgr.14180) 734 : audit [DBG] 2024-01-27T23:38:12.396 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:12 smithi110 conmon[35313]: from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:12.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:12 smithi116 conmon[40473]: audit 2024-01-27T23:38:10.704861+0000 mgr.smithi110.unybfe (mgr.14180) 734 : audit [DBG] from='client.15398 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:13.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:13 smithi116 conmon[40473]: cluster 2024-01-27T23:38:12.068862+0000 mgr.smithi110.unybfe (mgr.14180) 735 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:13.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:13 smithi116 conmon[40473]: 2024-01-27T23:38:13.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:13 smithi110 conmon[35313]: cluster 2024-01-27T23:38:12.068862+0000 mgr.smithi110.unybfe (mgr.14180) 735 : cluster [DBG] pgmap v491: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:14.231 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:14.232 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:14.882 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:15.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:15 smithi116 conmon[40473]: cluster 2024-01-27T23:38:14.069423+0000 mgr.smithi110.unybfe (mgr.14180) 736 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:15.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:15 smithi116 conmon[40473]: audit 2024-01- 2024-01-27T23:38:15.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:15 smithi116 conmon[40473]: 27T23:38:14.230500+0000 mgr.smithi110.unybfe (mgr.14180) 737 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:15.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:15 smithi110 conmon[35313]: cluster 2024-01-27T23:38:14.069423+0000 mgr.smithi110.unybfe (mgr.14180) 736 : cluster [DBG] pgmap v492: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:15.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:15 smithi110 conmon[35313]: audit 2024-01-27T23:38:14.230500+0000 mgr.smithi110.unybfe (mgr.14180) 737 : audit [DBG] from='client.15402 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:15.882 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:17.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:17 smithi110 conmon[35313]: cluster 2024-01-27T23:38:16. 2024-01-27T23:38:17.348 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:17 smithi110 conmon[35313]: 069915+0000 mgr.smithi110.unybfe (mgr.14180) 738 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:17.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:17 smithi116 conmon[40473]: cluster 2024-01-27T23:38:16.069915+0000 mgr.smithi110.unybfe (mgr.14180) 738 : cluster [DBG] pgmap v493: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:17.740 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:17.740 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:18.372 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:19.373 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:19.407 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:19 smithi110 conmon[35313]: audit 2024-01-27T23:38:17.739226+0000 mgr.smithi110.unybfe (mgr.14180) 739 : audit [DBG] from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:19.407 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:19 smithi110 conmon[35313]: cluster 2024-01-27T23:38:18.070512+0000 mgr.smithi110.unybfe (mgr.14180) 740 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:19.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:19 smithi116 conmon[40473]: audit 2024-01-27T23:38:17.739226+0000 mgr.smithi110.unybfe (mgr.14180) 739 : audit [DBG] 2024-01-27T23:38:19.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:19 smithi116 conmon[40473]: from='client.15406 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:19.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:19 smithi116 conmon[40473]: cluster 2024-01-27T23:38:18.070512+0000 mgr.smithi110.unybfe (mgr.14180) 740 : cluster [DBG] pgmap v494: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:21.216 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:21.216 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:21.439 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:21 smithi110 conmon[35313]: cluster 2024-01-27T23:38:20.070962+0000 mgr.smithi110.unybfe (mgr.14180) 741 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:21.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:21 smithi116 conmon[40473]: cluster 2024-01-27T23:38:20.070962+0000 mgr.smithi110.unybfe (mgr.14180) 741 : cluster [DBG] pgmap v495: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:21.829 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:22.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:22 smithi116 conmon[40473]: audit 2024-01-27T23:38:21.215227+0000 mgr.smithi110.unybfe (mgr.14180) 742 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:22.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:22 smithi110 conmon[35313]: audit 2024-01-27T23:38:21.215227+0000 mgr.smithi110.unybfe (mgr.14180) 742 : audit [DBG] from='client.15410 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:22.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:22 smithi110 conmon[35313]: 2024-01-27T23:38:22.829 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:23.480 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:23 smithi110 conmon[35313]: cluster 2024-01-27T23:38:22.071556+0000 mgr.smithi110.unybfe (mgr.14180) 743 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:23.480 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:23 smithi110 conmon[35313]: 2024-01-27T23:38:23.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:23 smithi116 conmon[40473]: cluster 2024-01-27T23:38:22.071556+0000 mgr.smithi110.unybfe (mgr.14180) 743 : cluster [DBG] pgmap v496: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:24.663 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:24.663 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:25.279 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:25.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:25 smithi116 conmon[40473]: cluster 2024-01-27T23:38:24.072085+0000 mgr.smithi110.unybfe (mgr.14180) 744 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:25.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:25 smithi116 conmon[40473]: 2024-01-27T23:38:25.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:25 smithi110 conmon[35313]: cluster 2024-01-27T23:38:24.072085+0000 mgr.smithi110.unybfe (mgr.14180) 744 : cluster [DBG] pgmap v497: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:26.281 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:26.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:26 smithi116 conmon[40473]: audit 2024-01-27T23:38:24.662328+0000 mgr.smithi110.unybfe (mgr.14180) 745 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:26.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:26 smithi110 conmon[35313]: audit 2024-01-27T23:38:24.662328+0000 mgr.smithi110.unybfe (mgr.14180) 745 : audit [DBG] from='client.15414 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:27.514 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:27 smithi110 conmon[35313]: cluster 2024-01-27T23:38:26.072694+0000 mgr.smithi110.unybfe (mgr.14180) 746 2024-01-27T23:38:27.515 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:27 smithi110 conmon[35313]: : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:27.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:27 smithi116 conmon[40473]: cluster 2024-01-27T23:38:26.072694+0000 mgr.smithi110.unybfe (mgr.14180) 746 : cluster [DBG] pgmap v498: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:28.104 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:28.104 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:28.763 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:29.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:29 smithi116 conmon[40473]: cluster 2024-01-27T23:38:28.073173+0000 mgr.smithi110.unybfe (mgr.14180) 747 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:29.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:29 smithi116 conmon[40473]: audit 2024-01-27T23:38:28.103726+0000 mgr.smithi110.unybfe 2024-01-27T23:38:29.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:29 smithi116 conmon[40473]: (mgr.14180) 748 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:29.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:29 smithi110 conmon[35313]: cluster 2024-01-27T23:38:28.073173+0000 mgr.smithi110.unybfe (mgr.14180) 747 : cluster [DBG] pgmap v499: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:29.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:29 smithi110 conmon[35313]: audit 2024-01-27T23:38:28.103726+0000 mgr.smithi110.unybfe (mgr.14180) 748 : audit [DBG] from='client.15418 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:29.763 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:31.257 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:31 smithi110 conmon[35313]: cluster 2024-01-27T23:38:30.073657+0000 mgr.smithi110.unybfe (mgr.14180) 749 : cluster 2024-01-27T23:38:31.257 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:31 smithi110 conmon[35313]: [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:31.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:31 smithi116 conmon[40473]: cluster 2024-01-27T23:38:30.073657+0000 mgr.smithi110.unybfe (mgr.14180) 749 : cluster [DBG] pgmap v500: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:31.561 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:31.561 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:32.220 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:33.222 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:33.254 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:32 smithi110 conmon[35313]: audit 2024-01-27T23:38:31.561129+0000 mgr.smithi110.unybfe (mgr.14180) 750 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:33.254 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:32 smithi110 conmon[35313]: cluster 2024-01-27T23:38:32.073999+0000 mgr.smithi110.unybfe (mgr.14180) 751 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:33.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:32 smithi116 conmon[40473]: audit 2024-01-27T23:38:31.561129+0000 mgr.smithi110.unybfe (mgr.14180) 750 : audit [DBG] from='client.15422 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:33.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:32 smithi116 conmon[40473]: cluster 2024-01-27T23:38:32.073999+0000 mgr.smithi110.unybfe (mgr.14180) 751 : cluster [DBG] pgmap v501: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:35.038 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:35.038 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:35.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:35 smithi110 conmon[35313]: cluster 2024-01-27T23:38:34.074540+0000 mgr.smithi110.unybfe (mgr.14180) 752 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:35.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:35 smithi116 conmon[40473]: cluster 2024-01-27T23:38:34.074540+0000 mgr.smithi110.unybfe (mgr.14180) 752 : cluster [DBG] pgmap v502: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:35.728 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:36.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:36 smithi116 conmon[40473]: audit 2024-01-27T23:38:35.037522+0000 mgr.smithi110.unybfe (mgr.14180) 753 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:36 smithi110 conmon[35313]: audit 2024-01-27T23:38:35.037522+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:38:36.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:36 smithi110 conmon[35313]: .14180) 753 : audit [DBG] from='client.15426 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:36.729 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:37.404 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:37 smithi110 conmon[35313]: cluster 2024-01-27T23:38:36.074966+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:38:37.405 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:37 smithi110 conmon[35313]: 14180) 754 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:37.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:37 smithi116 conmon[40473]: cluster 2024-01-27T23:38:36.074966+0000 mgr.smithi110.unybfe (mgr.14180) 754 : cluster [DBG] pgmap v503: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:37.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:37 smithi116 conmon[40473]: 2024-01-27T23:38:38.574 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:38.574 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:39.236 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:39.391 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:39 smithi110 conmon[35313]: cluster 2024-01-27T23:38:38.075479+0000 mgr.smithi110.unybfe (mgr.14180) 755 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:39.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:39 smithi116 conmon[40473]: cluster 2024-01-27T23:38:38.075479+0000 mgr.smithi110.unybfe (mgr.14180) 755 : cluster [DBG] pgmap v504: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:40.237 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:40.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:40 smithi116 conmon[40473]: audit 2024-01-27T23:38:38.574224+0000 mgr.smithi110.unybfe (mgr.14180) 756 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:40.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:40 smithi116 conmon[40473]: 2024-01-27T23:38:40.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:40 smithi110 conmon[35313]: audit 2024-01-27T23:38:38.574224+0000 mgr.smithi110.unybfe (mgr.14180) 756 : audit [DBG] from='client.15430 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:40.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:40 smithi110 conmon[35313]: 2024-01-27T23:38:41.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:41 smithi110 conmon[35313]: cluster 2024-01-27T23:38:40.076031+0000 mgr.smithi110.unybfe ( 2024-01-27T23:38:41.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:41 smithi110 conmon[35313]: mgr.14180) 757 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:41.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:41 smithi116 conmon[40473]: cluster 2024-01-27T23:38:40.076031+0000 mgr.smithi110.unybfe (mgr.14180) 757 : cluster [DBG] pgmap v505: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:42.066 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:42.067 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:42.711 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:43.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:42 smithi110 conmon[35313]: audit 2024-01-27T23:38:42.066547+0000 mgr.smithi110.unybfe (mgr.14180) 758 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:43.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:42 smithi110 conmon[35313]: cluster 2024-01-27T23:38:42.076435+0000 mgr.smithi110.unybfe (mgr.14180) 759 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:43.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:42 smithi116 conmon[40473]: audit 2024-01-27T23:38:42.066547+0000 mgr.smithi110.unybfe (mgr.14180) 758 : audit [DBG] from='client.15434 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:43.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:42 smithi116 conmon[40473]: cluster 2024-01-27T23:38:42.076435+0000 mgr.smithi110.unybfe (mgr.14180) 759 : cluster [DBG] pgmap v506: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:43.712 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:45.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:45 smithi110 conmon[35313]: cluster 2024-01-27T23:38:44.077251+0000 mgr.smithi110.unybfe (mgr.14180) 760 2024-01-27T23:38:45.179 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:45 smithi110 conmon[35313]: : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:45.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:45 smithi116 conmon[40473]: cluster 2024-01-27T23:38:44.077251+0000 mgr.smithi110.unybfe (mgr.14180) 760 : cluster [DBG] pgmap v507: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:45.548 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:45.548 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:46.112 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:47.113 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:47.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:47 smithi116 conmon[40473]: audit 2024-01-27T23:38:45.548262+0000 mgr.smithi110.unybfe (mgr.14180) 761 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:47.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:47 smithi116 conmon[40473]: cluster 2024-01-27T23:38:46.077943+0000 2024-01-27T23:38:47.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:47 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 762 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:47.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:47 smithi110 conmon[35313]: audit 2024-01-27T23:38:45.548262+0000 mgr.smithi110.unybfe (mgr.14180) 761 : audit [DBG] from='client.15438 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:47.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:47 smithi110 conmon[35313]: cluster 2024-01-27T23:38:46.077943+0000 mgr.smithi110.unybfe (mgr.14180) 762 : cluster [DBG] pgmap v508: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:48.958 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:48.958 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:49.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:49 smithi110 conmon[35313]: cluster 2024-01-27T23:38:48.078457+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:38:49.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:49 smithi110 conmon[35313]: 763 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:49.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:49 smithi116 conmon[40473]: cluster 2024-01-27T23:38:48.078457+0000 mgr.smithi110.unybfe (mgr.14180) 763 : cluster [DBG] pgmap v509: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:49.559 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:50.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:50 smithi116 conmon[40473]: audit 2024-01-27T23:38:48.958196+0000 mgr.smithi110.unybfe (mgr.14180) 764 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:50.559 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:50.589 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:50 smithi110 conmon[35313]: audit 2024-01-27T23:38:48.958196+0000 mgr.smithi110.unybfe (mgr.14180) 764 : audit [DBG] from='client.15442 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:51.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:51 smithi110 conmon[35313]: cluster 2024-01-27T23:38:50.078995+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:38:51.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:51 smithi110 conmon[35313]: .14180) 765 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:51.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:51 smithi116 conmon[40473]: cluster 2024-01-27T23:38:50.078995+0000 mgr.smithi110.unybfe (mgr.14180) 765 : cluster [DBG] pgmap v510: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:52.385 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:52.385 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:52.994 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:53.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:52 smithi116 conmon[40473]: cluster 2024-01-27T23:38:52.079413+0000 mgr.smithi110.unybfe (mgr.14180) 766 : cluster [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:53.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:52 smithi116 conmon[40473]: audit 2024-01-27T23:38:52.384765+0000 mgr.smithi110.unybfe (mgr.14180) 767 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:53.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:52 smithi110 conmon[35313]: cluster 2024-01-27T23:38:52.079413+0000 mgr.smithi110.unybfe (mgr.14180) 766 : cluster 2024-01-27T23:38:53.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:52 smithi110 conmon[35313]: [DBG] pgmap v511: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:53.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:52 smithi110 conmon[35313]: audit 2024-01-27T23:38:52.384765+0000 mgr.smithi110.unybfe (mgr.14180) 767 : audit [DBG] from='client.15446 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:53.995 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:55.494 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:55 smithi110 conmon[35313]: cluster 2024-01-27T23:38:54.079953+0000 mgr.smithi110.unybfe (mgr.14180) 768 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:55.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:55 smithi116 conmon[40473]: cluster 2024-01-27T23:38:54.079953+0000 mgr.smithi110.unybfe (mgr.14180) 768 : cluster [DBG] pgmap v512: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:55.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:55 smithi116 conmon[40473]: 2024-01-27T23:38:55.880 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:55.880 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:56.493 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:38:57.493 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:38:57.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:57 smithi116 conmon[40473]: audit 2024-01-27T23:38:55.879725+0000 mgr.smithi110.unybfe (mgr.14180) 769 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:57.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:57 smithi116 conmon[40473]: cluster 2024-01-27T23:38:56.080379+0000 mgr.smithi110.unybfe (mgr.14180) 770 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:57.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:57 smithi110 conmon[35313]: audit 2024-01-27T23:38:55.879725+0000 mgr.smithi110.unybfe (mgr.14180) 769 : audit [DBG] from='client.15450 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:38:57.526 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:57 smithi110 conmon[35313]: cluster 2024-01-27T23:38:56.080379+0000 mgr.smithi110.unybfe (mgr.14180) 770 : cluster [DBG] pgmap v513: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:59.267 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:38:59.268 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:38:59.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:59 smithi110 conmon[35313]: cluster 2024-01-27T23:38:58.080795+0000 mgr.smithi110.unybfe (mgr.14180) 771 : cluster [DBG] 2024-01-27T23:38:59.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:38:59 smithi110 conmon[35313]: pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:59.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:38:59 smithi116 conmon[40473]: cluster 2024-01-27T23:38:58.080795+0000 mgr.smithi110.unybfe (mgr.14180) 771 : cluster [DBG] pgmap v514: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:38:59.895 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:00.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:00 smithi116 conmon[40473]: audit 2024-01-27T23:38:59.266774+0000 mgr.smithi110.unybfe (mgr.14180) 772 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:00.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:00 smithi110 conmon[35313]: audit 2024-01-27T23:38:59.266774+0000 mgr.smithi110.unybfe (mgr.14180) 772 : audit [DBG] from='client.15454 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:00.896 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:01.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:01 smithi110 conmon[35313]: cluster 2024-01-27T23:39:00.081260+0000 mgr.smithi110.unybfe (mgr.14180) 773 : 2024-01-27T23:39:01.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:01 smithi110 conmon[35313]: cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:01.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:01 smithi116 conmon[40473]: cluster 2024-01-27T23:39:00.081260+0000 mgr.smithi110.unybfe (mgr.14180) 773 : cluster [DBG] pgmap v515: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:01.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:01 smithi116 conmon[40473]: 2024-01-27T23:39:02.796 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:02.796 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:03.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:02 smithi110 conmon[35313]: cluster 2024-01-27T23:39:02.081668+0000 mgr.smithi110.unybfe (mgr.14180) 774 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:03.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:02 smithi116 conmon[40473]: cluster 2024-01-27T23:39:02.081668+0000 mgr.smithi110.unybfe (mgr.14180) 774 : cluster [DBG] pgmap v516: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:03.451 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:04.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:03 smithi116 conmon[40473]: audit 2024-01-27T23:39:02.795608+0000 mgr.smithi110.unybfe (mgr.14180) 775 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:04.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:03 smithi110 conmon[35313]: audit 2024-01-27T23:39:02.795608+0000 mgr.smithi110.unybfe (mgr.14180) 775 : audit [DBG] from='client.15458 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:04.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:03 smithi110 conmon[35313]: 2024-01-27T23:39:04.452 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:05.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:04 smithi116 conmon[40473]: cluster 2024-01-27T23:39:04.082292+0000 mgr.smithi110.unybfe (mgr.14180) 776 : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:05.276 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:04 smithi110 conmon[35313]: cluster 2024-01-27T23:39:04.082292+0000 mgr.smithi110.unybfe (mgr.14180) 776 2024-01-27T23:39:05.276 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:04 smithi110 conmon[35313]: : cluster [DBG] pgmap v517: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:06.301 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:06.301 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:06.965 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:07.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:07 smithi110 conmon[35313]: cluster 2024-01-27T23:39:06.082789+0000 mgr.smithi110.unybfe (mgr.14180) 777 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:07.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:07 smithi110 conmon[35313]: audit 2024-01-27T23:39:06.300479+0000 mgr.smithi110.unybfe (mgr.14180) 778 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:07.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:07 smithi116 conmon[40473]: cluster 2024-01-27T23:39:06.082789+0000 mgr.smithi110.unybfe (mgr.14180) 777 : cluster [DBG] pgmap v518: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:07.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:07 smithi116 conmon[40473]: audit 2024-01-27T23:39:06.300479+0000 mgr.smithi110.unybfe (mgr.14180) 778 : audit [DBG] from='client.15462 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:07.967 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:09.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:09 smithi110 conmon[35313]: cluster 2024-01-27T23:39:08.083284+0000 mgr.smithi110.unybfe (mgr.14180) 779 2024-01-27T23:39:09.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:09 smithi110 conmon[35313]: : cluster [DBG] pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:09.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:09 smithi116 conmon[40473]: cluster 2024-01-27T23:39:08.083284+0000 mgr.smithi110.unybfe (mgr.14180) 779 : cluster [DBG] 2024-01-27T23:39:09.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:09 smithi116 conmon[40473]: pgmap v519: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:09.865 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:09.865 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:10.474 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:11.475 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:11.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:11 smithi110 conmon[35313]: audit 2024-01-27T23:39:09.864502+0000 mgr.smithi110.unybfe (mgr.14180) 780 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:11.508 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:11 smithi110 conmon[35313]: cluster 2024-01-27T23:39:10.083861+0000 mgr.smithi110.unybfe (mgr.14180) 781 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:11.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:11 smithi116 conmon[40473]: audit 2024-01-27T23:39:09.864502+0000 mgr.smithi110.unybfe (mgr.14180) 780 : audit [DBG] from='client.15466 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:11.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:11 smithi116 conmon[40473]: cluster 2024-01-27T23:39:10.083861 2024-01-27T23:39:11.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:11 smithi116 conmon[40473]: +0000 mgr.smithi110.unybfe (mgr.14180) 781 : cluster [DBG] pgmap v520: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:13.008 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:12 smithi110 conmon[35313]: cluster 2024-01-27T23:39:12.084403+0000 mgr.smithi110.unybfe (mgr.14180) 782 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:13.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:12 smithi116 conmon[40473]: cluster 2024-01-27T23:39:12.084403+0000 mgr.smithi110.unybfe (mgr.14180) 782 : cluster [DBG] pgmap v521: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:13.327 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:13.327 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:13.940 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:14.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:13 smithi116 conmon[40473]: audit 2024-01-27T23:39:13.326010+0000 mgr.smithi110.unybfe (mgr.14180) 783 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:14.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:13 smithi110 conmon[35313]: audit 2024-01-27T23:39:13.326010+0000 mgr.smithi110.unybfe (mgr.14180) 783 : audit [DBG] from='client.15470 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:14.941 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:15.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:14 smithi116 conmon[40473]: cluster 2024-01-27T23:39:14.084896+0000 mgr.smithi110.unybfe (mgr.14180) 784 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:15.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:14 smithi110 conmon[35313]: cluster 2024-01-27T23:39:14.084896+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:39:15.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:14 smithi110 conmon[35313]: ) 784 : cluster [DBG] pgmap v522: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:16.817 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:16.817 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:17.398 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:17 smithi110 conmon[35313]: cluster 2024-01-27T23:39:16.085372+0000 mgr.smithi110.unybfe (mgr.14180) 785 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:17.400 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:17.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:17 smithi116 conmon[40473]: cluster 2024-01-27T23:39:16.085372+0000 mgr.smithi110.unybfe (mgr.14180) 785 : cluster [DBG] pgmap v523: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:18.401 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:18.435 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:18 smithi110 conmon[35313]: audit 2024-01-27T23:39:16.816376+0000 mgr.smithi110.unybfe (mgr.14180) 786 : audit [DBG] 2024-01-27T23:39:18.435 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:18 smithi110 conmon[35313]: from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:18.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:18 smithi116 conmon[40473]: audit 2024-01-27T23:39:16.816376+0000 mgr.smithi110.unybfe (mgr.14180) 786 : audit [DBG] from='client.15474 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:19.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:19 smithi116 conmon[40473]: cluster 2024-01-27T23:39:18.086031+0000 mgr.smithi110.unybfe (mgr.14180) 787 : cluster [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:19.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:19 smithi110 conmon[35313]: cluster 2024-01-27T23:39:18.086031+0000 mgr.smithi110.unybfe (mgr.14180) 787 : cluster 2024-01-27T23:39:19.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:19 smithi110 conmon[35313]: [DBG] pgmap v524: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:20.283 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:20.284 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:20.814 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:21.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:21 smithi116 conmon[40473]: cluster 2024-01-27T23:39:20.086498+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:39:21.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:21 smithi116 conmon[40473]: 788 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:21.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:21 smithi116 conmon[40473]: audit 2024-01-27T23:39:20.282531+0000 mgr.smithi110.unybfe (mgr.14180) 789 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:21.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:21 smithi110 conmon[35313]: cluster 2024-01-27T23:39:20.086498+0000 mgr.smithi110.unybfe (mgr.14180) 788 : cluster [DBG] pgmap v525: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:21.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:21 smithi110 conmon[35313]: audit 2024-01-27T23:39:20.282531+0000 mgr.smithi110.unybfe (mgr.14180) 789 : audit [DBG] from='client.15478 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:21.815 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:23.266 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:22 smithi110 conmon[35313]: cluster 2024-01-27T23:39:22. 2024-01-27T23:39:23.267 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:22 smithi110 conmon[35313]: 086897+0000 mgr.smithi110.unybfe (mgr.14180) 790 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:23.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:22 smithi116 conmon[40473]: cluster 2024-01-27T23:39:22.086897+0000 mgr.smithi110.unybfe (mgr.14180) 790 : cluster [DBG] pgmap v526: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:23.640 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:23.640 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:24.280 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:25.281 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:25.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:25 smithi116 conmon[40473]: audit 2024-01-27T23:39:23.639116+0000 mgr.smithi110.unybfe (mgr.14180) 791 : audit 2024-01-27T23:39:25.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:25 smithi116 conmon[40473]: [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:25.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:25 smithi116 conmon[40473]: cluster 2024-01-27T23:39:24.087394+0000 mgr.smithi110.unybfe (mgr.14180) 792 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:25.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:25 smithi110 conmon[35313]: audit 2024-01-27T23:39:23.639116+0000 mgr.smithi110.unybfe (mgr.14180) 791 : audit [DBG] from='client.15482 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:25.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:25 smithi110 conmon[35313]: cluster 2024-01-27T23:39:24.087394+0000 mgr.smithi110.unybfe (mgr.14180) 792 : cluster [DBG] pgmap v527: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:27.168 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:27.168 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:27.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:27 smithi116 conmon[40473]: cluster 2024-01-27T23:39:26.087779+0000 mgr.smithi110.unybfe (mgr.14180) 793 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:27.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:27 smithi110 conmon[35313]: cluster 2024-01-27T23:39:26.087779+0000 mgr.smithi110.unybfe (mgr.14180) 793 : cluster [DBG] pgmap v528: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:27.780 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:28.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:28 smithi116 conmon[40473]: audit 2024-01-27T23:39:27.167116+0000 mgr.smithi110.unybfe (mgr.14180) 794 : audit [DBG] from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:28.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:28 smithi116 conmon[40473]: 2024-01-27T23:39:28.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:28 smithi110 conmon[35313]: audit 2024-01-27T23:39:27.167116+0000 mgr.smithi110.unybfe (mgr.14180) 794 : audit [DBG] 2024-01-27T23:39:28.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:28 smithi110 conmon[35313]: from='client.15486 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:28.781 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:29.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:29 smithi110 conmon[35313]: cluster 2024-01-27T23:39:28.088252+0000 mgr.smithi110.unybfe (mgr.14180) 795 2024-01-27T23:39:29.432 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:29 smithi110 conmon[35313]: : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:29.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:29 smithi116 conmon[40473]: cluster 2024-01-27T23:39:28.088252+0000 mgr.smithi110.unybfe (mgr.14180) 795 : cluster [DBG] pgmap v529: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:30.671 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:30.671 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:31.331 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:31.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:31 smithi116 conmon[40473]: cluster 2024-01-27T23:39:30.089051+0000 mgr.smithi110.unybfe (mgr.14180) 796 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:31 smithi110 conmon[35313]: cluster 2024-01-27T23:39:30.089051+0000 mgr.smithi110.unybfe (mgr.14180) 796 : cluster [DBG] pgmap v530: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:32.332 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:32.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:32 smithi116 conmon[40473]: audit 2024-01-27T23:39:30.671005+0000 mgr.smithi110.unybfe (mgr.14180) 797 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:32.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:32 smithi110 conmon[35313]: audit 2024-01-27T23:39:30.671005+0000 mgr.smithi110.unybfe (mgr.14180) 797 : audit [DBG] from='client.15490 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:33.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:33 smithi116 conmon[40473]: cluster 2024-01-27T23:39:32.089624+0000 mgr.smithi110.unybfe (mgr.14180) 798 : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:33.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:33 smithi110 conmon[35313]: cluster 2024-01-27T23:39:32.089624+0000 mgr.smithi110.unybfe (mgr.14180) 798 2024-01-27T23:39:33.570 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:33 smithi110 conmon[35313]: : cluster [DBG] pgmap v531: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:34.195 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:34.195 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:34.864 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:35.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:35 smithi116 conmon[40473]: cluster 2024-01-27T23:39:34.090169+0000 mgr.smithi110.unybfe (mgr.14180) 799 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:35.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:35 smithi116 conmon[40473]: audit 2024 2024-01-27T23:39:35.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:35 smithi116 conmon[40473]: -01-27T23:39:34.193957+0000 mgr.smithi110.unybfe (mgr.14180) 800 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:35.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:35 smithi110 conmon[35313]: cluster 2024-01-27T23:39:34.090169+0000 mgr.smithi110.unybfe (mgr.14180) 799 : cluster [DBG] pgmap v532: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:35.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:35 smithi110 conmon[35313]: audit 2024-01-27T23:39:34.193957+0000 mgr.smithi110.unybfe (mgr.14180) 800 : audit [DBG] from='client.15494 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:35.865 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:37.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:37 smithi110 conmon[35313]: cluster 2024-01-27T23:39:36.090597+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:39:37.380 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:37 smithi110 conmon[35313]: .14180) 801 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:37.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:37 smithi116 conmon[40473]: cluster 2024-01-27T23:39:36.090597+0000 mgr.smithi110.unybfe (mgr.14180) 801 : cluster [DBG] pgmap v533: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:37.727 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:37.727 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:38.353 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:39.354 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:39.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:39 smithi116 conmon[40473]: audit 2024-01-27T23:39:37.726389+0000 mgr.smithi110.unybfe (mgr.14180) 802 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:39.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:39 smithi116 conmon[40473]: cluster 2024-01-27T23:39:38.091113+0000 mgr.smithi110.unybfe (mgr.14180) 803 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:39.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:39 smithi110 conmon[35313]: audit 2024-01-27T23:39:37.726389+0000 mgr.smithi110.unybfe (mgr.14180) 802 : audit [DBG] from='client.15498 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:39.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:39 smithi110 conmon[35313]: cluster 2024-01-27T23:39:38.091113+0000 mgr.smithi110.unybfe (mgr.14180) 803 : cluster [DBG] pgmap v534: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:41.214 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:41.214 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:41.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:41 smithi116 conmon[40473]: cluster 2024-01-27T23:39:40.091780+0000 mgr.smithi110.unybfe (mgr.14180) 804 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:41.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:41 smithi110 conmon[35313]: cluster 2024-01-27T23:39:40.091780+0000 mgr.smithi110.unybfe (mgr.14180) 804 : cluster [DBG] pgmap v535: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:41.777 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:42.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:42 smithi116 conmon[40473]: audit 2024-01-27T23:39:41.213516+0000 mgr.smithi110.unybfe (mgr.14180) 805 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:42.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:42 smithi110 conmon[35313]: audit 2024-01-27T23:39:41.213516 2024-01-27T23:39:42.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:42 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 805 : audit [DBG] from='client.15502 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:42.778 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:43.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:43 smithi116 conmon[40473]: cluster 2024-01-27T23:39:42.092172+0000 mgr.smithi110.unybfe (mgr.14180) 806 : cluster [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:43.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:43 smithi110 conmon[35313]: cluster 2024-01-27T23:39:42.092172+0000 mgr.smithi110.unybfe (mgr.14180) 806 : cluster 2024-01-27T23:39:43.571 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:43 smithi110 conmon[35313]: [DBG] pgmap v536: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:44.600 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:44.600 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:45.178 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:45.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:45 smithi116 conmon[40473]: cluster 2024-01-27T23:39:44.092876+0000 mgr.smithi110.unybfe (mgr.14180) 807 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:45.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:45 smithi110 conmon[35313]: cluster 2024-01-27T23:39:44.092876+0000 mgr.smithi110.unybfe (mgr.14180) 807 : cluster [DBG] pgmap v537: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:46.180 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:46.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:46 smithi116 conmon[40473]: audit 2024-01-27T23:39:44.599305+0000 mgr.smithi110.unybfe (mgr.14180) 808 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:46.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:46 smithi110 conmon[35313]: audit 2024-01-27T23:39:44.599305+0000 mgr.smithi110.unybfe (mgr.14180) 808 : audit [DBG] from='client.15506 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:47.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:47 smithi110 conmon[35313]: cluster 2024-01 2024-01-27T23:39:47.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:47 smithi110 conmon[35313]: -27T23:39:46.093404+0000 mgr.smithi110.unybfe (mgr.14180) 809 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:47.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:47 smithi116 conmon[40473]: cluster 2024-01-27T23:39:46.093404+0000 mgr.smithi110.unybfe (mgr.14180) 809 : cluster [DBG] pgmap v538: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:48.043 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:48.044 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:48.627 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:49.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:49 smithi116 conmon[40473]: audit 2024-01-27T23:39:48.042550+0000 mgr.smithi110.unybfe (mgr.14180) 810 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:49.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:49 smithi116 conmon[40473]: cluster 2024-01-27T23:39:48.093963+0000 mgr.smithi110.unybfe (mgr.14180) 811 2024-01-27T23:39:49.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:49 smithi116 conmon[40473]: : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:49.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:49 smithi110 conmon[35313]: audit 2024-01-27T23:39:48.042550+0000 mgr.smithi110.unybfe (mgr.14180) 810 : audit [DBG] from='client.15510 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:49.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:49 smithi110 conmon[35313]: cluster 2024-01-27T23:39:48.093963+0000 mgr.smithi110.unybfe (mgr.14180) 811 : cluster [DBG] pgmap v539: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:49.628 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:51.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:51 smithi110 conmon[35313]: cluster 2024-01-27T23:39:50.094599+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:39:51.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:51 smithi110 conmon[35313]: .14180) 812 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:51.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:51 smithi116 conmon[40473]: cluster 2024-01-27T23:39:50.094599+0000 mgr.smithi110.unybfe (mgr.14180) 812 : cluster [DBG] pgmap v540: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:51.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:51 smithi116 conmon[40473]: 2024-01-27T23:39:51.598 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:51.598 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:52.226 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:53.227 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:53.260 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:52 smithi110 conmon[35313]: audit 2024-01-27T23:39:51.597806+0000 mgr.smithi110.unybfe (mgr.14180) 813 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:53.260 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:52 smithi110 conmon[35313]: cluster 2024-01-27T23:39:52.094962+0000 mgr.smithi110.unybfe (mgr.14180) 814 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:53.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:52 smithi116 conmon[40473]: audit 2024-01-27T23:39:51.597806+0000 mgr.smithi110.unybfe (mgr.14180) 813 : audit [DBG] from='client.15514 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:53.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:52 smithi116 conmon[40473]: cluster 2024-01-27T23:39:53.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:52 smithi116 conmon[40473]: 2024-01-27T23:39:52.094962+0000 mgr.smithi110.unybfe (mgr.14180) 814 : cluster [DBG] pgmap v541: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:55.102 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:55.102 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:55.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:55 smithi116 conmon[40473]: cluster 2024-01-27T23:39:54.095508+0000 mgr.smithi110.unybfe (mgr.14180) 815 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:55.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:55 smithi110 conmon[35313]: cluster 2024-01-27T23:39:54.095508+0000 mgr.smithi110.unybfe (mgr.14180) 815 : cluster [DBG] pgmap v542: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:55.685 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:56.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:56 smithi116 conmon[40473]: audit 2024-01-27T23:39:55.101067+0000 mgr.smithi110.unybfe (mgr.14180) 816 : audit [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:56.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:56 smithi110 conmon[35313]: audit 2024-01-27T23:39:55.101067+0000 mgr.smithi110.unybfe (mgr.14180) 816 : audit 2024-01-27T23:39:56.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:56 smithi110 conmon[35313]: [DBG] from='client.15518 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:56.686 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:39:57.436 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:57 smithi110 conmon[35313]: cluster 2024-01-27T23:39:56.096126+0000 mgr.smithi110.unybfe (mgr.14180) 817 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:57.436 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:57 smithi110 conmon[35313]: 2024-01-27T23:39:57.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:57 smithi116 conmon[40473]: cluster 2024-01-27T23:39:56.096126+0000 mgr.smithi110.unybfe (mgr.14180) 817 : cluster [DBG] pgmap v543: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:58.486 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:39:58.487 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:39:59.093 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:39:59.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:59 smithi110 conmon[35313]: cluster 2024-01-27T23:39:58.097036+0000 mgr.smithi110.unybfe (mgr.14180) 818 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:59.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:39:59 smithi110 conmon[35313]: audit 2024-01-27T23:39:58.485379+0000 mgr.smithi110.unybfe (mgr.14180) 819 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:39:59.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:59 smithi116 conmon[40473]: cluster 2024-01-27T23:39:58.097036+0000 mgr.smithi110.unybfe (mgr.14180) 818 : cluster [DBG] pgmap v544: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:39:59.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:39:59 smithi116 conmon[40473]: audit 2024-01-27T23:39:58.485379+0000 mgr.smithi110.unybfe (mgr.14180) 819 : audit [DBG] from='client.15522 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:00.094 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:00.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:00 smithi116 conmon[40473]: cluster 2024-01-27T23:40:00.000151+0000 mon.smithi110 (mon.0) 703 : cluster [INF] overall HEALTH_OK 2024-01-27T23:40:00.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:00 smithi110 conmon[35313]: cluster 2024-01-27T23:40:00.000151+0000 mon.smithi110 (mon.0) 703 : cluster [INF] overall HEALTH_OK 2024-01-27T23:40:00.527 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:00 smithi110 conmon[35313]: 2024-01-27T23:40:01.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:01 smithi110 conmon[35313]: cluster 2024-01-27T23:40:00.097569+0000 mgr.smithi110.unybfe (mgr.14180) 820 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:01.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:01 smithi116 conmon[40473]: cluster 2024-01-27T23:40:00.097569+0000 mgr.smithi110.unybfe (mgr.14180) 820 : cluster [DBG] pgmap v545: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:02.015 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:02.015 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:02.693 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:03.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:02 smithi116 conmon[40473]: audit 2024-01-27T23:40:02.013864+0000 mgr.smithi110.unybfe (mgr.14180) 821 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:03.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:02 smithi116 conmon[40473]: cluster 2024-01-27T23:40:02.097966+0000 2024-01-27T23:40:03.026 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:02 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 822 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:03.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:02 smithi110 conmon[35313]: audit 2024-01-27T23:40:02.013864+0000 mgr.smithi110.unybfe (mgr.14180) 821 : audit [DBG] from='client.15526 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:03.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:02 smithi110 conmon[35313]: cluster 2024-01-27T23:40:02.097966+0000 mgr.smithi110.unybfe (mgr.14180) 822 : cluster [DBG] pgmap v546: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:03.694 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:05.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:05 smithi110 conmon[35313]: cluster 2024-01-27T23:40:04.098508+0000 mgr.smithi110.unybfe (mgr.14180) 823 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:05.468 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:05.468 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:05.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:05 smithi116 conmon[40473]: cluster 2024-01-27T23:40:04.098508+0000 mgr.smithi110.unybfe (mgr.14180) 823 : cluster [DBG] pgmap v547: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:06.143 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:06.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:06 smithi116 conmon[40473]: audit 2024-01-27T23:40:05.467751+0000 mgr.smithi110.unybfe (mgr.14180) 824 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:06.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:06 smithi110 conmon[35313]: audit 2024-01-27T23:40:05.467751+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:40:06.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:06 smithi110 conmon[35313]: 14180) 824 : audit [DBG] from='client.15530 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:07.144 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:07.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:07 smithi116 conmon[40473]: cluster 2024-01-27T23:40:06.099070+0000 mgr.smithi110.unybfe (mgr.14180) 825 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:07.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:07 smithi110 conmon[35313]: cluster 2024-01-27T23:40:06.099070+0000 2024-01-27T23:40:07.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:07 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 825 : cluster [DBG] pgmap v548: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:09.000 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:09.001 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:09.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:09 smithi110 conmon[35313]: cluster 2024-01-27T23:40:08.099596+0000 mgr.smithi110.unybfe (mgr.14180) 826 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:09.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:09 smithi116 conmon[40473]: cluster 2024-01-27T23:40:08.099596+0000 mgr.smithi110.unybfe (mgr.14180) 826 : cluster [DBG] pgmap v549: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:09.625 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:10.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:10 smithi116 conmon[40473]: audit 2024-01-27T23:40:08.999917+0000 mgr.smithi110.unybfe (mgr.14180) 827 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:10.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:10 smithi110 conmon[35313]: audit 2024-01-27T23:40:08.999917+0000 mgr.smithi110.unybfe (mgr.14180) 827 : audit [DBG] from='client.15534 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:10.626 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:11.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:11 smithi110 conmon[35313]: cluster 2024-01-27T23:40:10.100153+0000 mgr.smithi110.unybfe (mgr.14180) 828 2024-01-27T23:40:11.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:11 smithi110 conmon[35313]: : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:11.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:11 smithi116 conmon[40473]: cluster 2024-01-27T23:40:10.100153+0000 mgr.smithi110.unybfe (mgr.14180) 828 : cluster [DBG] pgmap v550: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:12.481 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:12.481 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:13.125 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:12 smithi116 conmon[40473]: cluster 2024-01-27T23:40:12.100557+0000 mgr.smithi110.unybfe (mgr.14180) 829 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:12 smithi116 conmon[40473]: audit 2024-01-27T23:40:12.480590+0000 mgr.smithi110.unybfe (mgr.14180) 830 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:13.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:12 smithi110 conmon[35313]: cluster 2024-01-27T23:40:12.100557+0000 mgr.smithi110.unybfe (mgr.14180) 829 : cluster [DBG] pgmap v551: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:13.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:12 smithi110 conmon[35313]: audit 2024-01-27T23:40:12.480590+0000 mgr.smithi110.unybfe (mgr.14180) 830 : audit [DBG] from='client.15538 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:14.126 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:15.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:15 smithi110 conmon[35313]: cluster 2024-01-27T23:40:14.101326+0000 mgr.smithi110.unybfe (mgr.14180) 831 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:15.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:15 smithi116 conmon[40473]: cluster 2024-01-27T23:40:14.101326+0000 mgr.smithi110.unybfe (mgr.14180) 831 : cluster [DBG] pgmap v552: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:15.979 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:15.979 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:16.640 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:17.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:17 smithi116 conmon[40473]: audit 2024-01-27T23:40:15.978021+0000 mgr.smithi110.unybfe (mgr.14180) 832 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:17.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:17 smithi116 conmon[40473]: cluster 2024-01-27T23:40:16.101927+0000 mgr.smithi110.unybfe (mgr.14180) 833 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:17.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:17 smithi110 conmon[35313]: audit 2024-01-27T23:40:15.978021+0000 mgr.smithi110.unybfe (mgr.14180) 832 : audit [DBG] from='client.15542 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:17.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:17 smithi110 conmon[35313]: cluster 2024-01-27T23:40:16.101927+0000 mgr.smithi110.unybfe (mgr.14180) 833 : cluster [DBG] pgmap v553: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:17.641 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:19.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:19 smithi116 conmon[40473]: cluster 2024-01-27T23:40:18.102386+0000 mgr.smithi110.unybfe (mgr.14180) 834 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:19.577 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:19.577 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:19.598 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:19 smithi110 conmon[35313]: cluster 2024-01-27T23:40:18.102386+0000 mgr.smithi110.unybfe (mgr.14180) 834 : cluster [DBG] pgmap v554: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:20.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:21.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:21.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:21 smithi116 conmon[40473]: audit 2024-01-27T23:40:19.576100+0000 mgr.smithi110.unybfe (mgr.14180) 835 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:21.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:21 smithi116 conmon[40473]: cluster 2024-01-27T23:40:20.103184 2024-01-27T23:40:21.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:21 smithi116 conmon[40473]: +0000 mgr.smithi110.unybfe (mgr.14180) 836 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:21.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:21 smithi110 conmon[35313]: audit 2024-01-27T23:40:19.576100+0000 mgr.smithi110.unybfe (mgr.14180) 835 : audit [DBG] from='client.15546 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:21.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:21 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:40:21.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:21 smithi110 conmon[35313]: -01-27T23:40:20.103184+0000 mgr.smithi110.unybfe (mgr.14180) 836 : cluster [DBG] pgmap v555: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:23.095 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:23.095 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:23.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:22 smithi110 conmon[35313]: cluster 2024-01-27T23:40:22.103592+0000 mgr.smithi110.unybfe (mgr.14180) 837 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:23.275 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:22 smithi116 conmon[40473]: cluster 2024-01-27T23:40:22.103592+0000 mgr.smithi110.unybfe (mgr.14180) 837 : cluster [DBG] pgmap v556: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:23.740 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:24.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:23 smithi110 conmon[35313]: audit 2024-01-27T23:40:23.092870+0000 mgr.smithi110.unybfe ( 2024-01-27T23:40:24.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:23 smithi110 conmon[35313]: mgr.14180) 838 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:24.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:23 smithi116 conmon[40473]: audit 2024-01-27T23:40:23.092870+0000 mgr.smithi110.unybfe (mgr.14180) 838 : audit [DBG] from='client.15550 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:24.740 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:25.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:24 smithi110 conmon[35313]: cluster 2024-01-27T23:40:24.104084+0000 mgr.smithi110.unybfe (mgr.14180) 839 2024-01-27T23:40:25.099 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:24 smithi110 conmon[35313]: : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:25.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:24 smithi116 conmon[40473]: cluster 2024-01-27T23:40:24.104084+0000 mgr.smithi110.unybfe (mgr.14180) 839 : cluster [DBG] pgmap v557: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:26.598 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:26.598 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:27.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:27.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:27 smithi116 conmon[40473]: cluster 2024-01-27T23:40:26.104724+0000 mgr.smithi110.unybfe (mgr.14180) 840 : cluster 2024-01-27T23:40:27.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:27 smithi116 conmon[40473]: [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:27.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:27 smithi110 conmon[35313]: cluster 2024-01-27T23:40:26.104724+0000 mgr.smithi110.unybfe (mgr.14180) 840 : cluster [DBG] pgmap v558: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:28.258 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:28.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:28 smithi116 conmon[40473]: audit 2024-01-27T23:40:26.596416+0000 mgr.smithi110.unybfe (mgr.14180) 841 : audit [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:28.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:28 smithi110 conmon[35313]: audit 2024-01-27T23:40:26.596416+0000 mgr.smithi110.unybfe (mgr.14180) 841 : audit 2024-01-27T23:40:28.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:28 smithi110 conmon[35313]: [DBG] from='client.15554 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:29.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:29 smithi110 conmon[35313]: cluster 2024-01-27T23:40:28.105498+0000 2024-01-27T23:40:29.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:29 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 842 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:29.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:29 smithi116 conmon[40473]: cluster 2024-01-27T23:40:28.105498+0000 mgr.smithi110.unybfe (mgr.14180) 842 : cluster [DBG] pgmap v559: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:30.114 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:30.114 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:30.663 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:31 smithi116 conmon[40473]: cluster 2024-01-27T23:40:30.105946+0000 mgr.smithi110.unybfe (mgr.14180) 843 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:31 smithi116 conmon[40473]: audit 2024-01-27T23:40:30.112335+0000 mgr.smithi110.unybfe (mgr.14180) 844 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:31 smithi110 conmon[35313]: cluster 2024-01-27T23:40:30.105946+0000 mgr.smithi110.unybfe (mgr.14180) 843 : cluster [DBG] pgmap v560: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:31.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:31 smithi110 conmon[35313]: audit 2024-01-27T23:40:30.112335+0000 mgr.smithi110.unybfe (mgr.14180) 844 : audit [DBG] from='client.15558 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:31.664 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:33.207 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:32 smithi110 conmon[35313]: cluster 2024-01-27T23:40:32.106489+0000 mgr.smithi110.unybfe (mgr.14180) 845 2024-01-27T23:40:33.207 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:32 smithi110 conmon[35313]: : cluster [DBG] pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:33.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:32 smithi116 conmon[40473]: cluster 2024-01-27T23:40:32.106489+0000 mgr.smithi110.unybfe (mgr.14180) 845 : cluster [DBG] 2024-01-27T23:40:33.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:32 smithi116 conmon[40473]: pgmap v561: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:33.575 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:33.575 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:34.155 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:35.155 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:35.525 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:35 smithi116 conmon[40473]: audit 2024-01-27T23:40:33.574628+0000 mgr.smithi110.unybfe (mgr.14180) 846 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:35.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:35 smithi116 conmon[40473]: cluster 2024-01-27T23:40:35.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:35 smithi116 conmon[40473]: 2024-01-27T23:40:34.106998+0000 mgr.smithi110.unybfe (mgr.14180) 847 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:35.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:35 smithi110 conmon[35313]: audit 2024-01-27T23:40:33.574628+0000 mgr.smithi110.unybfe (mgr.14180) 846 : audit [DBG] from='client.15562 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:35.597 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:35 smithi110 conmon[35313]: cluster 2024-01-27T23:40:34.106998+0000 mgr.smithi110.unybfe (mgr.14180) 847 : cluster [DBG] pgmap v562: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:36.971 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:36.971 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:32:17.250955Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.hphgnz on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:37.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:37 smithi110 conmon[35313]: cluster 2024-01-27T23:40:36.107472+0000 mgr.smithi110.unybfe (mgr.14180) 848 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:37.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:37 smithi116 conmon[40473]: cluster 2024-01-27T23:40:36.107472+0000 mgr.smithi110.unybfe (mgr.14180) 848 : cluster [DBG] pgmap v563: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:37.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:37 smithi116 conmon[40473]: 2024-01-27T23:40:37.578 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:38.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:38 smithi116 conmon[40473]: audit 2024-01-27T23:40:36.969158+0000 mgr.smithi110.unybfe (mgr.14180) 849 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:38.580 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:38.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:38 smithi110 conmon[35313]: audit 2024-01-27T23:40:36.969158+0000 mgr.smithi110.unybfe (mgr.14180) 849 : audit [DBG] from='client.15566 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:39.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:39 smithi110 conmon[35313]: cluster 2024-01-27T23:40:38.108160+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:40:39.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:39 smithi110 conmon[35313]: 14180) 850 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:39.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:39 smithi116 conmon[40473]: cluster 2024-01-27T23:40:38.108160+0000 mgr.smithi110.unybfe (mgr.14180) 850 : cluster [DBG] pgmap v564: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:40.460 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:40.460 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:41.104 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: cluster 2024-01-27T23:40:40.108659+0000 mgr.smithi110.unybfe (mgr.14180) 851 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: cephadm 2024-01-27T 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 23:40:40.186025+0000 mgr.smithi110.unybfe (mgr.14180) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gkukmw ... 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:40:41.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:38:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:38:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:39:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gkukmw ... 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:38:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:38:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:39:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: cephadm 2024-01-27T23:40:40.186188+0000 mgr.smithi110.unybfe (mgr.141 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 80) 853 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: audit 2024-01-27T23:40:40.186474+0000 mon.smithi110 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.gkukmw"}]: dispatch 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: cephadm 2024-01-27T23:40:40.187012+0000 mgr.smithi110.unybfe (mgr.14180) 854 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.gkukmw ... 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:38:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:38:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:39:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.353 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.354 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.354 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: cephadm 2024-01-27T23:40:40.188384+0000 mgr.smithi110.unybfe (mgr.14180) 855 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.jefsty on smithi110 2024-01-27T23:40:41.354 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:41 smithi110 conmon[35313]: audit 2024-01-27T23:40:40.458212+0000 mgr.smithi110.unybfe (mgr.14180) 856 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: cluster 2024-01-27T23:40:40.108659+0000 mgr.smithi110.unybfe (mgr.14180) 851 : cluster [DBG] pgmap v565: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: cephadm 2024-01-27T23:40:40.186025+0000 mgr.smithi110.unybfe (mgr.14180) 852 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gkukmw ... 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:38:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:38:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:39:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:40:41.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gkukmw ... 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:38:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:38:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:39:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: cephadm 2024-01-27T23:40:40.186188+0000 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 853 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: audit 2024-01-27T23:40:40.186474+0000 mon.smithi110 (mon.0) 704 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.gkukmw"}]: dispatch 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: cephadm 2024-01-27T23:40:40.187012+0000 mgr.smithi110.unybfe (mgr.14180) 854 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.gkukmw ... 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:40:41.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:38:12Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:38:50Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:39:59Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:40:41.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:40:41.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:40:41.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: cephadm 2024-01-27T23:40:40.188384+0000 mgr.smithi110.unybfe (mgr.14180) 855 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.jefsty on smithi110 2024-01-27T23:40:41.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:41 smithi116 conmon[40473]: audit 2024-01-27T23:40:40.458212+0000 mgr.smithi110.unybfe (mgr.14180) 856 : audit [DBG] from='client.15570 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:42.105 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:43.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:42 smithi116 conmon[40473]: cluster 2024-01-27T23:40:42.109283+0000 mgr.smithi110.unybfe (mgr.14180) 857 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:43.318 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:42 smithi110 conmon[35313]: cluster 2024-01-27T23:40:42.109283+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:40:43.318 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:42 smithi110 conmon[35313]: 14180) 857 : cluster [DBG] pgmap v566: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:43.959 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:43.959 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:44.587 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:45.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:45 smithi116 conmon[40473]: audit 2024-01-27T23:40:43.957301+0000 mgr.smithi110.unybfe (mgr.14180) 858 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:45.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:45 smithi116 conmon[40473]: cluster 2024-01-27T23:40:44.110143+0000 mgr.smithi110.unybfe (mgr.14180) 859 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:45.588 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:45.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:45 smithi110 conmon[35313]: audit 2024-01-27T23:40:43.957301+0000 mgr.smithi110.unybfe (mgr.14180) 858 : audit [DBG] from='client.15574 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:45.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:45 smithi110 conmon[35313]: cluster 2024-01-27T23:40:44.110143+0000 mgr.smithi110.unybfe (mgr.14180) 859 : cluster [DBG] pgmap v567: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:47.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:47 smithi116 conmon[40473]: cluster 2024-01-27T23:40:46.110844+0000 mgr.smithi110.unybfe (mgr.14180) 860 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:47.528 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:47.528 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:47.549 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:47 smithi110 conmon[35313]: cluster 2024-01-27T23:40:46.110844+0000 mgr.smithi110.unybfe (mgr.14180) 860 : cluster [DBG] pgmap v568: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:48.219 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:49.220 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:49.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:49 smithi116 conmon[40473]: audit 2024-01-27T23:40:47.526774+0000 mgr.smithi110.unybfe (mgr.14180) 861 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:49.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:49 smithi116 conmon[40473]: cluster 2024-01-27T23:40:48.111498+0000 mgr.smithi110.unybfe (mgr.14180) 862 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:49.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:49 smithi110 conmon[35313]: audit 2024-01-27T23:40:47.526774+0000 mgr.smithi110.unybfe (mgr.14180) 861 : audit [DBG] from='client.15578 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:49.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:49 smithi110 conmon[35313]: cluster 2024-01-27T23:40:48.111498+0000 mgr.smithi110.unybfe (mgr.14180) 862 : cluster [DBG] pgmap v569: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:51.047 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:51.047 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:51.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:51 smithi110 conmon[35313]: cluster 2024-01-27T23:40:50.111995+0000 mgr.smithi110.unybfe (mgr.14180) 863 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:51.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:51 smithi116 conmon[40473]: cluster 2024-01-27T23:40:50.111995+0000 mgr.smithi110.unybfe (mgr.14180) 863 : cluster [DBG] pgmap v570: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:51.669 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:52.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:52 smithi116 conmon[40473]: audit 2024-01-27T23:40:51.045350+0000 mgr.smithi110.unybfe (mgr.14180) 864 : audit [DBG] 2024-01-27T23:40:52.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:52 smithi116 conmon[40473]: from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:52.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:52 smithi110 conmon[35313]: audit 2024-01-27T23:40:51.045350+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:40:52.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:52 smithi110 conmon[35313]: .14180) 864 : audit [DBG] from='client.15582 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:52.670 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:53.479 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:53 smithi110 conmon[35313]: cluster 2024-01-27T23 2024-01-27T23:40:53.479 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:53 smithi110 conmon[35313]: :40:52.112383+0000 mgr.smithi110.unybfe (mgr.14180) 865 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:53.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:53 smithi116 conmon[40473]: cluster 2024-01-27T23:40:52.112383+0000 mgr.smithi110.unybfe (mgr.14180) 865 : cluster [DBG] pgmap v571: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:54.494 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:54.494 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:55.145 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:55.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:55 smithi116 conmon[40473]: cluster 2024-01-27T23:40:54.112962+0000 mgr.smithi110.unybfe (mgr.14180) 866 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:55.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:55 smithi116 conmon[40473]: audit 2024-01-27T23:40:54.493018+0000 mgr.smithi110.unybfe (mgr.14180) 867 : audit 2024-01-27T23:40:55.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:55 smithi116 conmon[40473]: [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:55.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:55 smithi110 conmon[35313]: cluster 2024-01-27T23:40:54.112962+0000 mgr.smithi110.unybfe (mgr.14180) 866 : cluster [DBG] pgmap v572: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:55.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:55 smithi110 conmon[35313]: audit 2024-01-27T23:40:54.493018+0000 mgr.smithi110.unybfe (mgr.14180) 867 : audit [DBG] from='client.15586 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:56.147 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:40:57.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:57 smithi110 conmon[35313]: cluster 2024-01-27T23:40:56.113496+0000 mgr.smithi110.unybfe (mgr.14180) 868 : cluster 2024-01-27T23:40:57.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:57 smithi110 conmon[35313]: [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:57.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:57 smithi116 conmon[40473]: cluster 2024-01-27T23:40:56.113496+0000 mgr.smithi110.unybfe (mgr.14180) 868 : cluster [DBG] pgmap v573: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:58.019 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:40:58.019 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:40:58.619 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:40:59.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:59 smithi116 conmon[40473]: audit 2024-01-27T23:40:58.017182+0000 mgr.smithi110.unybfe (mgr.14180) 869 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:59.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:59 smithi116 conmon[40473]: cluster 2024-01-27T23:40:58.114268+0000 mgr.smithi110.unybfe (mgr.14180) 870 : 2024-01-27T23:40:59.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:40:59 smithi116 conmon[40473]: cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:59.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:59 smithi110 conmon[35313]: audit 2024-01-27T23:40:58.017182+0000 mgr.smithi110.unybfe (mgr.14180) 869 : audit [DBG] from='client.15590 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:40:59.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:40:59 smithi110 conmon[35313]: cluster 2024-01-27T23:40:58.114268+0000 mgr.smithi110.unybfe (mgr.14180) 870 : cluster [DBG] pgmap v574: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:40:59.620 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:01.472 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:01.472 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:01.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:01 smithi110 conmon[35313]: cluster 2024-01-27T23:41:00.114755+0000 mgr.smithi110.unybfe (mgr.14180) 871 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:01.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:01 smithi116 conmon[40473]: cluster 2024-01-27T23:41:00.114755+0000 mgr.smithi110.unybfe (mgr.14180) 871 : cluster [DBG] pgmap v575: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:02.118 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:02.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:02 smithi110 conmon[35313]: audit 2024-01-27T23:41:01.470992+0000 mgr.smithi110.unybfe (mgr.14180) 872 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:02.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:02 smithi116 conmon[40473]: audit 2024-01-27T23:41:01.470992+0000 mgr.smithi110.unybfe (mgr.14180) 872 : audit [DBG] from='client.15594 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:03.118 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:03.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:03 smithi116 conmon[40473]: cluster 2024-01-27T23:41:02.115170+0000 mgr.smithi110.unybfe (mgr.14180) 873 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:03.577 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:03 smithi110 conmon[35313]: cluster 2024-01-27T23:41:02.115170 2024-01-27T23:41:03.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:03 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 873 : cluster [DBG] pgmap v576: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:04.955 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:04.956 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:05.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:05 smithi110 conmon[35313]: cluster 2024-01-27T23:41:04.115874+0000 mgr.smithi110.unybfe (mgr.14180) 874 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:05.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:05 smithi116 conmon[40473]: cluster 2024-01-27T23:41:04.115874+0000 mgr.smithi110.unybfe (mgr.14180) 874 : cluster [DBG] pgmap v577: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:05.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:06.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:06 smithi116 conmon[40473]: audit 2024-01-27T23:41:04.953612+0000 mgr.smithi110.unybfe (mgr.14180) 875 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:06.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:06 smithi110 conmon[35313]: audit 2024-01-27T23:41:04.953612+0000 mgr.smithi110.unybfe (mgr.14180) 875 : audit [DBG] from='client.15598 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:06.644 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:07.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:07 smithi110 conmon[35313]: cluster 2024-01-27T23:41:06. 2024-01-27T23:41:07.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:07 smithi110 conmon[35313]: 116436+0000 mgr.smithi110.unybfe (mgr.14180) 876 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:07.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:07 smithi116 conmon[40473]: cluster 2024-01-27T23:41:06.116436+0000 mgr.smithi110.unybfe (mgr.14180) 876 : cluster [DBG] pgmap v578: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:08.478 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:08.478 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:09.127 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:09.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:09 smithi110 conmon[35313]: cluster 2024-01-27T23:41:08.116905+0000 mgr.smithi110.unybfe (mgr.14180) 877 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:09.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:09 smithi110 conmon[35313]: audit 2024-01-27T23:41:08.476543+0000 mgr.smithi110.unybfe (mgr.14180) 878 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:09.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:09 smithi116 conmon[40473]: cluster 2024-01-27T23:41:08.116905+0000 mgr.smithi110.unybfe (mgr.14180) 877 : cluster [DBG] pgmap v579: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:09.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:09 smithi116 conmon[40473]: audit 2024-01-27T23:41:08.476543+0000 mgr.smithi110.unybfe (mgr.14180) 878 : audit [DBG] from='client.15602 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:10.127 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:11.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:11 smithi110 conmon[35313]: cluster 2024-01-27T23:41:10. 2024-01-27T23:41:11.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:11 smithi110 conmon[35313]: 117699+0000 mgr.smithi110.unybfe (mgr.14180) 879 : cluster [DBG] pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:11.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:11 smithi116 conmon[40473]: cluster 2024-01-27T23:41:10.117699+0000 mgr.smithi110.unybfe (mgr.14180) 879 : cluster [DBG] 2024-01-27T23:41:11.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:11 smithi116 conmon[40473]: pgmap v580: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:12.037 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:12.038 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:12.684 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:12 smithi116 conmon[40473]: audit 2024-01-27T23 2024-01-27T23:41:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:12 smithi116 conmon[40473]: :41:12.035929+0000 mgr.smithi110.unybfe (mgr.14180) 880 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:12 smithi116 conmon[40473]: cluster 2024-01-27T23: 2024-01-27T23:41:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:12 smithi116 conmon[40473]: 41:12.118123+0000 mgr.smithi110.unybfe (mgr.14180) 881 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:13.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:12 smithi110 conmon[35313]: audit 2024-01-27T23:41:12.035929+0000 mgr.smithi110.unybfe (mgr.14180) 880 : audit [DBG] from='client.15606 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:13.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:12 smithi110 conmon[35313]: cluster 2024-01-27T23:41:12.118123+0000 mgr.smithi110.unybfe (mgr.14180) 881 : cluster [DBG] pgmap v581: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:13.685 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:15.473 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:15.473 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:15.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:15 smithi110 conmon[35313]: cluster 2024-01-27T23:41:14.118898+0000 mgr.smithi110.unybfe (mgr.14180) 882 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:15.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:15 smithi116 conmon[40473]: cluster 2024-01-27T23:41:14.118898+0000 mgr.smithi110.unybfe (mgr.14180) 882 : cluster [DBG] pgmap v582: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:16.141 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:16.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:16 smithi116 conmon[40473]: audit 2024-01-27T23:41:15.471142+0000 mgr.smithi110.unybfe (mgr.14180) 883 : audit [DBG] 2024-01-27T23:41:16.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:16 smithi116 conmon[40473]: from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:16.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:16 smithi110 conmon[35313]: audit 2024-01-27T23:41:15.471142+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:41:16.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:16 smithi110 conmon[35313]: 883 : audit [DBG] from='client.15610 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:17.142 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:17.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:17 smithi116 conmon[40473]: cluster 2024-01-27T23:41:16.119317+0000 mgr.smithi110.unybfe (mgr.14180) 884 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:17.592 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:17 smithi110 conmon[35313]: cluster 2024-01-27T23:41:16.119317+0000 mgr.smithi110.unybfe (mgr.14180) 884 : cluster [DBG] pgmap v583: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:19.030 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:19.030 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:19.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:19 smithi110 conmon[35313]: cluster 2024-01-27T23:41:18.119830+0000 mgr.smithi110.unybfe (mgr.14180) 885 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:19.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:19 smithi116 conmon[40473]: cluster 2024-01-27T23:41:18.119830+0000 mgr.smithi110.unybfe (mgr.14180) 885 : cluster [DBG] pgmap v584: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:19.758 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:20.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:20 smithi116 conmon[40473]: audit 2024-01-27T23:41:19.028317+0000 mgr.smithi110.unybfe (mgr.14180) 886 : audit [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:20.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:20 smithi110 conmon[35313]: audit 2024-01-27T23:41:19.028317+0000 mgr.smithi110.unybfe (mgr.14180) 886 : audit 2024-01-27T23:41:20.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:20 smithi110 conmon[35313]: [DBG] from='client.15614 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:20.759 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:21.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:21 smithi116 conmon[40473]: cluster 2024-01-27T23:41:20.120311+0000 mgr.smithi110.unybfe (mgr.14180) 887 : cluster [DBG] 2024-01-27T23:41:21.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:21 smithi116 conmon[40473]: pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:21.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:21 smithi110 conmon[35313]: cluster 2024-01-27T23:41:20.120311+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:41:21.542 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:21 smithi110 conmon[35313]: ) 887 : cluster [DBG] pgmap v585: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:22.592 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:22.592 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:23.207 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:23.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:22 smithi116 conmon[40473]: cluster 2024-01-27T23:41:22.120782+0000 mgr.smithi110.unybfe (mgr.14180) 888 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:23.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:22 smithi110 conmon[35313]: cluster 2024-01-27T23:41:22.120782+0000 mgr.smithi110.unybfe (mgr.14180) 888 : cluster [DBG] pgmap v586: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:24.208 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:24.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:23 smithi116 conmon[40473]: audit 2024-01-27T23:41:22.589745+0000 mgr.smithi110.unybfe (mgr.14180) 889 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:24.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:23 smithi110 conmon[35313]: audit 2024-01-27T23:41:22.589745+0000 mgr.smithi110.unybfe (mgr.14180) 889 : audit [DBG] from='client.15618 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:24.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:23 smithi110 conmon[35313]: 2024-01-27T23:41:25.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:25 smithi116 conmon[40473]: cluster 2024-01-27T23:41:24.121417+0000 mgr.smithi110.unybfe (mgr.14180) 890 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:25.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:25 smithi110 conmon[35313]: cluster 2024-01-27T23:41:24. 2024-01-27T23:41:25.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:25 smithi110 conmon[35313]: 121417+0000 mgr.smithi110.unybfe (mgr.14180) 890 : cluster [DBG] pgmap v587: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:26.049 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:26.049 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:26.715 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:27.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:27 smithi116 conmon[40473]: audit 2024-01-27T23:41:26.047268+0000 mgr.smithi110.unybfe (mgr.14180) 891 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:27.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:27 smithi116 conmon[40473]: cluster 2024-01-27T23:41:26.121879+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:41:27.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:27 smithi116 conmon[40473]: 892 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:27.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:27 smithi110 conmon[35313]: audit 2024-01-27T23:41:26.047268+0000 mgr.smithi110.unybfe (mgr.14180) 891 : audit [DBG] from='client.15622 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:27.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:27 smithi110 conmon[35313]: cluster 2024-01-27T23:41:26.121879+0000 mgr.smithi110.unybfe (mgr.14180) 892 : cluster [DBG] pgmap v588: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:27.716 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:29.184 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:29 smithi110 conmon[35313]: cluster 2024-01-27T23:41:28.122375+0000 mgr.smithi110.unybfe (mgr.14180) 893 : 2024-01-27T23:41:29.184 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:29 smithi110 conmon[35313]: cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:29.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:29 smithi116 conmon[40473]: cluster 2024-01-27T23:41:28.122375+0000 mgr.smithi110.unybfe (mgr.14180) 893 : cluster [DBG] pgmap v589: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:29.559 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:29.559 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:30.206 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:31.207 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:31 smithi116 conmon[40473]: audit 2024-01-27T23:41:29.558154+0000 mgr.smithi110.unybfe (mgr.14180) 894 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:31 smithi116 conmon[40473]: cluster 2024-01-27T23:41:30.123000 2024-01-27T23:41:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:31 smithi116 conmon[40473]: +0000 mgr.smithi110.unybfe (mgr.14180) 895 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:31 smithi110 conmon[35313]: audit 2024-01-27T23:41:29.558154+0000 mgr.smithi110.unybfe (mgr.14180) 894 : audit [DBG] from='client.15626 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:31.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:31 smithi110 conmon[35313]: cluster 2024-01-27T23:41:30.123000+0000 mgr.smithi110.unybfe (mgr.14180) 895 : cluster [DBG] pgmap v590: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:33.031 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:33.032 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:33.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:33 smithi116 conmon[40473]: cluster 2024-01-27T23:41:32.123407+0000 mgr.smithi110.unybfe (mgr.14180) 896 : cluster [DBG] 2024-01-27T23:41:33.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:33 smithi116 conmon[40473]: pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:33.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:33 smithi110 conmon[35313]: cluster 2024-01-27T23:41:32.123407+0000 mgr.smithi110.unybfe (mgr.14180) 896 : cluster [DBG] pgmap v591: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:33.665 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:34.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:34 smithi116 conmon[40473]: audit 2024-01-27T23:41:33.029906+0000 mgr.smithi110.unybfe (mgr.14180) 897 : audit [DBG] from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:34.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:34 smithi110 conmon[35313]: audit 2024-01-27T23:41:33.029906+0000 mgr.smithi110.unybfe (mgr.14180) 897 : audit [DBG] 2024-01-27T23:41:34.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:34 smithi110 conmon[35313]: from='client.15630 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:34.667 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:35.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:35 smithi116 conmon[40473]: cluster 2024-01-27T23:41:34.123972+0000 mgr.smithi110.unybfe (mgr.14180) 898 : cluster [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:35.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:35 smithi110 conmon[35313]: cluster 2024-01-27T23:41:34.123972+0000 mgr.smithi110.unybfe (mgr.14180) 898 : cluster 2024-01-27T23:41:35.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:35 smithi110 conmon[35313]: [DBG] pgmap v592: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:36.614 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:36.614 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:37.221 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:37.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:37 smithi116 conmon[40473]: cluster 2024-01-27T23:41:36.124450+0000 mgr.smithi110.unybfe (mgr.14180) 899 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:37.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:37 smithi110 conmon[35313]: cluster 2024-01-27T23:41:36.124450+0000 mgr.smithi110.unybfe (mgr.14180) 899 : cluster [DBG] pgmap v593: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:38.223 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:38.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:38 smithi116 conmon[40473]: audit 2024-01-27T23:41:36.612739+0000 mgr.smithi110.unybfe (mgr.14180) 900 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:38.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:38 smithi110 conmon[35313]: audit 2024-01-27T23:41:36.612739+0000 mgr.smithi110.unybfe (mgr.14180) 900 : audit [DBG] from='client.15634 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:38.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:38 smithi110 conmon[35313]: 2024-01-27T23:41:39.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:39 smithi110 conmon[35313]: cluster 2024-01-27T23:41:38.125145+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:41:39.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:39 smithi110 conmon[35313]: 901 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:39.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:39 smithi116 conmon[40473]: cluster 2024-01-27T23:41:38.125145+0000 mgr.smithi110.unybfe (mgr.14180) 901 : cluster [DBG] pgmap v594: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:40.079 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:40.079 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:40.679 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:41 smithi116 conmon[40473]: audit 2024-01-27T23:41:40.077098+0000 mgr.smithi110.unybfe (mgr.14180) 902 : audit [DBG] 2024-01-27T23:41:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:41 smithi116 conmon[40473]: from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:41 smithi116 conmon[40473]: cluster 2024-01-27T23:41:40.125692+0000 mgr.smithi110.unybfe (mgr.14180) 903 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:41.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:41 smithi110 conmon[35313]: audit 2024-01-27T23:41:40.077098+0000 mgr.smithi110.unybfe (mgr.14180) 902 : audit [DBG] from='client.15638 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:41.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:41 smithi110 conmon[35313]: cluster 2024-01-27T23:41:40.125692+0000 mgr.smithi110.unybfe (mgr.14180) 903 : cluster [DBG] pgmap v595: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:41.681 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:43.141 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:43 smithi110 conmon[35313]: cluster 2024-01-27T23:41:42.126180+0000 mgr.smithi110.unybfe (mgr.14180) 904 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:43.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:43 smithi116 conmon[40473]: cluster 2024-01-27T23:41:42.126180+0000 mgr.smithi110.unybfe (mgr.14180) 904 : cluster [DBG] pgmap v596: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:43.508 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:43.508 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:44.146 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:44.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:44 smithi116 conmon[40473]: audit 2024-01-27T23:41:43.505992+0000 mgr.smithi110.unybfe (mgr.14180) 905 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:44 smithi110 conmon[35313]: audit 2024-01-27T23:41:43.505992+0000 mgr.smithi110.unybfe (mgr.14180) 905 : audit [DBG] from='client.15642 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:45.147 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:45.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:45 smithi116 conmon[40473]: cluster 2024-01-27T23:41:44.126703+0000 mgr.smithi110.unybfe (mgr.14180) 906 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:45.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:45 smithi110 conmon[35313]: cluster 2024-01-27T23:41:44.126703+0000 mgr.smithi110.unybfe (mgr.14180) 906 : cluster [DBG] pgmap v597: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:47.046 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:47.046 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:47.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:47 smithi110 conmon[35313]: cluster 2024-01-27T23:41:46.127137+0000 mgr.smithi110.unybfe (mgr.14180) 907 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:47.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:47 smithi116 conmon[40473]: cluster 2024-01-27T23:41:46.127137+0000 mgr.smithi110.unybfe (mgr.14180) 907 : cluster [DBG] pgmap v598: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:47.628 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:48.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:48 smithi116 conmon[40473]: audit 2024-01-27T23:41:47.044260+0000 mgr.smithi110.unybfe (mgr.14180) 908 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:48.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:48 smithi110 conmon[35313]: audit 2024-01-27T23:41:47.044260+0000 mgr.smithi110.unybfe (mgr.14180) 908 : audit [DBG] from='client.15646 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:48.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:48 smithi110 conmon[35313]: 2024-01-27T23:41:48.629 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:49.349 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:49 smithi110 conmon[35313]: cluster 2024-01-27T23:41:48.127720+0000 mgr.smithi110.unybfe (mgr.14180) 909 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:49.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:49 smithi116 conmon[40473]: cluster 2024-01-27T23:41:48.127720+0000 mgr.smithi110.unybfe (mgr.14180) 909 : cluster [DBG] pgmap v599: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:50.509 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:50.510 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:51.130 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:51.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:51 smithi116 conmon[40473]: cluster 2024-01-27T23:41:50.128179+0000 mgr.smithi110.unybfe (mgr.14180) 910 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:51.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:51 smithi116 conmon[40473]: audit 2024-01-27T23:41:50.508253+0000 mgr.smithi110.unybfe (mgr.14180) 911 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:51.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:51 smithi110 conmon[35313]: cluster 2024-01-27T23:41:50.128179+0000 mgr.smithi110.unybfe (mgr.14180) 910 : cluster [DBG] pgmap v600: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:51.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:51 smithi110 conmon[35313]: audit 2024-01-27T23:41:50.508253+0000 mgr.smithi110.unybfe (mgr.14180) 911 : audit [DBG] from='client.15650 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:52.131 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:53.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:53 smithi116 conmon[40473]: cluster 2024-01-27T23:41:52.128900+0000 mgr.smithi110.unybfe (mgr.14180) 912 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:53.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:53 smithi110 conmon[35313]: cluster 2024-01-27T23:41:52.128900+0000 mgr.smithi110.unybfe (mgr.14180) 912 : cluster [DBG] pgmap v601: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:54.021 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:54.021 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:54.644 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:55.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:55 smithi116 conmon[40473]: audit 2024-01-27T23:41:54.019428+0000 mgr.smithi110.unybfe (mgr.14180) 913 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:55.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:55 smithi116 conmon[40473]: cluster 2024-01-27T23:41:54.129420+0000 mgr.smithi110.unybfe (mgr.14180) 914 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:55.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:55 smithi110 conmon[35313]: audit 2024-01-27T23:41:54.019428+0000 mgr.smithi110.unybfe (mgr.14180) 913 : audit [DBG] from='client.15654 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:55.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:55 smithi110 conmon[35313]: cluster 2024-01-27T23:41:54.129420+0000 mgr.smithi110.unybfe (mgr.14180) 914 : cluster [DBG] pgmap v602: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:55.645 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:57.508 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:41:57.508 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:41:57.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:57 smithi116 conmon[40473]: cluster 2024-01-27T23:41:56.129941+0000 mgr.smithi110.unybfe (mgr.14180) 915 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:57.528 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:57 smithi110 conmon[35313]: cluster 2024-01-27T23:41:56.129941+0000 mgr.smithi110.unybfe (mgr.14180) 915 : cluster [DBG] pgmap v603: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:58.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:41:58.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:58 smithi116 conmon[40473]: audit 2024-01-27T23:41:57.506312+0000 mgr.smithi110.unybfe (mgr.14180) 916 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:58.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:58 smithi110 conmon[35313]: audit 2024-01-27T23:41:57.506312+0000 mgr.smithi110.unybfe (mgr.14180) 916 : audit [DBG] from='client.15658 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:41:58.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:58 smithi110 conmon[35313]: 2024-01-27T23:41:59.163 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:41:59.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:41:59 smithi116 conmon[40473]: cluster 2024-01-27T23:41:58.130528+0000 mgr.smithi110.unybfe (mgr.14180) 917 : cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:41:59.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:59 smithi110 conmon[35313]: cluster 2024-01-27T23:41:58.130528+0000 mgr.smithi110.unybfe (mgr.14180) 917 : 2024-01-27T23:41:59.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:41:59 smithi110 conmon[35313]: cluster [DBG] pgmap v604: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:01.055 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:01.056 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:01.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:01 smithi110 conmon[35313]: cluster 2024-01-27T23:42:00.130976+0000 mgr.smithi110.unybfe (mgr.14180) 918 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:01.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:01 smithi116 conmon[40473]: cluster 2024-01-27T23:42:00.130976+0000 mgr.smithi110.unybfe (mgr.14180) 918 : cluster [DBG] pgmap v605: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:01.719 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:02.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:02 smithi116 conmon[40473]: audit 2024-01-27T23:42:01.053771+0000 mgr.smithi110.unybfe (mgr.14180) 919 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:02.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:02 smithi110 conmon[35313]: audit 2024-01-27T23:42:01.053771+0000 mgr.smithi110.unybfe (mgr.14180) 919 : audit [DBG] from='client.15662 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:02.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:02 smithi110 conmon[35313]: 2024-01-27T23:42:02.720 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:03.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:03 smithi116 conmon[40473]: cluster 2024-01-27T23:42:02.131461+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:42:03.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:03 smithi116 conmon[40473]: ) 920 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:03.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:03 smithi110 conmon[35313]: cluster 2024-01-27T23:42:02.131461+0000 mgr.smithi110.unybfe (mgr.14180) 920 : cluster [DBG] pgmap v606: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:04.651 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:04.651 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:05.285 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:05.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:05 smithi116 conmon[40473]: cluster 2024-01-27T23:42:04.132021+0000 mgr.smithi110.unybfe (mgr.14180) 921 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:05.599 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:05 smithi110 conmon[35313]: cluster 2024-01-27T23:42:04.132021+0000 mgr.smithi110.unybfe (mgr.14180) 921 : cluster [DBG] pgmap v607: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:06.286 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:06.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:06 smithi116 conmon[40473]: audit 2024-01-27T23:42:04.649266+0000 mgr.smithi110.unybfe (mgr.14180) 922 : audit 2024-01-27T23:42:06.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:06 smithi116 conmon[40473]: [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:06.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:06 smithi110 conmon[35313]: audit 2024-01-27T23:42:04.649266+0000 mgr.smithi110.unybfe (mgr.14180) 922 : audit [DBG] from='client.15666 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:07.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:07 smithi110 conmon[35313]: cluster 2024-01-27T23:42:06.132507+0000 mgr.smithi110.unybfe (mgr.14180) 923 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:07.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:07 smithi116 conmon[40473]: cluster 2024-01-27T23:42:06.132507+0000 mgr.smithi110.unybfe (mgr.14180) 923 : cluster [DBG] pgmap v608: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:08.153 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:08.153 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:08.818 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:09.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:09 smithi116 conmon[40473]: cluster 2024-01-27T23:42:08.133000+0000 mgr.smithi110.unybfe (mgr.14180) 924 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:09.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:09 smithi116 conmon[40473]: audit 2024-01-27T23:42:08.151212+0000 mgr.smithi110.unybfe (mgr.14180) 925 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:09.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:09 smithi110 conmon[35313]: cluster 2024-01-27T23:42:08.133000+0000 mgr.smithi110.unybfe (mgr.14180) 924 : cluster [DBG] pgmap v609: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:09.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:09 smithi110 conmon[35313]: audit 2024-01-27T23:42:08.151212+0000 mgr.smithi110.unybfe (mgr.14180) 925 : audit [DBG] from='client.15670 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:09.818 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:11.279 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:11 smithi110 conmon[35313]: cluster 2024-01-27T23:42:10.133491+0000 mgr.smithi110.unybfe (mgr.14180) 926 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:11.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:11 smithi116 conmon[40473]: cluster 2024-01-27T23:42:10.133491+0000 mgr.smithi110.unybfe (mgr.14180) 926 : cluster [DBG] pgmap v610: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:11.622 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:11.623 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:12.242 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:13.243 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:13 smithi116 conmon[40473]: audit 2024-01-27T23:42:11.621118+0000 mgr.smithi110.unybfe (mgr.14180) 927 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:13 smithi116 conmon[40473]: cluster 2024-01-27T23:42:13.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:13 smithi116 conmon[40473]: 2024-01-27T23:42:12.133908+0000 mgr.smithi110.unybfe (mgr.14180) 928 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:13.277 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:13 smithi110 conmon[35313]: audit 2024-01-27T23:42:11.621118+0000 mgr.smithi110.unybfe (mgr.14180) 927 : audit [DBG] from='client.15674 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:13.277 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:13 smithi110 conmon[35313]: cluster 2024-01-27T23:42:12.133908+0000 mgr.smithi110.unybfe (mgr.14180) 928 : cluster [DBG] pgmap v611: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:15.046 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:15.046 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:15.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:15 smithi110 conmon[35313]: cluster 2024-01-27T23:42:14.134403+0000 mgr.smithi110.unybfe (mgr.14180) 929 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:15.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:15 smithi116 conmon[40473]: cluster 2024-01-27T23:42:14.134403+0000 mgr.smithi110.unybfe (mgr.14180) 929 : cluster [DBG] pgmap v612: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:15.650 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:16.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:16 smithi116 conmon[40473]: audit 2024-01-27T23:42:15.044463+0000 mgr.smithi110.unybfe (mgr.14180) 930 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:16.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:16 smithi110 conmon[35313]: audit 2024-01-27T23:42:15.044463+0000 mgr.smithi110.unybfe (mgr.14180) 930 : audit [DBG] from='client.15678 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:16.651 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:17.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:17 smithi110 conmon[35313]: cluster 2024-01-27T23:42:16.134858+0000 mgr.smithi110.unybfe (mgr.14180) 931 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:17.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:17 smithi116 conmon[40473]: cluster 2024-01-27T23:42:16.134858+0000 mgr.smithi110.unybfe (mgr.14180) 931 : cluster [DBG] pgmap v613: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:18.438 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:18.438 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:19.126 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:19.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:19 smithi110 conmon[35313]: cluster 2024-01-27T23:42:18.135530+0000 mgr.smithi110.unybfe (mgr.14180) 932 : cluster 2024-01-27T23:42:19.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:19 smithi110 conmon[35313]: [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:19.392 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:19 smithi110 conmon[35313]: audit 2024-01-27T23:42:18.436977+0000 mgr.smithi110.unybfe (mgr.14180) 933 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:19.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:19 smithi116 conmon[40473]: cluster 2024-01-27T23:42:18.135530+0000 mgr.smithi110.unybfe (mgr.14180) 932 : cluster [DBG] pgmap v614: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:19.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:19 smithi116 conmon[40473]: audit 2024-01-27T23:42:19.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:19 smithi116 conmon[40473]: 2024-01-27T23:42:18.436977+0000 mgr.smithi110.unybfe (mgr.14180) 933 : audit [DBG] from='client.15682 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:20.127 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:21.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:21 smithi116 conmon[40473]: cluster 2024-01-27T23:42:20.136062+0000 mgr.smithi110.unybfe (mgr.14180) 934 : cluster 2024-01-27T23:42:21.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:21 smithi116 conmon[40473]: [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:21.587 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:21 smithi110 conmon[35313]: cluster 2024-01-27T23:42:20.136062+0000 mgr.smithi110.unybfe (mgr.14180) 934 : cluster [DBG] pgmap v615: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:21.968 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:21.968 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:22.584 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:23.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:23 smithi116 conmon[40473]: audit 2024-01-27T23:42:21.967002+0000 mgr.smithi110.unybfe (mgr.14180) 935 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:23.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:23 smithi116 conmon[40473]: cluster 2024-01-27T23:42:23.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:23 smithi116 conmon[40473]: 2024-01-27T23:42:22.136679+0000 mgr.smithi110.unybfe (mgr.14180) 936 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:23.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:23 smithi110 conmon[35313]: audit 2024-01-27T23:42:21.967002+0000 mgr.smithi110.unybfe (mgr.14180) 935 : audit [DBG] from='client.15686 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:23.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:23 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:42:23.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:23 smithi110 conmon[35313]: -01-27T23:42:22.136679+0000 mgr.smithi110.unybfe (mgr.14180) 936 : cluster [DBG] pgmap v616: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:23.584 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:25.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:25 smithi110 conmon[35313]: cluster 2024-01-27T23:42:24.137213+0000 mgr.smithi110.unybfe (mgr.14180) 937 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:25.423 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:25.423 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:25.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:25 smithi116 conmon[40473]: cluster 2024-01-27T23:42:24.137213+0000 mgr.smithi110.unybfe (mgr.14180) 937 : cluster [DBG] pgmap v617: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:26.082 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:26.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:26 smithi110 conmon[35313]: audit 2024-01-27T23:42:25.421263+0000 mgr.smithi110.unybfe (mgr.14180) 938 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:26.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:26 smithi116 conmon[40473]: audit 2024-01-27T23:42:25.421263+0000 mgr.smithi110.unybfe (mgr.14180) 938 : audit [DBG] from='client.15690 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:27.084 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:27.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:27 smithi116 conmon[40473]: cluster 2024-01-27T23:42:26.137617+0000 mgr.smithi110.unybfe (mgr.14180) 939 : cluster [DBG] 2024-01-27T23:42:27.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:27 smithi116 conmon[40473]: pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:27.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:27 smithi110 conmon[35313]: cluster 2024-01-27T23:42:26.137617+0000 mgr.smithi110.unybfe (mgr.14180) 939 2024-01-27T23:42:27.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:27 smithi110 conmon[35313]: : cluster [DBG] pgmap v618: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:28.944 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:28.944 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:29.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:29 smithi110 conmon[35313]: cluster 2024-01-27T23:42:28.138221+0000 mgr.smithi110.unybfe (mgr.14180) 940 : cluster [DBG] pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:29.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:29 smithi116 conmon[40473]: cluster 2024-01-27T23:42:28.138221+0000 mgr.smithi110.unybfe (mgr.14180) 940 : cluster [DBG] 2024-01-27T23:42:29.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:29 smithi116 conmon[40473]: pgmap v619: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:29.575 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:30.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:30 smithi116 conmon[40473]: audit 2024-01-27T23:42:28.942281+0000 mgr.smithi110.unybfe (mgr.14180) 941 : audit [DBG] 2024-01-27T23:42:30.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:30 smithi116 conmon[40473]: from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:30.576 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:30.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:30 smithi110 conmon[35313]: audit 2024-01-27T23:42:28.942281+0000 mgr.smithi110.unybfe (mgr.14180) 941 : audit [DBG] from='client.15694 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:31.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:31 smithi110 conmon[35313]: cluster 2024-01-27T23:42:30.138808+0000 mgr.smithi110.unybfe (mgr.14180) 942 : cluster [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:31 smithi116 conmon[40473]: cluster 2024-01-27T23:42:30.138808+0000 mgr.smithi110.unybfe (mgr.14180) 942 : cluster 2024-01-27T23:42:31.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:31 smithi116 conmon[40473]: [DBG] pgmap v620: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:32.466 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:32.466 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:33.141 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:33.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:33 smithi116 conmon[40473]: cluster 2024-01-27T23:42:32.139241+0000 mgr.smithi110.unybfe (mgr.14180) 943 : cluster 2024-01-27T23:42:33.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:33 smithi116 conmon[40473]: [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:33.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:33 smithi116 conmon[40473]: audit 2024-01-27T23:42:32.464528+0000 mgr.smithi110.unybfe (mgr.14180) 944 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:33.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:33 smithi110 conmon[35313]: cluster 2024-01-27T23:42:32.139241+0000 mgr.smithi110.unybfe (mgr.14180) 943 : cluster [DBG] pgmap v621: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:33.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:33 smithi110 conmon[35313]: audit 2024-01-27T23:42:32.464528+0000 mgr.smithi110.unybfe 2024-01-27T23:42:33.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:33 smithi110 conmon[35313]: (mgr.14180) 944 : audit [DBG] from='client.15698 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:34.142 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:35.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:35 smithi116 conmon[40473]: cluster 2024-01-27T23:42:34.139965+0000 mgr.smithi110.unybfe (mgr.14180) 945 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:35.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:35 smithi110 conmon[35313]: cluster 2024-01-27T23:42:34.139965+0000 mgr.smithi110.unybfe (mgr.14180) 945 : cluster [DBG] pgmap v622: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:36.002 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:36.003 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:36.631 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:37.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:37 smithi116 conmon[40473]: audit 2024-01-27T23:42:36.000630+0000 mgr.smithi110.unybfe (mgr.14180) 946 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:37.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:37 smithi116 conmon[40473]: 2024-01-27T23:42:37.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:37 smithi116 conmon[40473]: cluster 2024-01-27T23:42:36.140513+0000 mgr.smithi110.unybfe (mgr.14180) 947 : cluster [DBG] pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:37.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:37 smithi110 conmon[35313]: audit 2024-01-27T23:42:36.000630+0000 mgr.smithi110.unybfe (mgr.14180) 946 : audit [DBG] from='client.15702 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:37.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:37 smithi110 conmon[35313]: cluster 2024-01-27T23:42:36.140513+0000 mgr.smithi110.unybfe (mgr.14180) 947 : cluster [DBG] 2024-01-27T23:42:37.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:37 smithi110 conmon[35313]: pgmap v623: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:37.632 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:39.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:39 smithi116 conmon[40473]: cluster 2024-01-27T23:42:38.140996+0000 mgr.smithi110.unybfe (mgr.14180) 948 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:39.541 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:39.542 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:39.563 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:39 smithi110 conmon[35313]: cluster 2024-01-27T23:42:38.140996+0000 mgr.smithi110.unybfe (mgr.14180) 948 : cluster [DBG] pgmap v624: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:40.148 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:41.149 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:41 smithi116 conmon[40473]: audit 2024-01-27T23:42:39.539881+0000 mgr.smithi110.unybfe (mgr.14180) 949 : audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:41 smithi116 conmon[40473]: 2024-01-27T23:42:41.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:41 smithi116 conmon[40473]: cluster 2024-01-27T23:42:40.141476+0000 mgr.smithi110.unybfe (mgr.14180) 950 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:41.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:41 smithi110 conmon[35313]: audit 2024-01-27T23:42:39.539881+0000 mgr.smithi110.unybfe (mgr.14180) 949 : 2024-01-27T23:42:41.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:41 smithi110 conmon[35313]: audit [DBG] from='client.15706 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:41.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:41 smithi110 conmon[35313]: cluster 2024-01-27T23:42:40.141476+0000 mgr.smithi110.unybfe (mgr.14180) 950 : cluster [DBG] pgmap v625: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:42.938 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:42.938 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:43.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:43 smithi116 conmon[40473]: cluster 2024-01-27T23:42:42.141895+0000 mgr.smithi110.unybfe (mgr.14180) 951 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:43.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:43 smithi110 conmon[35313]: cluster 2024-01-27T23:42:42.141895+0000 mgr.smithi110.unybfe (mgr.14180) 951 : cluster [DBG] pgmap v626: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:43.564 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:44.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:44 smithi116 conmon[40473]: audit 2024-01-27T23:42:42.936774+0000 mgr.smithi110.unybfe (mgr.14180) 952 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:44 smithi110 conmon[35313]: audit 2024-01-27T23:42:42.936774+0000 mgr.smithi110.unybfe ( 2024-01-27T23:42:44.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:44 smithi110 conmon[35313]: mgr.14180) 952 : audit [DBG] from='client.15710 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:44.565 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:45.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:45 smithi116 conmon[40473]: cluster 2024-01-27T23:42:44.142616+0000 mgr.smithi110.unybfe (mgr.14180) 953 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:45.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:45 smithi110 conmon[35313]: cluster 2024-01-27T23:42:44.142616+0000 mgr.smithi110.unybfe (mgr.14180) 953 : cluster [DBG] pgmap v627: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:46.399 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:46.399 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:47.089 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:47.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:47 smithi110 conmon[35313]: cluster 2024-01-27T23:42:46.142968+0000 mgr.smithi110.unybfe (mgr.14180) 954 : cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:47.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:47 smithi110 conmon[35313]: audit 2024-01-27T23:42:46.397093+0000 mgr.smithi110.unybfe (mgr.14180) 955 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:47.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:47 smithi116 conmon[40473]: cluster 2024-01-27T23:42:46.142968+0000 mgr.smithi110.unybfe (mgr.14180) 954 : 2024-01-27T23:42:47.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:47 smithi116 conmon[40473]: cluster [DBG] pgmap v628: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:47.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:47 smithi116 conmon[40473]: audit 2024-01-27T23:42:46.397093+0000 mgr.smithi110.unybfe (mgr.14180) 955 : audit [DBG] from='client.15714 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:48.090 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:49.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:49 smithi116 conmon[40473]: cluster 2024-01-27T23:42:48.143475+0000 mgr.smithi110.unybfe (mgr.14180) 956 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:49.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:49 smithi116 conmon[40473]: 2024-01-27T23:42:49.549 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:49 smithi110 conmon[35313]: cluster 2024-01-27T23:42:48.143475+0000 mgr.smithi110.unybfe (mgr.14180) 956 : cluster [DBG] pgmap v629: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:49.917 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:49.917 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:50.530 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:51.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:51 smithi116 conmon[40473]: audit 2024-01-27T23:42:49.915237+0000 mgr.smithi110.unybfe (mgr.14180) 957 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:51.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:51 smithi116 conmon[40473]: cluster 2024-01-27T23:42:50.143999+0000 mgr.smithi110.unybfe (mgr.14180) 958 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:51.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:51.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:51 smithi110 conmon[35313]: audit 2024-01-27T23:42:49.915237+0000 mgr.smithi110.unybfe (mgr.14180) 957 : audit [DBG] from='client.15718 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:51.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:51 smithi110 conmon[35313]: cluster 2024-01-27T23:42:50.143999+0000 mgr.smithi110.unybfe (mgr.14180) 958 : cluster [DBG] pgmap v630: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:53.066 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:53 smithi110 conmon[35313]: cluster 2024-01-27T23:42:52.144433+0000 mgr.smithi110.unybfe (mgr.14180) 959 : cluster [DBG] pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:53.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:53 smithi116 conmon[40473]: cluster 2024-01-27T23:42:52.144433+0000 mgr.smithi110.unybfe (mgr.14180) 959 : cluster [DBG] 2024-01-27T23:42:53.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:53 smithi116 conmon[40473]: pgmap v631: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:53.431 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:53.431 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:54.080 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:54.276 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:54 smithi116 conmon[40473]: audit 2024-01-27T23:42:53.429553+0000 mgr.smithi110.unybfe (mgr.14180) 960 : audit [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:54.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:54 smithi110 conmon[35313]: audit 2024-01-27T23:42:53.429553+0000 mgr.smithi110.unybfe (mgr.14180) 960 : audit 2024-01-27T23:42:54.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:54 smithi110 conmon[35313]: [DBG] from='client.15722 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:55.080 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:55.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:55 smithi110 conmon[35313]: cluster 2024-01-27T23:42:54.144938+0000 mgr.smithi110.unybfe (mgr.14180) 961 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:55.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:55 smithi116 conmon[40473]: cluster 2024-01-27T23:42:54.144938+0000 mgr.smithi110.unybfe (mgr.14180) 961 : cluster [DBG] pgmap v632: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:55.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:55 smithi116 conmon[40473]: 2024-01-27T23:42:56.970 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:42:56.970 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:42:57.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:57 smithi110 conmon[35313]: cluster 2024-01-27T23:42:56.145341+0000 mgr.smithi110.unybfe (mgr.14180) 962 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:57.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:57 smithi116 conmon[40473]: cluster 2024-01-27T23:42:56.145341+0000 mgr.smithi110.unybfe (mgr.14180) 962 : cluster [DBG] pgmap v633: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:57.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:57 smithi116 conmon[40473]: 2024-01-27T23:42:57.639 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:42:58.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:58 smithi116 conmon[40473]: audit 2024-01-27T23:42:56.967716+0000 mgr.smithi110.unybfe (mgr.14180) 963 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:58.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:58 smithi116 conmon[40473]: 2024-01-27T23:42:58.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:58 smithi110 conmon[35313]: audit 2024-01-27T23:42:56.967716+0000 mgr.smithi110.unybfe (mgr.14180) 963 : audit [DBG] from='client.15726 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:42:58.640 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:42:59.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:42:59 smithi110 conmon[35313]: cluster 2024-01-27T23:42:58.145939+0000 mgr.smithi110.unybfe (mgr.14180) 964 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:59.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:59 smithi116 conmon[40473]: cluster 2024-01-27T23:42:58.145939+0000 mgr.smithi110.unybfe (mgr.14180) 964 : cluster [DBG] pgmap v634: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:42:59.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:42:59 smithi116 conmon[40473]: 2024-01-27T23:43:00.547 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:00.547 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:01.154 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:01.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:01 smithi116 conmon[40473]: cluster 2024-01-27T23:43:00.146382+0000 mgr.smithi110.unybfe (mgr.14180) 965 : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:01.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:01 smithi110 conmon[35313]: cluster 2024-01-27T23:43:00.146382+0000 mgr.smithi110.unybfe (mgr.14180) 965 2024-01-27T23:43:01.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:01 smithi110 conmon[35313]: : cluster [DBG] pgmap v635: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:02.155 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:02.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:02 smithi116 conmon[40473]: audit 2024-01-27T23:43:00.545431+0000 mgr.smithi110.unybfe (mgr.14180) 966 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:02.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:02 smithi110 conmon[35313]: audit 2024-01-27T23:43:00.545431+0000 mgr.smithi110.unybfe (mgr.14180) 966 : audit [DBG] from='client.15730 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:03.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:03 smithi110 conmon[35313]: cluster 2024-01-27T23:43:02.147031+0000 mgr.smithi110.unybfe (mgr.14180) 967 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:03.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:03 smithi116 conmon[40473]: cluster 2024-01-27T23:43:02.147031+0000 mgr.smithi110.unybfe (mgr.14180) 967 : cluster [DBG] pgmap v636: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:04.053 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:04.054 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:04.687 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:05.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:05 smithi116 conmon[40473]: audit 2024-01-27T23:43:04.052061+0000 mgr.smithi110.unybfe (mgr.14180) 968 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:05.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:05 smithi116 conmon[40473]: cluster 2024-01-27T23:43:04.147652+0000 mgr.smithi110.unybfe (mgr.14180) 969 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:05.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:05 smithi110 conmon[35313]: audit 2024-01-27T23:43:04.052061+0000 mgr.smithi110.unybfe (mgr.14180) 968 : audit [DBG] from='client.15734 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:05.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:05 smithi110 conmon[35313]: cluster 2024-01-27T23:43:04.147652+0000 mgr.smithi110.unybfe (mgr.14180) 969 : cluster [DBG] pgmap v637: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:05.688 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:07.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:07 smithi116 conmon[40473]: cluster 2024-01-27T23:43:06.148123+0000 mgr.smithi110.unybfe (mgr.14180) 970 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:07.595 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:07.595 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:07.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:07 smithi110 conmon[35313]: cluster 2024-01-27T23:43:06.148123+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:43:07.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:07 smithi110 conmon[35313]: ) 970 : cluster [DBG] pgmap v638: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:08.243 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:09.244 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:09.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:09 smithi116 conmon[40473]: audit 2024-01-27T23:43:07.593566+0000 mgr.smithi110.unybfe (mgr.14180) 971 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:09.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:09 smithi116 conmon[40473]: 2024-01-27T23:43:09.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:09 smithi116 conmon[40473]: cluster 2024-01-27T23:43:08.148555+0000 mgr.smithi110.unybfe (mgr.14180) 972 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:09.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:09 smithi110 conmon[35313]: audit 2024-01-27T23:43:07.593566+0000 mgr.smithi110.unybfe (mgr.14180) 971 : audit [DBG] from='client.15738 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:09.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:09 smithi110 conmon[35313]: cluster 2024-01-27T23:43:08.148555+0000 mgr.smithi110.unybfe (mgr.14180) 972 : cluster [DBG] pgmap v639: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:11.126 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:11.126 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:34:56.512026Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gukiur on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gukiur\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gukiur\nDeploy daemon haproxy.rgw.foo.smithi116.gukiur ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:32:59Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:33: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-01-27T23:34:15Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.292836Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.cadkzc on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-cadkzc\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.cadkzc\nDeploy daemon haproxy.rgw.foo.smithi110.cadkzc ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:35:33Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:36: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-01-27T23:36:49Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:37:30.293979Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.uinbaw on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:11.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:11 smithi116 conmon[40473]: cluster 2024-01-27T23:43:10.149218+0000 mgr.smithi110.unybfe (mgr.14180) 973 2024-01-27T23:43:11.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:11 smithi116 conmon[40473]: : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:11.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:11 smithi110 conmon[35313]: cluster 2024-01-27T23:43:10.149218+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:43:11.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:11 smithi110 conmon[35313]: 973 : cluster [DBG] pgmap v640: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:11.793 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:12.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:12 smithi116 conmon[40473]: audit 2024-01-27T23:43:11.124723+0000 mgr.smithi110.unybfe (mgr.14180) 974 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:12.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:12 smithi116 conmon[40473]: 2024-01-27T23:43:12.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:12 smithi110 conmon[35313]: audit 2024-01-27T23:43:11.124723+0000 mgr.smithi110.unybfe (mgr.14180) 974 : audit [DBG] from='client.15742 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:12.794 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:13.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:13 smithi116 conmon[40473]: cluster 2024-01-27T23:43:12.149713+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:43:13.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:13 smithi116 conmon[40473]: ) 975 : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:13.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:13 smithi110 conmon[35313]: cluster 2024-01-27T23:43:12.149713+0000 mgr.smithi110.unybfe (mgr.14180) 975 2024-01-27T23:43:13.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:13 smithi110 conmon[35313]: : cluster [DBG] pgmap v641: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:14.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: cephadm 2024-01-27T23:43:13 2024-01-27T23:43:14.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: .412572+0000 mgr.smithi110.unybfe (mgr.14180) 976 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.341 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.jefsty ... 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:41:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:41:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:42:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:43:14.342 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.jefsty ... 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:41:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:41:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.343 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:42:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: cephadm 2024-01-27T23:43:13.412751+0000 mgr.smithi110.unybfe (mgr.14180) 977 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: audit 2024-01-27T23:43:13.413035+0000 mon.smithi110 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.jefsty"}]: dispatch 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: cephadm 2024-01-27T23:43:13.413571+0000 mgr.smithi110.unybfe (mgr.14180) 978 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.jefsty ... 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.344 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:41:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:41:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:42:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: cephadm 2024-01-27T23:43:13.414764+0000 mgr.smithi110.unybfe (mgr.14180) 979 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: cephadm 2024-01-27T23:43:13.415747+0000 mgr.smithi110.unybfe (mgr.14180) 980 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:43:14.345 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:14 smithi110 conmon[35313]: cluster 2024-01-27T23:43:13.416524+0000 mgr.smithi110.unybfe (mgr.14180) 981 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:14.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: cephadm 2024-01-27T23:43:13.412572+0000 mgr.smithi110.unybfe (mgr.14180) 976 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.jefsty ... 2024-01-27T23:43:14.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:41:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:41:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:42:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.jefsty ... 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:41:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:41:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:42:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase t 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: he limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: cephadm 2024-01-27T23:43:13.412751+0000 mgr.smithi110.unybfe (mgr.14180) 977 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: audit 2024-01-27T23:43:13.413035+0000 mon.smithi110 (mon.0) 705 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.jefsty"}]: dispatch 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: cephadm 2024-01-27T23:43:13.413571+0000 mgr.smithi110.unybfe (mgr.14180) 978 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.jefsty ... 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:41:17Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:41:54Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:42:32Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:43:14.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:43:14.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: cephadm 2024-01-27T23:43:13.414764+0000 mgr.smithi110.unybfe (mgr.14180) 979 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:43:14.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: cephadm 2024-01-27T23:43:13.415747+0000 mgr.smithi110.unybfe (mgr.14180) 980 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:43:14.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:14 smithi116 conmon[40473]: cluster 2024-01-27T23:43:13.416524+0000 mgr.smithi110.unybfe (mgr.14180) 981 : cluster [DBG] pgmap v642: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:14.657 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:14.658 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:15.310 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:15.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:15 smithi116 conmon[40473]: cluster 2024-01-27T23:43:14.232887+0000 mon.smithi110 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:43:15.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:15 smithi110 conmon[35313]: cluster 2024-01-27T23:43:14.232887+0000 mon.smithi110 (mon.0) 706 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:43:16.311 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:16.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:16 smithi116 conmon[40473]: audit 2024-01-27T23:43:14.655999+0000 mgr.smithi110.unybfe (mgr.14180) 982 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:16.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:16 smithi116 conmon[40473]: cluster 2024-01-27T23:43:15.417114+0000 mgr.smithi110.unybfe (mgr.14180) 983 : cluster 2024-01-27T23:43:16.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:16 smithi116 conmon[40473]: [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:16.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:16 smithi116 conmon[40473]: audit 2024-01-27T23:43:16.191785+0000 mon.smithi110 (mon.0) 707 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:43:16.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:16 smithi110 conmon[35313]: audit 2024-01-27T23:43:14.655999+0000 mgr.smithi110.unybfe (mgr.14180) 982 : audit [DBG] from='client.15746 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:16.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:16 smithi110 conmon[35313]: cluster 2024-01-27T23:43:15.417114+0000 mgr.smithi110.unybfe (mgr.14180) 983 : cluster [DBG] pgmap v643: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:16.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:16 smithi110 conmon[35313]: audit 2024-01-27T23:43:16.191785+0000 mon.smithi110 (mon.0) 707 : audit 2024-01-27T23:43:16.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:16 smithi110 conmon[35313]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:43:18.220 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:18.220 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:18.252 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:18 smithi110 conmon[35313]: cluster 2024-01-27T23:43:17.417682+0000 mgr.smithi110.unybfe (mgr.14180) 984 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:18.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:18 smithi116 conmon[40473]: cluster 2024-01-27T23:43:17.417682+0000 mgr.smithi110.unybfe (mgr.14180) 984 : cluster [DBG] pgmap v644: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:18.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:19.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:19 smithi110 conmon[35313]: audit 2024-01-27T23:43:18.218707+0000 mgr.smithi110.unybfe (mgr.14180) 985 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:19.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:19 smithi116 conmon[40473]: audit 2024-01-27T23:43:18.218707+0000 mgr.smithi110.unybfe (mgr.14180) 985 : audit [DBG] from='client.15750 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:19.812 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:20.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:20 smithi110 conmon[35313]: cluster 2024-01-27T23:43:19.418618+0000 mgr.smithi110.unybfe (mgr.14180) 986 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:20.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:20 smithi116 conmon[40473]: cluster 2024-01-27T23:43:19.418618+0000 mgr.smithi110.unybfe (mgr.14180) 986 : cluster [DBG] pgmap v645: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:21.714 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:21.715 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:22.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:22.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:22 smithi110 conmon[35313]: cluster 2024-01-27T23:43:21.419161+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:43:22.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:22 smithi110 conmon[35313]: 987 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:22.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:22 smithi116 conmon[40473]: cluster 2024-01-27T23:43:21.419161+0000 mgr.smithi110.unybfe (mgr.14180) 987 : cluster [DBG] pgmap v646: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:23.363 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:23.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:23 smithi116 conmon[40473]: audit 2024-01-27T23:43:21.712597+0000 mgr.smithi110.unybfe (mgr.14180) 988 : audit [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:23.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:23 smithi110 conmon[35313]: audit 2024-01-27T23:43:21.712597+0000 mgr.smithi110.unybfe (mgr.14180) 988 : audit 2024-01-27T23:43:23.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:23 smithi110 conmon[35313]: [DBG] from='client.15754 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:24.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:24 smithi116 conmon[40473]: cluster 2024-01-27T23:43:23.419892+0000 mgr.smithi110.unybfe (mgr.14180) 989 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:24.836 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:24 smithi110 conmon[35313]: cluster 2024-01-27T23:43:23.419892+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:43:24.837 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:24 smithi110 conmon[35313]: .14180) 989 : cluster [DBG] pgmap v647: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:25.219 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:25.219 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:25.859 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:26.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:26 smithi116 conmon[40473]: audit 2024-01-27T23:43:25.217489+0000 mgr.smithi110.unybfe (mgr.14180) 990 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:26.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:26 smithi116 conmon[40473]: cluster 2024-01-27T23:43:25.420716+0000 mgr.smithi110.unybfe (mgr.14180) 991 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:26.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:26 smithi116 conmon[40473]: audit 2024-01-27T23:43:25.857865+0000 mon.smithi110 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:43:26.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:26 smithi110 conmon[35313]: audit 2024-01-27T23:43:25.217489+0000 mgr.smithi110.unybfe (mgr.14180) 990 : audit [DBG] from='client.15758 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:26.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:26 smithi110 conmon[35313]: cluster 2024-01-27T23:43:25.420716+0000 mgr.smithi110.unybfe (mgr.14180) 991 : cluster [DBG] pgmap v648: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:26.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:26 smithi110 conmon[35313]: audit 2024-01-27T23:43:25.857865+0000 mon.smithi110 (mon.0) 708 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:43:26.860 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:28.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:28 smithi110 conmon[35313]: cluster 2024-01-27T23:43:27.421275+0000 mgr.smithi110.unybfe (mgr.14180) 992 : 2024-01-27T23:43:28.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:28 smithi110 conmon[35313]: cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:28.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:28 smithi116 conmon[40473]: cluster 2024-01-27T23:43:27.421275+0000 mgr.smithi110.unybfe (mgr.14180) 992 : cluster [DBG] pgmap v649: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:28.777 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:28.777 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:29.375 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:30.376 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:30.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:30 smithi116 conmon[40473]: audit 2024-01-27T23:43:28.775708+0000 mgr.smithi110.unybfe (mgr.14180) 993 : audit [DBG] from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:30.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:30 smithi116 conmon[40473]: cluster 2024-01-27T23:43:29.421960+0000 mgr.smithi110.unybfe (mgr.14180) 994 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:30.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:30 smithi110 conmon[35313]: audit 2024-01-27T23:43:28.775708+0000 mgr.smithi110.unybfe (mgr.14180) 993 : audit [DBG] 2024-01-27T23:43:30.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:30 smithi110 conmon[35313]: from='client.15762 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:30.843 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:30 smithi110 conmon[35313]: cluster 2024-01-27T23:43:29.421960+0000 mgr.smithi110.unybfe (mgr.14180) 994 : cluster [DBG] pgmap v650: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:32.273 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:32.273 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:32.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:32 smithi110 conmon[35313]: cluster 2024-01-27T23:43:31.422665+0000 mgr.smithi110.unybfe (mgr.14180) 995 : cluster 2024-01-27T23:43:32.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:32 smithi110 conmon[35313]: [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:32.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:32 smithi116 conmon[40473]: cluster 2024-01-27T23:43:31.422665+0000 mgr.smithi110.unybfe (mgr.14180) 995 : cluster [DBG] pgmap v651: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:32.934 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:33.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:33 smithi116 conmon[40473]: audit 2024-01-27T23:43:32.271471+0000 mgr.smithi110.unybfe (mgr.14180) 996 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:33.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:33 smithi110 conmon[35313]: audit 2024-01-27T23:43:32.271471+0000 mgr.smithi110.unybfe (mgr.14180) 996 : audit [DBG] from='client.15766 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:33.935 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:34.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:34 smithi116 conmon[40473]: cluster 2024-01-27T23:43:33.423437+0000 mgr.smithi110.unybfe (mgr.14180) 997 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:34.792 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:34 smithi110 conmon[35313]: cluster 2024-01-27T23:43:33.423437+0000 mgr.smithi110.unybfe (mgr.14180) 997 : cluster [DBG] pgmap v652: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:35.841 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:35.842 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:36.509 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:36.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:36 smithi116 conmon[40473]: cluster 2024-01-27T23:43:35.424056+0000 mgr.smithi110.unybfe (mgr.14180) 998 : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:36.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:36 smithi110 conmon[35313]: cluster 2024-01-27T23:43:35.424056+0000 mgr.smithi110.unybfe (mgr.14180) 998 2024-01-27T23:43:36.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:36 smithi110 conmon[35313]: : cluster [DBG] pgmap v653: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:37.510 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:37.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:37 smithi116 conmon[40473]: audit 2024-01-27T23:43:35.840080+0000 mgr.smithi110.unybfe (mgr.14180) 999 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:37.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:37 smithi110 conmon[35313]: audit 2024-01-27T23:43:35.840080+0000 mgr.smithi110.unybfe (mgr.14180) 999 : audit [DBG] from='client.15770 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:38.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:38 smithi110 conmon[35313]: cluster 2024-01-27T23:43:37.424754+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:43:38.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:38 smithi110 conmon[35313]: 1000 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:38.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:38 smithi116 conmon[40473]: cluster 2024-01-27T23:43:37.424754+0000 mgr.smithi110.unybfe (mgr.14180) 1000 : cluster [DBG] pgmap v654: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:39.383 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:39.383 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:40.082 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:40.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:40 smithi116 conmon[40473]: audit 2024-01-27T23:43:39.381396+0000 mgr.smithi110.unybfe (mgr.14180) 1001 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:40.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:40 smithi116 conmon[40473]: cluster 2024-01-27T23:43:39.425388+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:43:40.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:40 smithi116 conmon[40473]: 1002 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:40.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:40 smithi110 conmon[35313]: audit 2024-01-27T23:43:39.381396+0000 mgr.smithi110.unybfe (mgr.14180) 1001 : audit [DBG] from='client.15774 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:40.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:40 smithi110 conmon[35313]: cluster 2024-01-27T23:43:39.425388+0000 mgr.smithi110.unybfe (mgr.14180) 1002 : cluster [DBG] pgmap v655: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:41.083 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:42.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:42 smithi110 conmon[35313]: cluster 2024-01-27T23:43:41.425961+0000 mgr.smithi110.unybfe (mgr.14180) 1003 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:42.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:42 smithi116 conmon[40473]: cluster 2024-01-27T23:43:41.425961+0000 mgr.smithi110.unybfe (mgr.14180) 1003 : cluster [DBG] pgmap v656: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:42.962 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:42.962 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:43.649 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:44.651 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:44.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:44 smithi116 conmon[40473]: audit 2024-01-27T23:43:42.960070+0000 mgr.smithi110.unybfe (mgr.14180) 1004 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:44.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:44 smithi116 conmon[40473]: cluster 2024-01-27T23:43:43.426760+0000 mgr.smithi110.unybfe (mgr.14180) 1005 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:44.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:44 smithi110 conmon[35313]: audit 2024-01-27T23:43:42.960070+0000 mgr.smithi110.unybfe (mgr.14180) 1004 : audit [DBG] from='client.15778 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:44.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:44 smithi110 conmon[35313]: cluster 2024-01-27T23:43:43.426760+0000 mgr.smithi110.unybfe (mgr.14180) 1005 : cluster [DBG] pgmap v657: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:46.606 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:46.606 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:46.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:46 smithi116 conmon[40473]: cluster 2024-01-27T23:43:45.427409+0000 mgr.smithi110.unybfe (mgr.14180) 1006 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:46.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:46 smithi110 conmon[35313]: cluster 2024-01-27T23:43:45.427409+0000 mgr.smithi110.unybfe (mgr.14180) 1006 : cluster [DBG] pgmap v658: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:46.840 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:46 smithi110 conmon[35313]: 2024-01-27T23:43:47.315 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:48.316 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:48.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:48 smithi110 conmon[35313]: audit 2024-01-27T23:43:46.603999+0000 mgr.smithi110.unybfe (mgr.14180) 1007 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:48.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:48 smithi110 conmon[35313]: cluster 2024-01-27T23:43:47.428108+0000 mgr.smithi110.unybfe (mgr.14180) 1008 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:48 smithi116 conmon[40473]: audit 2024-01-27T23:43:46.603999+0000 mgr.smithi110.unybfe (mgr.14180) 1007 : audit [DBG] from='client.15782 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:48 smithi116 conmon[40473]: cluster 2024-01-27T23:43:47.428108+0000 mgr.smithi110.unybfe (mgr.14180) 1008 : cluster [DBG] pgmap v659: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:50.209 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:50.209 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:50.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:50 smithi116 conmon[40473]: cluster 2024-01-27T23:43:49.428863+0000 mgr.smithi110.unybfe (mgr.14180) 1009 : cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:50.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:50 smithi110 conmon[35313]: cluster 2024-01-27T23:43:49.428863+0000 mgr.smithi110.unybfe (mgr.14180) 1009 : 2024-01-27T23:43:50.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:50 smithi110 conmon[35313]: cluster [DBG] pgmap v660: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:50.908 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:51.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:51 smithi116 conmon[40473]: audit 2024-01-27T23:43:50.206823+0000 mgr.smithi110.unybfe (mgr.14180) 1010 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:51.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:51 smithi110 conmon[35313]: audit 2024-01-27T23:43:50.206823+0000 mgr.smithi110.unybfe (mgr.14180) 1010 : audit [DBG] from='client.15786 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:51.909 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:52.715 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:52 smithi110 conmon[35313]: cluster 2024-01-27T23:43:51.429515+0000 mgr.smithi110.unybfe (mgr.14180) 1011 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:52.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:52 smithi116 conmon[40473]: cluster 2024-01-27T23:43:51.429515+0000 mgr.smithi110.unybfe (mgr.14180) 1011 : cluster [DBG] pgmap v661: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:53.761 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:53.761 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:54.398 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:54.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:54 smithi116 conmon[40473]: cluster 2024-01-27T23:43:53.430184+0000 mgr.smithi110.unybfe (mgr.14180) 1012 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:54.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:54 smithi110 conmon[35313]: cluster 2024-01-27T23:43:53.430184+0000 mgr.smithi110.unybfe (mgr.14180) 1012 : cluster [DBG] pgmap v662: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:55.399 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:43:55.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:55 smithi116 conmon[40473]: audit 2024-01-27T23:43:53.759627+0000 mgr.smithi110.unybfe (mgr.14180) 1013 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:55.847 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:55 smithi110 conmon[35313]: audit 2024-01-27T23:43:53.759627+0000 mgr.smithi110.unybfe (mgr.14180) 1013 : audit [DBG] from='client.15790 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:56.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:56 smithi116 conmon[40473]: cluster 2024-01-27T23:43:55.430849+0000 mgr.smithi110.unybfe (mgr.14180) 1014 : cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:56.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:56 smithi110 conmon[35313]: cluster 2024-01-27T23:43:55.430849+0000 mgr.smithi110.unybfe (mgr.14180) 1014 : 2024-01-27T23:43:56.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:56 smithi110 conmon[35313]: cluster [DBG] pgmap v663: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:57.291 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:43:57.291 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:43:57.922 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:43:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:58 smithi110 conmon[35313]: audit 2024-01-27T23:43:57.289669+0000 mgr.smithi110.unybfe (mgr.14180) 1015 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:58.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:43:58 smithi110 conmon[35313]: cluster 2024-01-27T23:43:57.431397+0000 mgr.smithi110.unybfe (mgr.14180) 1016 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:58.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:58 smithi116 conmon[40473]: audit 2024-01-27T23:43:57.289669+0000 mgr.smithi110.unybfe (mgr.14180) 1015 : audit [DBG] from='client.15794 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:43:58.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:43:58 smithi116 conmon[40473]: cluster 2024-01-27T23:43:57.431397+0000 mgr.smithi110.unybfe (mgr.14180) 1016 : cluster [DBG] pgmap v664: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:43:58.923 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:00.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:00 smithi116 conmon[40473]: cluster 2024-01-27T23:43:59.432126+0000 mgr.smithi110.unybfe (mgr.14180) 1017 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:00.798 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:00.798 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:00.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:00 smithi110 conmon[35313]: cluster 2024-01-27T23:43:59.432126+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:44:00.824 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:00 smithi110 conmon[35313]: ) 1017 : cluster [DBG] pgmap v665: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:01.429 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:02.430 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:02.776 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:02 smithi116 conmon[40473]: audit 2024-01-27T23:44:00.796097+0000 mgr.smithi110.unybfe (mgr.14180) 1018 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:02.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:02 smithi116 conmon[40473]: cluster 2024-01-27T23:44:01.432801+0000 mgr.smithi110.unybfe (mgr.14180) 1019 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:02.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:02 smithi110 conmon[35313]: audit 2024-01-27T23:44:00.796097+0000 mgr.smithi110.unybfe (mgr.14180) 1018 : audit [DBG] from='client.15798 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:02.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:02 smithi110 conmon[35313]: cluster 2024-01-27T23:44:01.432801+0000 mgr.smithi110.unybfe (mgr.14180) 1019 : cluster [DBG] pgmap v666: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:04.309 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:04.309 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:04.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:04 smithi110 conmon[35313]: cluster 2024-01-27T23:44:03.433547+0000 mgr.smithi110.unybfe (mgr.14180) 1020 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:04.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:04 smithi116 conmon[40473]: cluster 2024-01-27T23:44:03.433547+0000 mgr.smithi110.unybfe (mgr.14180) 1020 : cluster [DBG] pgmap v667: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:04.978 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:05.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:05 smithi116 conmon[40473]: audit 2024-01-27T23:44:04.306823+0000 mgr.smithi110.unybfe (mgr.14180) 1021 : audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:05.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:05 smithi110 conmon[35313]: audit 2024-01-27T23:44:04.306823+0000 mgr.smithi110.unybfe (mgr.14180) 1021 : 2024-01-27T23:44:05.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:05 smithi110 conmon[35313]: audit [DBG] from='client.15802 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:05.979 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:06.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:06 smithi116 conmon[40473]: cluster 2024-01-27T23:44:05.434271+0000 mgr.smithi110.unybfe (mgr.14180) 1022 : cluster [DBG] 2024-01-27T23:44:06.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:06 smithi116 conmon[40473]: pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:06.821 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:06 smithi110 conmon[35313]: cluster 2024-01-27T23:44:05.434271+0000 mgr.smithi110.unybfe (mgr.14180) 1022 : cluster [DBG] pgmap v668: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:07.908 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:07.908 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:08.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:08 smithi110 conmon[35313]: cluster 2024-01-27T23:44:07.435117+0000 mgr.smithi110.unybfe (mgr.14180) 1023 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:08.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:08 smithi116 conmon[40473]: cluster 2024-01-27T23:44:07.435117+0000 mgr.smithi110.unybfe (mgr.14180) 1023 : cluster [DBG] pgmap v669: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:08.562 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:09.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:09 smithi110 conmon[35313]: audit 2024-01-27T23:44: 2024-01-27T23:44:09.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:09 smithi110 conmon[35313]: 07.904981+0000 mgr.smithi110.unybfe (mgr.14180) 1024 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:09.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:09 smithi116 conmon[40473]: audit 2024-01-27T23:44:07.904981+0000 mgr.smithi110.unybfe (mgr.14180) 1024 : audit [DBG] from='client.15806 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:09.563 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:10.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:10 smithi110 conmon[35313]: cluster 2024-01-27T23:44:09.435906+0000 mgr.smithi110.unybfe (mgr.14180) 1025 2024-01-27T23:44:10.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:10 smithi110 conmon[35313]: : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:10.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:10 smithi116 conmon[40473]: cluster 2024-01-27T23:44:09.435906+0000 mgr.smithi110.unybfe (mgr.14180) 1025 : cluster [DBG] pgmap v670: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:11.493 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:11.493 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:12.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:12.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:12 smithi116 conmon[40473]: cluster 2024-01-27T23:44:11.436440+0000 mgr.smithi110.unybfe (mgr.14180) 1026 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:12.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:12 smithi116 conmon[40473]: audit 2024-01-27T23:44:12.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:12 smithi116 conmon[40473]: 2024-01-27T23:44:11.490869+0000 mgr.smithi110.unybfe (mgr.14180) 1027 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:12.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:12 smithi110 conmon[35313]: cluster 2024-01-27T23:44:11.436440+0000 mgr.smithi110.unybfe (mgr.14180) 1026 : cluster [DBG] pgmap v671: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:12.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:12 smithi110 conmon[35313]: audit 2024-01-27T23:44:11.490869+0000 mgr.smithi110.unybfe (mgr.14180) 1027 : audit [DBG] from='client.15810 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:13.162 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:13.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:13 smithi116 conmon[40473]: audit 2024-01-27T23:44:13.418116+0000 mon.smithi110 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:44:13.811 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:13 smithi110 conmon[35313]: audit 2024-01-27T23:44:13.418116+0000 mon.smithi110 (mon.0) 709 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-27T23:44:14.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:14 smithi110 conmon[35313]: cluster 2024-01-27T23:44:13.437052+0000 mgr.smithi110.unybfe (mgr.14180) 1028 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:14.692 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:14 smithi110 conmon[35313]: audit 2024-01-27T23:44:13.694882+0000 mon.smithi110 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:14.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:14 smithi116 conmon[40473]: cluster 2024-01-27T23:44:13.437052+0000 mgr.smithi110.unybfe (mgr.14180) 1028 : cluster [DBG] pgmap v672: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:14.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:14 smithi116 conmon[40473]: audit 2024-01-27T23:44:13.694882+0000 mon.smithi110 (mon.0) 710 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:15.068 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:15.068 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:37:35.281767Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:37:32.282319Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:37:35.282032Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:37:32.282479Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:37:32.282558Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:37:32.282644Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:37:32.282709Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:37:35.282276Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:37:32.282963Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:15.872 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:16.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:16 smithi116 conmon[40473]: audit 2024-01-27T23:44:15.065633+0000 mgr.smithi110.unybfe (mgr.14180) 1029 : audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:16.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:16 smithi116 conmon[40473]: audit 2024-01-27T23:44:15.175106+0000 mon.smithi110 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:16.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:16 smithi116 conmon[40473]: cluster 2024-01-27T23:44:15.437850+0000 mgr.smithi110.unybfe (mgr.14180) 1030 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:16.600 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:16 smithi110 conmon[35313]: audit 2024-01-27T23:44:15.065633+0000 mgr.smithi110.unybfe (mgr.14180) 1029 : 2024-01-27T23:44:16.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:16 smithi110 conmon[35313]: audit [DBG] from='client.15814 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:16.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:16 smithi110 conmon[35313]: audit 2024-01-27T23:44:15.175106+0000 mon.smithi110 (mon.0) 711 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:16.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:16 smithi110 conmon[35313]: cluster 2024-01-27T23:44:15.437850+0000 mgr.smithi110.unybfe (mgr.14180) 1030 : cluster [DBG] pgmap v673: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:16.874 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:18.128 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:18 smithi110 conmon[35313]: cluster 2024-01-27T23:44:17.438567+0000 mgr.smithi110.unybfe (mgr.14180) 1031 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:18.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:18 smithi116 conmon[40473]: cluster 2024-01-27T23:44:17.438567+0000 mgr.smithi110.unybfe (mgr.14180) 1031 : cluster [DBG] pgmap v674: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:19.337 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:19.337 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:20.036 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: audit 2024-01-27T23:44:19.190467+0000 mon.smithi110 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: audit 2024-01-27T23:44:19.335515+0000 mgr.smithi110.unybfe (mgr.14180) 1032 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: cluster 2024-01-27T23:44:19.439388+0000 mgr.smithi110.unybfe (mgr.14180) 1033 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: audit 2024-01-27T23:44:19.499551+0000 mon.smithi110 (mon.0) 713 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: audit 2024-01-27T23:44:19.500233+0000 mon.smithi110 (mon.0) 714 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: audit 2024-01-27T23:44:19.504522+0000 mon.smithi110 (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: cluster 2024-01-27T23:44:19.504921+0000 mgr.smithi110.unybfe (mgr.14180) 1034 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: audit 2024-01-27T23:44:19.507914+0000 mon.smithi110 (mon.0) 716 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:44:20.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:20 smithi110 conmon[35313]: cephadm 2024-01-27T23:44:19.513031+0000 mgr.smithi110.unybfe (mgr.14180) 1035 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.rxphsr on smithi116 2024-01-27T23:44:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: audit 2024-01-27T23:44:19.190467+0000 mon.smithi110 (mon.0) 712 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: audit 2024-01-27T 2024-01-27T23:44:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: 23:44:19.335515+0000 mgr.smithi110.unybfe (mgr.14180) 1032 : audit [DBG] from='client.15818 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: cluster 2024-01-27T23:44:19.439388+0000 mgr.smithi110.unybfe (mgr.14180) 1033 : cluster [DBG] pgmap v675: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: audit 2024-01-27T23:44:19.499551+0000 mon.smithi110 (mon.0 2024-01-27T23:44:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: ) 713 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-27T23:44:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: audit 2024-01-27T23:44:19.500233+0000 mon.smithi110 (mon.0) 714 : audit 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth get", "entity": "client.admin"}]: dispatch 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: audit 2024-01-27T23:44:19.504522+0000 mon.smithi110 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: (mon.0) 715 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: cluster 2024-01-27T 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: 23:44:19.504921+0000 mgr.smithi110.unybfe (mgr.14180) 1034 : cluster [DBG] pgmap v676: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: audit 2024-01-27T23:44:19.507914+0000 mon.smithi110 (mon.0 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: ) 716 : audit [DBG] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "osd tree", "states": ["destroyed"], "format": "json"}]: dispatch 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: cephadm 2024- 2024-01-27T23:44:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:20 smithi116 conmon[40473]: 01-27T23:44:19.513031+0000 mgr.smithi110.unybfe (mgr.14180) 1035 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi116.rxphsr on smithi116 2024-01-27T23:44:21.036 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:21.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:21 smithi110 conmon[35313]: cluster 2024-01-27T23:44:20.188752+0000 mon.smithi110 (mon.0) 717 : cluster [INF] 2024-01-27T23:44:21.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:21 smithi110 conmon[35313]: Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:44:21.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:21 smithi110 conmon[35313]: cluster 2024-01-27T23:44:20.188824+0000 mon.smithi110 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-01-27T23:44:21.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:21 smithi116 conmon[40473]: cluster 2024-01-27T23:44:20.188752+0000 mon.smithi110 (mon.0) 717 : cluster [INF] Health check cleared: CEPHADM_DAEMON_PLACE_FAIL (was: Failed to place 4 daemon(s)) 2024-01-27T23:44:21.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:21 smithi116 conmon[40473]: cluster 2024-01-27T23:44:21.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:21 smithi116 conmon[40473]: 2024-01-27T23:44:20.188824+0000 mon.smithi110 (mon.0) 718 : cluster [INF] Cluster is now healthy 2024-01-27T23:44:22.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:22 smithi116 conmon[40473]: cluster 2024-01-27T23:44:21.505329+0000 mgr.smithi110.unybfe (mgr.14180) 1036 : cluster [DBG] pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:22.537 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:22 smithi110 conmon[35313]: cluster 2024-01-27T23:44:21.505329+0000 mgr.smithi110.unybfe (mgr.14180) 1036 : cluster [DBG] 2024-01-27T23:44:22.537 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:22 smithi110 conmon[35313]: pgmap v677: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:22.911 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:22.912 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:23.551 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:23.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:23 smithi110 conmon[35313]: audit 2024-01-27T23:44:22.909415+0000 mgr.smithi110.unybfe (mgr.14180) 1037 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:23.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:23 smithi110 conmon[35313]: cluster 2024-01-27T23:44:23.505844+0000 mgr.smithi110.unybfe (mgr.14180) 1038 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:24.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:23 smithi116 conmon[40473]: audit 2024-01-27T23:44:22.909415+0000 mgr.smithi110.unybfe (mgr.14180) 1037 : audit [DBG] from='client.15822 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:24.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:23 smithi116 conmon[40473]: cluster 2024 2024-01-27T23:44:24.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:23 smithi116 conmon[40473]: -01-27T23:44:23.505844+0000 mgr.smithi110.unybfe (mgr.14180) 1038 : cluster [DBG] pgmap v678: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:24.552 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:25.793 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:25 smithi110 conmon[35313]: cluster 2024-01-27T23:44:25.506468+0000 mgr.smithi110.unybfe (mgr.14180) 1039 : cluster [DBG] 2024-01-27T23:44:25.793 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:25 smithi110 conmon[35313]: pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:26.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:25 smithi116 conmon[40473]: cluster 2024-01-27T23:44:25.506468+0000 mgr.smithi110.unybfe (mgr.14180) 1039 : cluster [DBG] pgmap v679: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:26.446 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:26.446 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:27.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:26 smithi110 conmon[35313]: audit 2024-01-27T23:44:25.859006+0000 mon.smithi110 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:27.122 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:26 smithi110 conmon[35313]: audit 2024-01-27T23:44:26.444255+0000 mgr.smithi110.unybfe (mgr.14180) 1040 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:27.135 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:27.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:26 smithi116 conmon[40473]: audit 2024-01-27T23:44:25.859006+0000 mon.smithi110 (mon.0) 719 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:44:27.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:26 smithi116 conmon[40473]: audit 2024-01-27T23:44:27.277 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:26 smithi116 conmon[40473]: 2024-01-27T23:44:26.444255+0000 mgr.smithi110.unybfe (mgr.14180) 1040 : audit [DBG] from='client.15826 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:28.135 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:28.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:28 smithi110 conmon[35313]: cluster 2024-01-27T23:44:27.507062+0000 mgr.smithi110.unybfe (mgr.14180) 1041 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:28.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:28 smithi116 conmon[40473]: cluster 2024-01-27T23:44:27.507062+0000 mgr.smithi110.unybfe (mgr.14180) 1041 : cluster [DBG] pgmap v680: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:29.796 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:29 smithi110 conmon[35313]: cluster 2024-01-27T23:44:29.507688+0000 mgr.smithi110.unybfe (mgr.14180) 1042 : cluster 2024-01-27T23:44:29.796 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:29 smithi110 conmon[35313]: [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:30.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:29 smithi116 conmon[40473]: cluster 2024-01-27T23:44:29.507688+0000 mgr.smithi110.unybfe (mgr.14180) 1042 : cluster [DBG] pgmap v681: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:30.174 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:30.174 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:30.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:30 smithi110 conmon[35313]: audit 2024-01-27T23:44:30.172634+0000 mgr.smithi110.unybfe (mgr.14180) 1043 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:30.852 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:31.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:30 smithi116 conmon[40473]: audit 2024-01-27T23:44:30.172634+0000 mgr.smithi110.unybfe (mgr.14180) 1043 : audit [DBG] from='client.15830 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:31.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:31 smithi110 conmon[35313]: cluster 2024-01-27T23:44:31.508354+0000 mgr.smithi110.unybfe (mgr.14180) 1044 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:31.853 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:32.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:31 smithi116 conmon[40473]: cluster 2024-01-27T23:44:31.508354+0000 mgr.smithi110.unybfe (mgr.14180) 1044 : cluster [DBG] pgmap v682: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:33.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:33 smithi110 conmon[35313]: cluster 2024-01-27T23:44:33.508880+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:44:33.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:33 smithi110 conmon[35313]: .14180) 1045 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:33.868 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:33.868 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:34.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:33 smithi116 conmon[40473]: cluster 2024-01-27T23:44:33.508880+0000 mgr.smithi110.unybfe (mgr.14180) 1045 : cluster [DBG] pgmap v683: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:34.559 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:34.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:34 smithi110 conmon[35313]: audit 2024-01-27T23:44:33.866483+0000 mgr.smithi110.unybfe (mgr.14180) 1046 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:35.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:34 smithi116 conmon[40473]: audit 2024-01-27T23:44:33.866483+0000 mgr.smithi110.unybfe (mgr.14180) 1046 : audit [DBG] from='client.15834 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:35.560 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:35.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:35 smithi110 conmon[35313]: cluster 2024-01-27T23:44:35.509588+0000 mgr.smithi110.unybfe (mgr.14180) 1047 2024-01-27T23:44:35.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:35 smithi110 conmon[35313]: : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:36.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:35 smithi116 conmon[40473]: cluster 2024-01-27T23:44:35.509588+0000 mgr.smithi110.unybfe (mgr.14180) 1047 : cluster [DBG] pgmap v684: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:37.354 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:37.354 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:38.008 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:38.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:38 smithi110 conmon[35313]: audit 2024-01-27T23:44:37.351589+0000 mgr.smithi110.unybfe (mgr.14180) 1048 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:38.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:38 smithi110 conmon[35313]: cluster 2024-01-27T23:44:37.510039+0000 mgr.smithi110.unybfe (mgr.14180) 1049 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:38.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:38 smithi116 conmon[40473]: audit 2024-01-27T23:44:37.351589+0000 mgr.smithi110.unybfe (mgr.14180) 1048 : audit [DBG] from='client.15838 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:38.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:38 smithi116 conmon[40473]: cluster 2024-01-27T23:44:37.510039+0000 2024-01-27T23:44:38.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:38 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 1049 : cluster [DBG] pgmap v685: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:39.009 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:39.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:39 smithi110 conmon[35313]: cluster 2024-01-27T23:44:39.510600+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:44:39.688 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:39 smithi110 conmon[35313]: ) 1050 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:40.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:39 smithi116 conmon[40473]: cluster 2024-01-27T23:44:39.510600+0000 mgr.smithi110.unybfe (mgr.14180) 1050 : cluster [DBG] pgmap v686: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:40.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:39 smithi116 conmon[40473]: 2024-01-27T23:44:40.911 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:40.911 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:41.532 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:41.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:41 smithi110 conmon[35313]: audit 2024-01-27T23:44:40.908729+0000 mgr.smithi110.unybfe (mgr.14180) 1051 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:41.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:41 smithi110 conmon[35313]: cluster 2024-01-27T23:44:41.510984+0000 mgr.smithi110.unybfe (mgr.14180) 1052 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:42.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:41 smithi116 conmon[40473]: audit 2024-01-27T23:44:40.908729+0000 mgr.smithi110.unybfe (mgr.14180) 1051 : audit [DBG] from='client.15842 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:42.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:41 smithi116 conmon[40473]: cluster 2024-01-27T23:44:41.510984+0000 2024-01-27T23:44:42.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:41 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 1052 : cluster [DBG] pgmap v687: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:42.533 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:43.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:43 smithi110 conmon[35313]: cluster 2024-01-27T23:44:43.511572+0000 mgr.smithi110.unybfe (mgr.14180) 1053 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:43.842 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:43 smithi110 conmon[35313]: 2024-01-27T23:44:44.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:43 smithi116 conmon[40473]: cluster 2024-01-27T23:44:43.511572+0000 mgr.smithi110.unybfe (mgr.14180) 1053 : cluster [DBG] pgmap v688: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:44.434 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:44.435 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:44.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:44 smithi110 conmon[35313]: audit 2024-01-27T23:44:44.431601+0000 mgr.smithi110.unybfe (mgr.14180) 1054 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:45.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:44 smithi116 conmon[40473]: audit 2024-01-27T23:44:44.431601+0000 mgr.smithi110.unybfe (mgr.14180) 1054 : audit [DBG] from='client.15846 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:45.123 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:46.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:45 smithi116 conmon[40473]: cluster 2024-01-27T23:44:45.512138+0000 mgr.smithi110.unybfe (mgr.14180) 1055 : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:46.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:45 smithi110 conmon[35313]: cluster 2024-01-27T23:44:45.512138+0000 mgr.smithi110.unybfe (mgr.14180) 1055 2024-01-27T23:44:46.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:45 smithi110 conmon[35313]: : cluster [DBG] pgmap v689: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:46.124 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:48.001 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:48.001 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:48.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:48 smithi110 conmon[35313]: cluster 2024-01-27T23:44:47.512697+0000 mgr.smithi110.unybfe (mgr.14180) 1056 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:48 smithi116 conmon[40473]: cluster 2024-01-27T23:44:47.512697+0000 mgr.smithi110.unybfe (mgr.14180) 1056 : cluster [DBG] pgmap v690: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:48.622 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:49.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:49 smithi110 conmon[35313]: audit 2024-01-27T23:44:47.999150+0000 mgr.smithi110.unybfe (mgr.14180) 1057 : audit 2024-01-27T23:44:49.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:49 smithi110 conmon[35313]: [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:49.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:49 smithi116 conmon[40473]: audit 2024-01-27T23:44:47.999150+0000 mgr.smithi110.unybfe (mgr.14180) 1057 : audit [DBG] from='client.15850 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:49.624 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:50.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:50 smithi110 conmon[35313]: cluster 2024-01-27T23:44:49.513369+0000 mgr.smithi110.unybfe (mgr.14180) 1058 : cluster 2024-01-27T23:44:50.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:50 smithi110 conmon[35313]: [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:50.526 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:50 smithi116 conmon[40473]: cluster 2024-01-27T23:44:49.513369+0000 mgr.smithi110.unybfe (mgr.14180) 1058 : cluster [DBG] pgmap v691: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:51.541 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:51.541 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:51.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:51 smithi110 conmon[35313]: cluster 2024-01-27T23:44:51.513880+0000 mgr.smithi110.unybfe (mgr.14180) 1059 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:51.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:51 smithi110 conmon[35313]: audit 2024-01-27T23:44:51.538381+0000 mgr.smithi110.unybfe (mgr.14180) 1060 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:52.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:51 smithi116 conmon[40473]: cluster 2024-01-27T23:44:51.513880+0000 mgr.smithi110.unybfe (mgr.14180) 1059 : cluster [DBG] pgmap v692: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:52.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:51 smithi116 conmon[40473]: audit 2024-01-27T23:44:51.538381+0000 mgr.smithi110.unybfe (mgr.14180) 1060 : audit [DBG] from='client.15854 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:52.197 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:53.199 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:53.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:53 smithi110 conmon[35313]: cluster 2024-01-27T23:44:53.514453+0000 mgr.smithi110.unybfe (mgr.14180) 1061 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:54.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:53 smithi116 conmon[40473]: cluster 2024-01-27T23:44:53.514453+0000 mgr.smithi110.unybfe (mgr.14180) 1061 : cluster [DBG] pgmap v693: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:55.001 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:55.001 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:55.698 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:55.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:55 smithi110 conmon[35313]: audit 2024-01-27T23:44:54.998505+0000 mgr.smithi110.unybfe (mgr.14180) 1062 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:55.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:55 smithi110 conmon[35313]: cluster 2024-01-27T23:44:55.515105+0000 mgr.smithi110.unybfe (mgr.14180) 1063 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:56.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:55 smithi116 conmon[40473]: audit 2024-01-27T23:44:54.998505+0000 mgr.smithi110.unybfe (mgr.14180) 1062 : audit [DBG] from='client.15858 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:56.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:55 smithi116 conmon[40473]: cluster 2024-01-27T23:44:56.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:55 smithi116 conmon[40473]: 2024-01-27T23:44:55.515105+0000 mgr.smithi110.unybfe (mgr.14180) 1063 : cluster [DBG] pgmap v694: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:56.699 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:44:58.222 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:58 smithi110 conmon[35313]: cluster 2024-01-27T23:44:57.515561+0000 mgr.smithi110.unybfe (mgr.14180) 1064 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:58.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:58 smithi116 conmon[40473]: cluster 2024-01-27T23:44:57.515561+0000 mgr.smithi110.unybfe (mgr.14180) 1064 : cluster [DBG] pgmap v695: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:44:58.547 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:44:58.547 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:44:59.205 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:44:59.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:44:59 smithi110 conmon[35313]: audit 2024-01-27T23:44:58.544545+0000 mgr.smithi110.unybfe (mgr.14180) 1065 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:44:59.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:44:59 smithi116 conmon[40473]: audit 2024-01-27T23:44:58.544545+0000 mgr.smithi110.unybfe (mgr.14180) 1065 : audit [DBG] from='client.15862 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:00.206 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:00.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:00 smithi110 conmon[35313]: cluster 2024-01-27T23:44:59.516279+0000 mgr.smithi110.unybfe (mgr.14180) 1066 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:00.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:00 smithi116 conmon[40473]: cluster 2024-01-27T23:44:59.516279+0000 mgr.smithi110.unybfe (mgr.14180) 1066 : cluster [DBG] pgmap v696: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:01.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:01 smithi110 conmon[35313]: cluster 2024-01-27T23:45:01.517009+0000 mgr.smithi110.unybfe (mgr.14180) 1067 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:02.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:01 smithi116 conmon[40473]: cluster 2024-01-27T23:45:01.517009+0000 mgr.smithi110.unybfe (mgr.14180) 1067 : cluster [DBG] pgmap v697: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:02.062 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:02.063 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:02.723 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:03.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:03 smithi110 conmon[35313]: audit 2024-01-27T23:45:02.059938+0000 mgr.smithi110.unybfe (mgr.14180) 1068 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:03.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:03 smithi116 conmon[40473]: audit 2024-01-27T23:45:02.059938+0000 mgr.smithi110.unybfe (mgr.14180) 1068 : audit [DBG] from='client.15866 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:03.723 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:04.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:04 smithi110 conmon[35313]: cluster 2024-01-27T23:45: 2024-01-27T23:45:04.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:04 smithi110 conmon[35313]: 03.517699+0000 mgr.smithi110.unybfe (mgr.14180) 1069 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:04.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:04 smithi116 conmon[40473]: cluster 2024-01-27T23:45:03.517699+0000 mgr.smithi110.unybfe (mgr.14180) 1069 : cluster [DBG] pgmap v698: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:05.561 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:05.562 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:05.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:05 smithi110 conmon[35313]: cluster 2024-01-27T23:45:05.518201+0000 mgr.smithi110.unybfe (mgr.14180) 1070 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:06.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:05 smithi116 conmon[40473]: cluster 2024-01-27T23:45:05.518201+0000 mgr.smithi110.unybfe (mgr.14180) 1070 : cluster [DBG] pgmap v699: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:06.415 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:06.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:06 smithi110 conmon[35313]: audit 2024-01-27T23:45:05.559446+0000 mgr.smithi110.unybfe (mgr.14180) 1071 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:07.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:06 smithi116 conmon[40473]: audit 2024-01-27T23:45:05.559446+0000 mgr.smithi110.unybfe (mgr.14180) 1071 : audit [DBG] from='client.15870 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:07.417 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:08.350 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:08 smithi110 conmon[35313]: cluster 2024-01-27T23:45:07.518655+0000 mgr.smithi110.unybfe (mgr.14180) 1072 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:08.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:08 smithi116 conmon[40473]: cluster 2024-01-27T23:45:07.518655+0000 mgr.smithi110.unybfe (mgr.14180) 1072 : cluster [DBG] pgmap v700: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:09.413 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:09.413 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:09.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:09 smithi110 conmon[35313]: audit 2024-01-27T23:45:09.410486+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:45:09.647 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:09 smithi110 conmon[35313]: ) 1073 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:09.648 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:09 smithi110 conmon[35313]: cluster 2024-01-27T23:45:09.519186+0000 mgr.smithi110.unybfe (mgr.14180) 1074 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:10.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:09 smithi116 conmon[40473]: audit 2024-01-27T23:45:09.410486+0000 mgr.smithi110.unybfe (mgr.14180) 1073 : audit [DBG] from='client.15874 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:10.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:09 smithi116 conmon[40473]: cluster 2024-01-27T23:45:09.519186+0000 mgr.smithi110.unybfe (mgr.14180) 1074 : cluster [DBG] pgmap v701: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:10.062 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:11.062 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:11.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:11 smithi110 conmon[35313]: cluster 2024-01-27T23:45:11.519630 2024-01-27T23:45:11.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:11 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 1075 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:12.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:11 smithi116 conmon[40473]: cluster 2024-01-27T23:45:11.519630+0000 mgr.smithi110.unybfe (mgr.14180) 1075 : cluster [DBG] pgmap v702: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:12.934 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:12.935 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:13.628 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:13.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:13 smithi110 conmon[35313]: audit 2024-01-27T23:45:12.931642+0000 mgr.smithi110.unybfe (mgr.14180) 1076 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:13.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:13 smithi110 conmon[35313]: cluster 2024-01-27T23:45:13.520373+0000 mgr.smithi110.unybfe (mgr.14180) 1077 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:14.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:13 smithi116 conmon[40473]: audit 2024-01-27T23:45:12.931642+0000 mgr.smithi110.unybfe (mgr.14180) 1076 : audit [DBG] from='client.15878 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:14.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:13 smithi116 conmon[40473]: 2024-01-27T23:45:14.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:13 smithi116 conmon[40473]: cluster 2024-01-27T23:45:13.520373+0000 mgr.smithi110.unybfe (mgr.14180) 1077 : cluster [DBG] pgmap v703: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:14.629 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:15.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:15 smithi110 conmon[35313]: cluster 2024-01-27T23:45:15.520889+0000 mgr.smithi110.unybfe (mgr.14180) 1078 2024-01-27T23:45:15.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:15 smithi110 conmon[35313]: : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:16.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:15 smithi116 conmon[40473]: cluster 2024-01-27T23:45:15.520889+0000 mgr.smithi110.unybfe (mgr.14180) 1078 : cluster [DBG] pgmap v704: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:16.511 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:16.512 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:16.850 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:16 smithi110 conmon[35313]: audit 2024-01-27T23:45:16.508358+0000 mgr.smithi110.unybfe (mgr.14180) 1079 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:17.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:16 smithi116 conmon[40473]: audit 2024-01-27T23:45:16.508358+0000 mgr.smithi110.unybfe (mgr.14180) 1079 : audit [DBG] from='client.15882 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:17.204 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:18.204 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:18.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:18 smithi110 conmon[35313]: cluster 2024-01-27T23:45:17.521460+0000 mgr.smithi110.unybfe (mgr.14180) 1080 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:18.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:18 smithi116 conmon[40473]: cluster 2024-01-27T23:45:17.521460+0000 mgr.smithi110.unybfe (mgr.14180) 1080 : cluster [DBG] pgmap v705: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:19.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:19 smithi110 conmon[35313]: cluster 2024-01-27T23:45:19.522306+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:45:19.697 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:19 smithi110 conmon[35313]: .14180) 1081 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:20.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:19 smithi116 conmon[40473]: cluster 2024-01-27T23:45:19.522306+0000 mgr.smithi110.unybfe (mgr.14180) 1081 : cluster [DBG] pgmap v706: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:20.071 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:20.071 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:20.735 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:21.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:20 smithi116 conmon[40473]: audit 2024-01-27T23:45:20.068541+0000 mgr.smithi110.unybfe (mgr.14180) 1082 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:21.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:20 smithi110 conmon[35313]: audit 2024-01-27T23:45:20.068541+0000 mgr.smithi110.unybfe (mgr.14180) 1082 : audit [DBG] from='client.15886 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:21.735 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:22.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:21 smithi116 conmon[40473]: cluster 2024-01-27T23:45:21.522929+0000 mgr.smithi110.unybfe (mgr.14180) 1083 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:22.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:21 smithi110 conmon[35313]: cluster 2024-01-27T23:45:21.522929+0000 mgr.smithi110.unybfe (mgr.14180) 1083 : cluster [DBG] pgmap v707: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:23.588 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:23.588 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:24.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:23 smithi116 conmon[40473]: cluster 2024-01-27T23:45:23.523473+0000 mgr.smithi110.unybfe (mgr.14180) 1084 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:24.100 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:23 smithi110 conmon[35313]: cluster 2024-01-27T23:45:23.523473+0000 mgr.smithi110.unybfe (mgr.14180) 1084 : cluster [DBG] pgmap v708: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:24.260 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:25.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:24 smithi116 conmon[40473]: audit 2024-01-27T23:45:23.585529+0000 mgr.smithi110.unybfe (mgr.14180) 1085 : audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:25.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:24 smithi110 conmon[35313]: audit 2024-01-27T23:45:23.585529+0000 mgr.smithi110.unybfe (mgr.14180) 1085 : 2024-01-27T23:45:25.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:24 smithi110 conmon[35313]: audit [DBG] from='client.15890 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:25.261 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:25.917 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:25 smithi110 conmon[35313]: cluster 2024-01-27T23:45:25.523988+0000 mgr.smithi110.unybfe (mgr.14180) 1086 : 2024-01-27T23:45:25.918 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:25 smithi110 conmon[35313]: cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:26.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:25 smithi116 conmon[40473]: cluster 2024-01-27T23:45:25.523988+0000 mgr.smithi110.unybfe (mgr.14180) 1086 : cluster [DBG] pgmap v709: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:27.144 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:27.145 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:27.735 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:28.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:28 smithi110 conmon[35313]: audit 2024-01-27T23:45:27.142467+0000 mgr.smithi110.unybfe (mgr.14180) 1087 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:28.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:28 smithi110 conmon[35313]: cluster 2024-01-27T23:45:27.524504+0000 mgr.smithi110.unybfe (mgr.14180) 1088 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:28.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:28 smithi116 conmon[40473]: audit 2024-01-27T23:45:27.142467+0000 mgr.smithi110.unybfe (mgr.14180) 1087 : audit [DBG] from='client.15894 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:28.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:28 smithi116 conmon[40473]: cluster 2024-01-27T23:45:27.524504+0000 mgr.smithi110.unybfe (mgr.14180) 1088 : cluster [DBG] pgmap v710: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:28.736 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:30.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:29 smithi116 conmon[40473]: cluster 2024-01-27T23:45:29.525021+0000 mgr.smithi110.unybfe (mgr.14180) 1089 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:30.090 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:29 smithi110 conmon[35313]: cluster 2024-01-27T23:45:29.525021+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:45:30.091 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:29 smithi110 conmon[35313]: 1089 : cluster [DBG] pgmap v711: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:30.699 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:30.699 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:31.394 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:31.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:31 smithi110 conmon[35313]: audit 2024-01-27T23:45:30.696715+0000 mgr.smithi110.unybfe (mgr.14180) 1090 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:31.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:31 smithi110 conmon[35313]: cluster 2024-01-27T23:45:31.525552+0000 mgr.smithi110.unybfe (mgr.14180) 1091 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:32.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:31 smithi116 conmon[40473]: audit 2024-01-27T23:45:30.696715+0000 mgr.smithi110.unybfe (mgr.14180) 1090 : audit [DBG] from='client.15898 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:32.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:31 smithi116 conmon[40473]: cluster 2024-01-27T23:45:32.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:31 smithi116 conmon[40473]: 2024-01-27T23:45:31.525552+0000 mgr.smithi110.unybfe (mgr.14180) 1091 : cluster [DBG] pgmap v712: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:32.395 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:33.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:33 smithi110 conmon[35313]: cluster 2024-01-27T23:45:33.526070+0000 mgr.smithi110.unybfe (mgr.14180) 1092 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:34.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:33 smithi116 conmon[40473]: cluster 2024-01-27T23:45:33.526070+0000 mgr.smithi110.unybfe (mgr.14180) 1092 : cluster [DBG] pgmap v713: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:34.234 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:34.234 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:34.911 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:34 smithi110 conmon[35313]: audit 2024-01-27T23:45:34.231006+0000 mgr.smithi110.unybfe (mgr.14180) 1093 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:34.926 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:35.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:34 smithi116 conmon[40473]: audit 2024-01-27T23:45:34.231006+0000 mgr.smithi110.unybfe (mgr.14180) 1093 : audit [DBG] from='client.15902 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:35.928 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:35.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:35 smithi110 conmon[35313]: cluster 2024-01-27T23:45:35.526702+0000 mgr.smithi110.unybfe (mgr.14180) 1094 : cluster [DBG] 2024-01-27T23:45:35.961 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:35 smithi110 conmon[35313]: pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:36.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:35 smithi116 conmon[40473]: cluster 2024-01-27T23:45:35.526702+0000 mgr.smithi110.unybfe (mgr.14180) 1094 : cluster [DBG] pgmap v714: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:37.796 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:37.796 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:38.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:38 smithi110 conmon[35313]: cluster 2024-01-27T23:45:37.527136+0000 mgr.smithi110.unybfe (mgr.14180) 1095 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:38.450 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:38.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:38 smithi116 conmon[40473]: cluster 2024-01-27T23:45:37.527136+0000 mgr.smithi110.unybfe (mgr.14180) 1095 : cluster [DBG] pgmap v715: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:39.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:39 smithi110 conmon[35313]: audit 2024-01-27T23:45:37.793932+0000 mgr.smithi110.unybfe (mgr.14180) 1096 : audit [DBG] 2024-01-27T23:45:39.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:39 smithi110 conmon[35313]: from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:39.451 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:39.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:39 smithi116 conmon[40473]: audit 2024-01-27T23:45:37.793932+0000 mgr.smithi110.unybfe (mgr.14180) 1096 : audit [DBG] from='client.15906 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:40.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:40 smithi110 conmon[35313]: cluster 2024-01-27T23:45:39.527787+0000 mgr.smithi110.unybfe ( 2024-01-27T23:45:40.293 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:40 smithi110 conmon[35313]: mgr.14180) 1097 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:40.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:40 smithi116 conmon[40473]: cluster 2024-01-27T23:45:39.527787+0000 mgr.smithi110.unybfe (mgr.14180) 1097 : cluster [DBG] pgmap v716: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:41.385 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:41.386 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:41.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:41 smithi110 conmon[35313]: audit 2024-01-27T23:45:41.381968+0000 mgr.smithi110.unybfe (mgr.14180) 1098 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:41.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:41 smithi110 conmon[35313]: cluster 2024-01-27T23:45:41.528191+0000 mgr.smithi110.unybfe (mgr.14180) 1099 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:42.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:41 smithi116 conmon[40473]: audit 2024-01-27T23:45:41.381968+0000 mgr.smithi110.unybfe (mgr.14180) 1098 : audit [DBG] from='client.15910 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:42.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:41 smithi116 conmon[40473]: cluster 2024-01-27T23:45:41.528191+0000 mgr.smithi110.unybfe (mgr.14180) 1099 : cluster [DBG] pgmap v717: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:42.100 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:43.101 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:43.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:43 smithi110 conmon[35313]: cluster 2024-01-27T23:45:43.528829+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:45:43.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:43 smithi110 conmon[35313]: 1100 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:44.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:43 smithi116 conmon[40473]: cluster 2024-01-27T23:45:43.528829+0000 mgr.smithi110.unybfe (mgr.14180) 1100 : cluster [DBG] pgmap v718: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:44.950 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:44.950 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:45.631 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:46.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:45 smithi116 conmon[40473]: audit 2024-01-27T23:45:44.947141+0000 mgr.smithi110.unybfe (mgr.14180) 1101 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:46.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:45 smithi116 conmon[40473]: cluster 2024-01-27T23:45:45.529590+0000 mgr.smithi110.unybfe (mgr.14180) 1102 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:46.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:45 smithi110 conmon[35313]: audit 2024-01-27T23:45:44.947141+0000 mgr.smithi110.unybfe (mgr.14180) 1101 : audit [DBG] from='client.15914 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:46.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:45 smithi110 conmon[35313]: cluster 2024-01-27T23:45:45.529590+0000 mgr.smithi110.unybfe (mgr.14180) 1102 : cluster [DBG] pgmap v719: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:46.633 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:48.159 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:48 smithi110 conmon[35313]: cluster 2024-01-27T23:45:47.530116+0000 mgr.smithi110.unybfe (mgr.14180) 1103 : cluster [DBG] 2024-01-27T23:45:48.160 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:48 smithi110 conmon[35313]: pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:48.498 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:48.498 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:48 smithi116 conmon[40473]: cluster 2024-01-27T23:45:47.530116+0000 mgr.smithi110.unybfe (mgr.14180) 1103 : cluster [DBG] pgmap v720: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:49.150 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:49.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:49 smithi110 conmon[35313]: audit 2024-01-27T23:45:48.495509+0000 mgr.smithi110.unybfe (mgr.14180) 1104 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:49.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:49 smithi116 conmon[40473]: audit 2024-01-27T23:45:48.495509+0000 mgr.smithi110.unybfe (mgr.14180) 1104 : audit [DBG] from='client.15918 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:50.151 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:50.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:50 smithi110 conmon[35313]: cluster 2024-01-27T23:45:49.530806+0000 mgr.smithi110.unybfe (mgr.14180) 1105 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:50.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:50 smithi116 conmon[40473]: cluster 2024-01-27T23:45:49.530806+0000 mgr.smithi110.unybfe (mgr.14180) 1105 : cluster [DBG] pgmap v721: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:51.684 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:51 smithi110 conmon[35313]: cluster 2024-01-27T23:45:51.531285+0000 mgr.smithi110.unybfe (mgr.14180) 1106 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:52.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:51 smithi116 conmon[40473]: cluster 2024-01-27T23:45:51.531285+0000 mgr.smithi110.unybfe (mgr.14180) 1106 : cluster [DBG] pgmap v722: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:52.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:51 smithi116 conmon[40473]: 2024-01-27T23:45:52.061 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:52.061 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:52.707 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:53.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:53 smithi110 conmon[35313]: audit 2024-01-27T23:45:52.059059+0000 mgr.smithi110.unybfe (mgr.14180) 1107 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:53.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:53 smithi116 conmon[40473]: audit 2024-01-27T23:45:52.059059+0000 mgr.smithi110.unybfe (mgr.14180) 1107 : audit [DBG] from='client.15922 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:53.708 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:54.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:54 smithi110 conmon[35313]: cluster 2024-01-27T23:45:53.532152+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:45:54.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:54 smithi110 conmon[35313]: 1108 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:54.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:54 smithi116 conmon[40473]: cluster 2024-01-27T23:45:53.532152+0000 mgr.smithi110.unybfe (mgr.14180) 1108 : cluster [DBG] pgmap v723: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:55.564 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:55.564 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:55.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:55 smithi110 conmon[35313]: cluster 2024-01-27T23:45:55.532765+0000 mgr.smithi110.unybfe (mgr.14180) 1109 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:56.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:55 smithi116 conmon[40473]: cluster 2024-01-27T23:45:55.532765+0000 mgr.smithi110.unybfe (mgr.14180) 1109 : cluster [DBG] pgmap v724: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:56.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:55 smithi116 conmon[40473]: 2024-01-27T23:45:56.248 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:45:57.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:56 smithi116 conmon[40473]: audit 2024-01-27T23:45:55.558954+0000 mgr.smithi110.unybfe (mgr.14180) 1110 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:57.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:56 smithi110 conmon[35313]: audit 2024-01-27T23:45:55.558954+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:45:57.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:56 smithi110 conmon[35313]: .14180) 1110 : audit [DBG] from='client.15926 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:45:57.248 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:45:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:58 smithi110 conmon[35313]: cluster 2024-01-27T23:45:57.533292+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:45:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:58 smithi110 conmon[35313]: 1111 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:58.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:58 smithi116 conmon[40473]: cluster 2024-01-27T23:45:57.533292+0000 mgr.smithi110.unybfe (mgr.14180) 1111 : cluster [DBG] pgmap v725: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:45:59.150 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:45:59.150 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:45:59.838 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:00.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:59 smithi116 conmon[40473]: audit 2024-01-27T23:45:59.147331+0000 mgr.smithi110.unybfe (mgr.14180) 1112 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:00.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:45:59 smithi116 conmon[40473]: cluster 2024-01-27T23:45:59.534017+0000 mgr.smithi110.unybfe (mgr.14180) 1113 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:00.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:59 smithi110 conmon[35313]: audit 2024-01-27T23:45:59.147331+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:46:00.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:59 smithi110 conmon[35313]: 14180) 1112 : audit [DBG] from='client.15930 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:00.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:45:59 smithi110 conmon[35313]: cluster 2024-01-27T23:45:59.534017+0000 mgr.smithi110.unybfe (mgr.14180) 1113 : cluster [DBG] pgmap v726: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:00.839 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:02.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:01 smithi116 conmon[40473]: cluster 2024-01-27T23:46:01.534456+0000 mgr.smithi110.unybfe (mgr.14180) 1114 : cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:02.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:01 smithi110 conmon[35313]: cluster 2024-01-27T23:46:01.534456+0000 mgr.smithi110.unybfe (mgr.14180) 1114 : 2024-01-27T23:46:02.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:01 smithi110 conmon[35313]: cluster [DBG] pgmap v727: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:02.828 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:02.828 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:03.464 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:03.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:03 smithi110 conmon[35313]: audit 2024-01-27T23:46:02.824940+0000 mgr.smithi110.unybfe (mgr.14180) 1115 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:03.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:03 smithi110 conmon[35313]: cluster 2024-01-27T23:46:03.535094+0000 mgr.smithi110.unybfe (mgr.14180) 1116 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:04.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:03 smithi116 conmon[40473]: audit 2024-01-27T23:46:02.824940+0000 mgr.smithi110.unybfe (mgr.14180) 1115 : audit [DBG] from='client.15934 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:04.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:03 smithi116 conmon[40473]: cluster 2024-01-27T23:46:03.535094+0000 mgr.smithi110.unybfe ( 2024-01-27T23:46:04.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:03 smithi116 conmon[40473]: mgr.14180) 1116 : cluster [DBG] pgmap v728: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:04.465 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:05.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:05 smithi110 conmon[35313]: cluster 2024-01-27T23:46:05.535682+0000 mgr.smithi110.unybfe (mgr.14180) 1117 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:06.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:05 smithi116 conmon[40473]: cluster 2024-01-27T23:46:05.535682+0000 mgr.smithi110.unybfe (mgr.14180) 1117 : cluster [DBG] pgmap v729: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:06.468 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:06.468 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:06.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:06 smithi110 conmon[35313]: audit 2024-01-27T23:46:06.464692+0000 mgr.smithi110.unybfe (mgr.14180) 1118 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:07.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:06 smithi116 conmon[40473]: audit 2024-01-27T23:46:06.464692+0000 mgr.smithi110.unybfe (mgr.14180) 1118 : audit [DBG] from='client.15938 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:07.180 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:08.181 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:08.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:08 smithi110 conmon[35313]: cluster 2024-01-27T23:46:07.536170+0000 mgr.smithi110.unybfe (mgr.14180) 1119 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:08.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:08 smithi116 conmon[40473]: cluster 2024-01-27T23:46:07.536170+0000 mgr.smithi110.unybfe (mgr.14180) 1119 : cluster [DBG] pgmap v730: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:09.724 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:09 smithi110 conmon[35313]: cluster 2024-01-27T23:46:09.536777+0000 mgr.smithi110.unybfe (mgr.14180) 1120 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:10.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:09 smithi116 conmon[40473]: cluster 2024-01-27T23:46:09.536777+0000 mgr.smithi110.unybfe (mgr.14180) 1120 : cluster [DBG] pgmap v731: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:10.142 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:10.142 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:10.803 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:11.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:10 smithi116 conmon[40473]: audit 2024-01-27T23:46:10.139357+0000 mgr.smithi110.unybfe (mgr.14180) 1121 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:11.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:10 smithi110 conmon[35313]: audit 2024-01-27T23:46:10.139357+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:46:11.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:10 smithi110 conmon[35313]: ) 1121 : audit [DBG] from='client.15942 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:11.804 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:12.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:11 smithi116 conmon[40473]: cluster 2024-01-27T23:46:11.537594+0000 mgr.smithi110.unybfe (mgr.14180) 1122 : cluster [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:12.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:11 smithi110 conmon[35313]: cluster 2024-01-27T23:46:11.537594+0000 mgr.smithi110.unybfe (mgr.14180) 1122 : cluster 2024-01-27T23:46:12.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:11 smithi110 conmon[35313]: [DBG] pgmap v732: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:13.713 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:13.714 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:13.955 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:13 smithi110 conmon[35313]: cluster 2024-01-27T23:46:13.538069+0000 mgr.smithi110.unybfe (mgr.14180) 1123 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:14.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:13 smithi116 conmon[40473]: cluster 2024-01-27T23:46:13.538069+0000 mgr.smithi110.unybfe (mgr.14180) 1123 : cluster [DBG] pgmap v733: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:14.380 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:14.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:14 smithi110 conmon[35313]: audit 2024-01-27T23:46:13.710123+0000 mgr.smithi110.unybfe ( 2024-01-27T23:46:14.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:14 smithi110 conmon[35313]: mgr.14180) 1124 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:15.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:14 smithi116 conmon[40473]: audit 2024-01-27T23:46:13.710123+0000 mgr.smithi110.unybfe (mgr.14180) 1124 : audit [DBG] from='client.15946 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:15.381 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:15.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:15 smithi110 conmon[35313]: cluster 2024-01-27T23:46:15.538529+0000 mgr.smithi110.unybfe (mgr.14180) 1125 : cluster 2024-01-27T23:46:15.822 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:15 smithi110 conmon[35313]: [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:16.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:15 smithi116 conmon[40473]: cluster 2024-01-27T23:46:15.538529+0000 mgr.smithi110.unybfe (mgr.14180) 1125 : cluster [DBG] pgmap v734: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:17.204 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:17.205 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:17.879 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:18.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:18 smithi110 conmon[35313]: audit 2024-01-27T23:46:17.201231+0000 mgr.smithi110.unybfe (mgr.14180) 1126 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:18.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:18 smithi110 conmon[35313]: cluster 2024-01-27T23:46:17.538938+0000 mgr.smithi110.unybfe (mgr.14180) 1127 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:18.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:18 smithi116 conmon[40473]: audit 2024-01-27T23:46:17.201231+0000 mgr.smithi110.unybfe (mgr.14180) 1126 : audit [DBG] from='client.15950 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:18.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:18 smithi116 conmon[40473]: cluster 2024-01-27T23:46:17.538938+0000 2024-01-27T23:46:18.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:18 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 1127 : cluster [DBG] pgmap v735: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:18.880 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:20.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:19 smithi116 conmon[40473]: cluster 2024-01-27T23:46:19.539492+0000 mgr.smithi110.unybfe (mgr.14180) 1128 : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:20.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:19 smithi116 conmon[40473]: 2024-01-27T23:46:20.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:19 smithi110 conmon[35313]: cluster 2024-01-27T23:46:19.539492+0000 mgr.smithi110.unybfe (mgr.14180) 1128 2024-01-27T23:46:20.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:19 smithi110 conmon[35313]: : cluster [DBG] pgmap v736: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:20.734 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:20.734 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:21.419 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:21.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:21 smithi110 conmon[35313]: audit 2024-01-27T23:46:20.730560+0000 mgr.smithi110.unybfe (mgr.14180) 1129 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:21.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:21 smithi110 conmon[35313]: cluster 2024-01-27T23:46:21.539898+0000 mgr.smithi110.unybfe (mgr.14180) 1130 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:22.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:21 smithi116 conmon[40473]: audit 2024-01-27T23:46:20.730560+0000 mgr.smithi110.unybfe (mgr.14180) 1129 : audit [DBG] from='client.15954 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:22.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:21 smithi116 conmon[40473]: cluster 2024-01-27T23:46:21.539898+0000 2024-01-27T23:46:22.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:21 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 1130 : cluster [DBG] pgmap v737: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:22.420 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:23.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:23 smithi110 conmon[35313]: cluster 2024-01-27T23:46:23.540627+0000 mgr.smithi110.unybfe (mgr.14180) 1131 : 2024-01-27T23:46:23.956 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:23 smithi110 conmon[35313]: cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:24.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:23 smithi116 conmon[40473]: cluster 2024-01-27T23:46:23.540627+0000 mgr.smithi110.unybfe (mgr.14180) 1131 : cluster [DBG] pgmap v738: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:24.322 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:24.322 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:24.977 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:24 smithi110 conmon[35313]: audit 2024-01-27T23:46:24.318740+0000 mgr.smithi110.unybfe (mgr.14180) 1132 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:24.995 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:25.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:24 smithi116 conmon[40473]: audit 2024-01-27T23:46:24.318740+0000 mgr.smithi110.unybfe (mgr.14180) 1132 : audit [DBG] from='client.15958 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:25.996 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:26.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:25 smithi116 conmon[40473]: cluster 2024-01-27T23:46:25.541167+0000 mgr.smithi110.unybfe (mgr.14180) 1133 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:26.029 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:25 smithi110 conmon[35313]: cluster 2024-01-27T23:46:25.541167+0000 mgr.smithi110.unybfe (mgr.14180) 1133 : cluster [DBG] pgmap v739: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:27.981 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:27.981 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:28.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:28 smithi110 conmon[35313]: cluster 2024-01-27T23:46:27.541782+0000 mgr.smithi110.unybfe (mgr.14180) 1134 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:28.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:28 smithi116 conmon[40473]: cluster 2024-01-27T23:46:27.541782+0000 mgr.smithi110.unybfe (mgr.14180) 1134 : cluster [DBG] pgmap v740: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:28.678 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:29.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:29 smithi110 conmon[35313]: audit 2024-01-27T23:46:27.979015+0000 mgr.smithi110.unybfe (mgr.14180) 1135 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:29.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:29 smithi110 conmon[35313]: 2024-01-27T23:46:29.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:29 smithi116 conmon[40473]: audit 2024-01-27T23:46:27.979015+0000 mgr.smithi110.unybfe (mgr.14180) 1135 : audit [DBG] from='client.15962 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:29.679 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:30.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:30 smithi110 conmon[35313]: cluster 2024-01-27T23:46:29.542656+0000 mgr.smithi110.unybfe (mgr.14180) 1136 : 2024-01-27T23:46:30.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:30 smithi110 conmon[35313]: cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:30.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:30 smithi116 conmon[40473]: cluster 2024-01-27T23:46:29.542656+0000 mgr.smithi110.unybfe (mgr.14180) 1136 : cluster [DBG] pgmap v741: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:31.565 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:31.565 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:31.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:31 smithi110 conmon[35313]: cluster 2024-01-27T23:46:31.543048+0000 mgr.smithi110.unybfe (mgr.14180) 1137 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:32.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:31 smithi116 conmon[40473]: cluster 2024-01-27T23:46:31.543048+0000 mgr.smithi110.unybfe (mgr.14180) 1137 : cluster [DBG] pgmap v742: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:32.200 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:33.201 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:33.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:33 smithi110 conmon[35313]: audit 2024-01-27T23:46:31.562371+0000 mgr.smithi110.unybfe (mgr.14180) 1138 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:33.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:33 smithi116 conmon[40473]: audit 2024-01-27T23:46:31.562371+0000 mgr.smithi110.unybfe (mgr.14180) 1138 : audit [DBG] from='client.15966 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:34.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:34 smithi110 conmon[35313]: cluster 2024-01-27T23:46:33.543756+0000 mgr.smithi110.unybfe (mgr.14180) 1139 : cluster 2024-01-27T23:46:34.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:34 smithi110 conmon[35313]: [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:34.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:34 smithi116 conmon[40473]: cluster 2024-01-27T23:46:33.543756+0000 mgr.smithi110.unybfe (mgr.14180) 1139 : cluster [DBG] pgmap v743: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:35.082 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:35.082 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:35.802 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:36.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:35 smithi116 conmon[40473]: audit 2024-01-27T23:46:35.079219+0000 mgr.smithi110.unybfe (mgr.14180) 1140 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:36.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:35 smithi116 conmon[40473]: cluster 2024-01-27T23:46:36.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:35 smithi116 conmon[40473]: 2024-01-27T23:46:35.544282+0000 mgr.smithi110.unybfe (mgr.14180) 1141 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:36.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:35 smithi110 conmon[35313]: audit 2024-01-27T23:46:35.079219+0000 mgr.smithi110.unybfe (mgr.14180) 1140 : audit [DBG] from='client.15970 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:36.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:35 smithi110 conmon[35313]: cluster 2024-01-27T23:46:35.544282+0000 mgr.smithi110.unybfe (mgr.14180) 1141 : cluster [DBG] pgmap v744: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:36.803 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:38.261 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:38 smithi110 conmon[35313]: cluster 2024-01-27T23:46:37.544778+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:46:38.262 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:38 smithi110 conmon[35313]: .14180) 1142 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:38.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:38 smithi116 conmon[40473]: cluster 2024-01-27T23:46:37.544778+0000 mgr.smithi110.unybfe (mgr.14180) 1142 : cluster [DBG] pgmap v745: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:38.635 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:38.635 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:39.293 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:40.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:39 smithi116 conmon[40473]: audit 2024-01-27T23:46:38.632432+0000 mgr.smithi110.unybfe (mgr.14180) 1143 : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:40.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:39 smithi116 conmon[40473]: cluster 2024-01-27T23:46:39.545487+0000 mgr.smithi110.unybfe (mgr.14180) 1144 : cluster [DBG] 2024-01-27T23:46:40.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:39 smithi116 conmon[40473]: pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:40.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:39 smithi110 conmon[35313]: audit 2024-01-27T23:46:38.632432+0000 mgr.smithi110.unybfe (mgr.14180) 1143 2024-01-27T23:46:40.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:39 smithi110 conmon[35313]: : audit [DBG] from='client.15974 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:40.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:39 smithi110 conmon[35313]: cluster 2024-01-27T23:46:39.545487+0000 mgr.smithi110.unybfe (mgr.14180) 1144 : cluster [DBG] pgmap v746: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:40.293 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:41.811 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:41 smithi110 conmon[35313]: cluster 2024-01-27T23:46:41.545975+0000 mgr.smithi110.unybfe (mgr.14180) 1145 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:41.811 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:41 smithi110 conmon[35313]: 2024-01-27T23:46:42.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:41 smithi116 conmon[40473]: cluster 2024-01-27T23:46:41.545975+0000 mgr.smithi110.unybfe (mgr.14180) 1145 : cluster [DBG] pgmap v747: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:42.178 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:42.178 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:42.805 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:43.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:43 smithi110 conmon[35313]: audit 2024-01-27T23:46:42.175846+0000 mgr.smithi110.unybfe (mgr.14180) 1146 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:43.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:43 smithi116 conmon[40473]: audit 2024-01-27T23:46:42.175846+0000 mgr.smithi110.unybfe (mgr.14180) 1146 : audit [DBG] from='client.15978 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:43.806 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:44.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:44 smithi110 conmon[35313]: cluster 2024-01-27T23:46:43.546617+0000 mgr.smithi110.unybfe (mgr.14180) 1147 : cluster 2024-01-27T23:46:44.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:44 smithi110 conmon[35313]: [DBG] pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:44.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:44 smithi116 conmon[40473]: cluster 2024-01-27T23:46:43.546617+0000 mgr.smithi110.unybfe (mgr.14180) 1147 : cluster [DBG] 2024-01-27T23:46:44.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:44 smithi116 conmon[40473]: pgmap v748: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:45.632 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:45.632 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:46.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:45 smithi116 conmon[40473]: cluster 2024-01-27T23:46:45.547108+0000 mgr.smithi110.unybfe (mgr.14180) 1148 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:46.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:45 smithi110 conmon[35313]: cluster 2024-01-27T23:46:45.547108+0000 mgr.smithi110.unybfe (mgr.14180) 1148 : cluster [DBG] pgmap v749: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:46.233 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:47.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:46 smithi116 conmon[40473]: audit 2024-01-27T23:46:45.628818+0000 mgr.smithi110.unybfe (mgr.14180) 1149 : audit [DBG] from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:46 smithi110 conmon[35313]: audit 2024-01-27T23:46:45.628818+0000 mgr.smithi110.unybfe (mgr.14180) 1149 : audit [DBG] 2024-01-27T23:46:47.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:46 smithi110 conmon[35313]: from='client.15982 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:47.233 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:48.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:48 smithi110 conmon[35313]: cluster 2024-01-27T23:46:47.547812+0000 mgr.smithi110.unybfe (mgr.14180) 1150 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:48 smithi116 conmon[40473]: cluster 2024-01-27T23:46:47.547812+0000 mgr.smithi110.unybfe (mgr.14180) 1150 : cluster [DBG] pgmap v750: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:49.098 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:49.098 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:49.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:49 smithi110 conmon[35313]: audit 2024-01-27T23:46:49.095490+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:46:49.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:49 smithi110 conmon[35313]: 1151 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:49.743 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:49 smithi110 conmon[35313]: cluster 2024-01-27T23:46:49.548422+0000 mgr.smithi110.unybfe (mgr.14180) 1152 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:49.758 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:50.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:49 smithi116 conmon[40473]: audit 2024-01-27T23:46:49.095490+0000 mgr.smithi110.unybfe (mgr.14180) 1151 : audit [DBG] from='client.15986 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:50.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:49 smithi116 conmon[40473]: cluster 2024-01-27T23:46:50.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:49 smithi116 conmon[40473]: 2024-01-27T23:46:49.548422+0000 mgr.smithi110.unybfe (mgr.14180) 1152 : cluster [DBG] pgmap v751: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:50.759 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:52.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:51 smithi116 conmon[40473]: cluster 2024-01-27T23:46:51.548894+0000 mgr.smithi110.unybfe (mgr.14180) 1153 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:52.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:51 smithi110 conmon[35313]: cluster 2024-01-27T23:46:51.548894+0000 mgr.smithi110.unybfe (mgr.14180) 1153 : cluster [DBG] pgmap v752: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:52.736 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:52.736 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:37:30.294902Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ygrmqc on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:53.362 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:53.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:53 smithi110 conmon[35313]: audit 2024-01-27T23:46:53.345283+0000 mon.smithi110 (mon.0) 720 : 2024-01-27T23:46:53.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:53 smithi110 conmon[35313]: audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.rxphsr"}]: dispatch 2024-01-27T23:46:53.777 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:53 smithi116 conmon[40473]: audit 2024-01-27T23:46:53.345283+0000 mon.smithi110 (mon.0) 720 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi116.rxphsr"}]: dispatch 2024-01-27T23:46:54.362 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: audit 2024-01-27T23:46:52.733094+0000 mgr.smithi110.unybfe (mgr.14180) 1154 : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: cephadm 2024-01-27T23:46:53.344753+0000 mgr.smithi110.unybfe (mgr.14180) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: cephadm 2024-01-27T23:46:53.344955+0000 mgr.smithi110.unybfe (mgr.14180) 1156 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: cephadm 2024-01-27T23:46:53.345954+0000 mgr.smithi110.unybfe (mgr.14180) 1157 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: cephadm 2024-01-27T23:46:53.347505+0000 mgr.smithi110.unybfe (mgr.14180) 1158 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.geeqce on smithi110 2024-01-27T23:46:54.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:54 smithi116 conmon[40473]: cluster 2024-01-27T23:46:53.549412+0000 mgr.smithi110.unybfe (mgr.14180) 1159 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:54.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: audit 2024-01-27T23:46:52.733094+0000 mgr.smithi110.unybfe (mgr.14180) 1154 2024-01-27T23:46:54.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: : audit [DBG] from='client.15990 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:54.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: cephadm 2024-01-27T23:46:53.344753+0000 mgr.smithi110.unybfe (mgr.14180) 1155 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.801 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:46:54.802 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.803 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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/h 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: aproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: cephadm 2024-01-27T23:46:53.344955+0000 mgr.smithi110.unybfe (mgr.14180) 1156 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: cephadm 2024-01-27T23:46:53.345954+0000 mgr.smithi110.unybfe (mgr.14180) 1157 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:46:54.804 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:46:54.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:46:54.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: 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=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:46:54.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: cephadm 2024-01-27T23:46:53.347505+0000 mgr.smithi110.unybfe (mgr.14180) 1158 : cephadm [INF] Deploying daemon haproxy.rgw.foo.smithi110.geeqce on smithi110 2024-01-27T23:46:54.805 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:54 smithi110 conmon[35313]: cluster 2024-01-27T23:46:53.549412+0000 mgr.smithi110.unybfe (mgr.14180) 1159 : cluster [DBG] pgmap v753: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:55.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:55 smithi110 conmon[35313]: cluster 2024-01-27T23:46:55.549972+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:46:55.928 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:55 smithi110 conmon[35313]: ) 1160 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:56.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:55 smithi116 conmon[40473]: cluster 2024-01-27T23:46:55.549972+0000 mgr.smithi110.unybfe (mgr.14180) 1160 : cluster [DBG] pgmap v754: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:56.300 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:56.300 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:46:56.997 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:56 smithi110 conmon[35313]: audit 2024-01-27T23:46:56.297340+0000 mgr.smithi110.unybfe (mgr.14180) 1161 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:57.016 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:46:57.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:56 smithi116 conmon[40473]: audit 2024-01-27T23:46:56.297340+0000 mgr.smithi110.unybfe (mgr.14180) 1161 : audit [DBG] from='client.15994 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:46:58.017 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:46:58.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:58 smithi110 conmon[35313]: cluster 2024-01-27T23:46:57.550565+0000 mgr.smithi110.unybfe (mgr.14180) 1162 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:58.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:58 smithi116 conmon[40473]: cluster 2024-01-27T23:46:57.550565+0000 mgr.smithi110.unybfe (mgr.14180) 1162 : cluster [DBG] pgmap v755: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:46:59.831 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:46:59.831 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:00.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:46:59 smithi116 conmon[40473]: cluster 2024-01-27T23:46:59.551130+0000 mgr.smithi110.unybfe (mgr.14180) 1163 : cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:00.066 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:59 smithi110 conmon[35313]: cluster 2024-01-27T23:46:59.551130+0000 mgr.smithi110.unybfe (mgr.14180) 1163 : 2024-01-27T23:47:00.066 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:46:59 smithi110 conmon[35313]: cluster [DBG] pgmap v756: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:00.516 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:00.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:00 smithi110 conmon[35313]: audit 2024-01-27T23:46:59.827669+0000 mgr.smithi110.unybfe (mgr.14180) 1164 : audit [DBG] 2024-01-27T23:47:00.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:00 smithi110 conmon[35313]: from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:01.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:00 smithi116 conmon[40473]: audit 2024-01-27T23:46:59.827669+0000 mgr.smithi110.unybfe (mgr.14180) 1164 : audit [DBG] from='client.15998 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:01.517 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:01.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:01 smithi110 conmon[35313]: cluster 2024-01-27T23:47:01.551785+0000 mgr.smithi110.unybfe (mgr.14180) 1165 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:02.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:01 smithi116 conmon[40473]: cluster 2024-01-27T23:47:01.551785+0000 mgr.smithi110.unybfe (mgr.14180) 1165 : cluster [DBG] pgmap v757: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:03.388 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:03.388 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:03.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:03 smithi110 conmon[35313]: audit 2024-01-27T23:47:03.384670+0000 mgr.smithi110.unybfe (mgr.14180) 1166 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:03.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:03 smithi110 conmon[35313]: cluster 2024-01-27T23:47:03.552324+0000 mgr.smithi110.unybfe (mgr.14180) 1167 : cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:04.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:03 smithi116 conmon[40473]: audit 2024-01-27T23:47:03.384670+0000 mgr.smithi110.unybfe (mgr.14180) 1166 : audit [DBG] from='client.16002 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:04.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:03 smithi116 conmon[40473]: cluster 2024-01-27T23:47:03.552324+0000 mgr.smithi110.unybfe (mgr.14180) 1167 : 2024-01-27T23:47:04.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:03 smithi116 conmon[40473]: cluster [DBG] pgmap v758: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:04.047 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:05.048 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:05.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:05 smithi110 conmon[35313]: cluster 2024-01-27T23:47:05.553038+0000 mgr.smithi110.unybfe (mgr.14180) 1168 : cluster [DBG] pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-01-27T23:47:05.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:05 smithi110 conmon[35313]: 2024-01-27T23:47:06.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:05 smithi116 conmon[40473]: cluster 2024-01-27T23:47:05.553038+0000 mgr.smithi110.unybfe (mgr.14180) 1168 : cluster [DBG] 2024-01-27T23:47:06.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:05 smithi116 conmon[40473]: pgmap v759: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 511 B/s rd, 0 B/s wr, 0 op/s 2024-01-27T23:47:07.136 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:07.137 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:07.822 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:08.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:08 smithi110 conmon[35313]: audit 2024-01-27T23:47:07.132968+0000 mgr.smithi110.unybfe (mgr.14180) 1169 : audit [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:08.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:08 smithi110 conmon[35313]: cluster 2024-01-27T23:47:07.553464+0000 mgr.smithi110.unybfe (mgr.14180) 1170 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 19 op/s 2024-01-27T23:47:08.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:08 smithi116 conmon[40473]: audit 2024-01-27T23:47:07.132968+0000 mgr.smithi110.unybfe (mgr.14180) 1169 : audit 2024-01-27T23:47:08.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:08 smithi116 conmon[40473]: [DBG] from='client.16006 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:08.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:08 smithi116 conmon[40473]: cluster 2024-01-27T23:47:07.553464+0000 mgr.smithi110.unybfe (mgr.14180) 1170 : cluster [DBG] pgmap v760: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 11 KiB/s rd, 0 B/s wr, 19 op/s 2024-01-27T23:47:08.823 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:10.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:09 smithi116 conmon[40473]: cluster 2024-01-27T23:47:09.554033+0000 mgr.smithi110.unybfe (mgr.14180) 1171 : 2024-01-27T23:47:10.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:09 smithi116 conmon[40473]: cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2024-01-27T23:47:10.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:09 smithi110 conmon[35313]: cluster 2024-01-27T23:47:09.554033+0000 mgr.smithi110.unybfe (mgr.14180) 1171 : cluster [DBG] pgmap v761: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 55 KiB/s rd, 0 B/s wr, 91 op/s 2024-01-27T23:47:10.766 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:10.766 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:11.463 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:11.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:11 smithi110 conmon[35313]: audit 2024-01-27T23:47:10.763046+0000 mgr.smithi110.unybfe (mgr.14180) 1172 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:11.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:11 smithi110 conmon[35313]: cluster 2024-01-27T23:47:11.554472+0000 mgr.smithi110.unybfe (mgr.14180) 1173 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 126 op/s 2024-01-27T23:47:12.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:11 smithi116 conmon[40473]: audit 2024-01-27T23:47:10.763046+0000 mgr.smithi110.unybfe (mgr.14180) 1172 : audit [DBG] from='client.16010 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:12.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:11 smithi116 conmon[40473]: cluster 2024- 2024-01-27T23:47:12.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:11 smithi116 conmon[40473]: 01-27T23:47:11.554472+0000 mgr.smithi110.unybfe (mgr.14180) 1173 : cluster [DBG] pgmap v762: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 76 KiB/s rd, 0 B/s wr, 126 op/s 2024-01-27T23:47:12.464 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:13.958 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:13 smithi110 conmon[35313]: cluster 2024-01-27T23:47:13.555158+0000 mgr.smithi110.unybfe (mgr.14180 2024-01-27T23:47:13.958 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:13 smithi110 conmon[35313]: ) 1174 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s 2024-01-27T23:47:14.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:13 smithi116 conmon[40473]: cluster 2024-01-27T23:47:13.555158+0000 mgr.smithi110.unybfe (mgr.14180) 1174 : cluster [DBG] pgmap v763: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 103 KiB/s rd, 0 B/s wr, 171 op/s 2024-01-27T23:47:14.326 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:14.326 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:14.969 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:14 smithi110 conmon[35313]: audit 2024-01-27T23:47:14.323180+0000 mgr.smithi110.unybfe (mgr.14180) 1175 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:14.988 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:15.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:14 smithi116 conmon[40473]: audit 2024-01-27T23:47:14.323180+0000 mgr.smithi110.unybfe (mgr.14180) 1175 : audit [DBG] from='client.16014 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:15.989 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:16.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:15 smithi110 conmon[35313]: cluster 2024-01-27T23:47:15.555675+0000 mgr.smithi110.unybfe (mgr.14180) 1176 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 187 op/s 2024-01-27T23:47:16.022 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:15 smithi110 conmon[35313]: 2024-01-27T23:47:16.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:15 smithi116 conmon[40473]: cluster 2024-01-27T23:47:15.555675+0000 mgr.smithi110.unybfe (mgr.14180) 1176 : cluster [DBG] pgmap v764: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 187 op/s 2024-01-27T23:47:17.829 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:17.829 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:18.493 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:18 smithi110 conmon[35313]: cluster 2024-01-27T23:47:17.556083+0000 mgr.smithi110.unybfe (mgr.14180) 1177 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 186 op/s 2024-01-27T23:47:18.512 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:18.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:18 smithi116 conmon[40473]: cluster 2024-01-27T23:47:17.556083+0000 mgr.smithi110.unybfe (mgr.14180) 1177 : cluster [DBG] pgmap v765: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 112 KiB/s rd, 0 B/s wr, 186 op/s 2024-01-27T23:47:19.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:19 smithi110 conmon[35313]: audit 2024-01-27T23:47:17.825364 2024-01-27T23:47:19.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:19 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 1178 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:19.513 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:19.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:19 smithi116 conmon[40473]: audit 2024-01-27T23:47:17.825364+0000 mgr.smithi110.unybfe (mgr.14180) 1178 : audit [DBG] from='client.16018 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:20.347 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:20 smithi110 conmon[35313]: cluster 2024-01-27T23:47:19.556696+0000 mgr.smithi110.unybfe (mgr.14180) 1179 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 168 op/s 2024-01-27T23:47:20.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:20 smithi116 conmon[40473]: cluster 2024-01-27T23:47:19.556696+0000 mgr.smithi110.unybfe (mgr.14180) 1179 : cluster [DBG] pgmap v766: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 101 KiB/s rd, 0 B/s wr, 168 op/s 2024-01-27T23:47:21.361 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:21.361 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:21.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:21 smithi110 conmon[35313]: audit 2024-01-27T23:47:21.357620+0000 mgr.smithi110.unybfe (mgr.14180) 1180 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:21.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:21 smithi110 conmon[35313]: cluster 2024-01-27T23:47:21.557284+0000 mgr.smithi110.unybfe (mgr.14180) 1181 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 0 B/s wr, 96 op/s 2024-01-27T23:47:22.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:21 smithi116 conmon[40473]: audit 2024-01-27T23:47:21.357620+0000 mgr.smithi110.unybfe (mgr.14180) 1180 : audit [DBG] from='client.16022 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:22.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:21 smithi116 conmon[40473]: cluster 2024 2024-01-27T23:47:22.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:21 smithi116 conmon[40473]: -01-27T23:47:21.557284+0000 mgr.smithi110.unybfe (mgr.14180) 1181 : cluster [DBG] pgmap v767: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 58 KiB/s rd, 0 B/s wr, 96 op/s 2024-01-27T23:47:22.029 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:23.030 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:23.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:23 smithi110 conmon[35313]: cluster 2024-01-27T23:47:23.557844+0000 mgr.smithi110.unybfe (mgr.14180) 1182 2024-01-27T23:47:23.830 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:23 smithi110 conmon[35313]: : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2024-01-27T23:47:24.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:23 smithi116 conmon[40473]: cluster 2024-01-27T23:47:23.557844+0000 mgr.smithi110.unybfe (mgr.14180) 1182 : cluster [DBG] pgmap v768: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 37 KiB/s rd, 0 B/s wr, 61 op/s 2024-01-27T23:47:24.884 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:24.884 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:25.570 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:25.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:25 smithi110 conmon[35313]: audit 2024-01-27T23:47:24.881176+0000 mgr.smithi110.unybfe (mgr.14180) 1183 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:25.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:25 smithi110 conmon[35313]: cluster 2024-01-27T23:47:25.558343+0000 mgr.smithi110.unybfe (mgr.14180) 1184 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s 2024-01-27T23:47:26.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:25 smithi116 conmon[40473]: audit 2024-01-27T23:47:24.881176+0000 mgr.smithi110.unybfe (mgr.14180) 1183 : audit [DBG] from='client.16026 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:26.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:25 smithi116 conmon[40473]: 2024-01-27T23:47:26.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:25 smithi116 conmon[40473]: cluster 2024-01-27T23:47:25.558343+0000 mgr.smithi110.unybfe (mgr.14180) 1184 : cluster [DBG] pgmap v769: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail; 9.7 KiB/s rd, 0 B/s wr, 16 op/s 2024-01-27T23:47:26.570 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:28.473 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:28.474 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:28.503 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:28 smithi110 conmon[35313]: cluster 2024-01-27T23:47:27.558787+0000 mgr.smithi110.unybfe (mgr.14180) 1185 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:28.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:28 smithi116 conmon[40473]: cluster 2024-01-27T23:47:27.558787+0000 mgr.smithi110.unybfe (mgr.14180) 1185 : cluster [DBG] pgmap v770: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:29.219 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:29.393 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:29 smithi110 conmon[35313]: audit 2024-01-27T23:47:28.470372+0000 mgr.smithi110.unybfe (mgr.14180) 1186 : audit 2024-01-27T23:47:29.393 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:29 smithi110 conmon[35313]: [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:29.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:29 smithi116 conmon[40473]: audit 2024-01-27T23:47:28.470372+0000 mgr.smithi110.unybfe (mgr.14180) 1186 : audit [DBG] from='client.16030 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:30.220 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:30.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:30 smithi116 conmon[40473]: cluster 2024-01-27T23:47:29.559490+0000 mgr.smithi110.unybfe (mgr.14180) 1187 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:30.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:30 smithi110 conmon[35313]: cluster 2024-01-27T23:47:29.559490+0000 mgr.smithi110.unybfe (mgr.14180) 1187 : cluster [DBG] pgmap v771: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:31.755 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:31 smithi110 conmon[35313]: cluster 2024-01-27T23:47:31.559968+0000 mgr.smithi110.unybfe (mgr.14180) 1188 : cluster [DBG] 2024-01-27T23:47:31.755 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:31 smithi110 conmon[35313]: pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:32.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:31 smithi116 conmon[40473]: cluster 2024-01-27T23:47:31.559968+0000 mgr.smithi110.unybfe (mgr.14180) 1188 : cluster [DBG] pgmap v772: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:32.131 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:32.131 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:32.863 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:33.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:33 smithi116 conmon[40473]: audit 2024-01-27T23:47:32.127997+0000 mgr.smithi110.unybfe (mgr.14180) 1189 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:33.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:33 smithi110 conmon[35313]: audit 2024-01-27T23:47:32.127997+0000 mgr.smithi110.unybfe (mgr.14180) 1189 : audit [DBG] from='client.16034 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:33.864 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:34.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:34 smithi110 conmon[35313]: cluster 2024-01-27T23:47:33.560775+0000 mgr.smithi110.unybfe (mgr.14180) 1190 : cluster 2024-01-27T23:47:34.321 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:34 smithi110 conmon[35313]: [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:34.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:34 smithi116 conmon[40473]: cluster 2024-01-27T23:47:33.560775+0000 mgr.smithi110.unybfe (mgr.14180) 1190 : cluster [DBG] pgmap v773: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:34.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:34 smithi116 conmon[40473]: 2024-01-27T23:47:35.802 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:35.803 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:35.825 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:35 smithi110 conmon[35313]: cluster 2024-01-27T23:47:35.561290+0000 mgr.smithi110.unybfe (mgr.14180) 1191 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:36.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:35 smithi116 conmon[40473]: cluster 2024-01-27T23:47:35.561290+0000 mgr.smithi110.unybfe (mgr.14180) 1191 : cluster [DBG] pgmap v774: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:36.427 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:36.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:36 smithi110 conmon[35313]: audit 2024-01-27T23:47:35.798715+0000 mgr.smithi110.unybfe (mgr.14180) 1192 : audit 2024-01-27T23:47:36.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:36 smithi110 conmon[35313]: [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:37.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:36 smithi116 conmon[40473]: audit 2024-01-27T23:47:35.798715+0000 mgr.smithi110.unybfe (mgr.14180) 1192 : audit [DBG] from='client.16038 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:37.428 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:38.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:38 smithi110 conmon[35313]: cluster 2024-01-27T23:47:37.561737+0000 2024-01-27T23:47:38.251 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:38 smithi110 conmon[35313]: mgr.smithi110.unybfe (mgr.14180) 1193 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:38.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:38 smithi116 conmon[40473]: cluster 2024-01-27T23:47:37.561737+0000 mgr.smithi110.unybfe (mgr.14180) 1193 : cluster [DBG] pgmap v775: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:38.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:38 smithi116 conmon[40473]: 2024-01-27T23:47:39.267 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:39.267 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:39.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:39 smithi110 conmon[35313]: audit 2024-01-27T23:47:39.263871+0000 mgr.smithi110.unybfe (mgr 2024-01-27T23:47:39.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:39 smithi110 conmon[35313]: .14180) 1194 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:39.908 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:39 smithi110 conmon[35313]: cluster 2024-01-27T23:47:39.562384+0000 mgr.smithi110.unybfe (mgr.14180) 1195 : cluster [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:39.927 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:40.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:39 smithi116 conmon[40473]: audit 2024-01-27T23:47:39.263871+0000 mgr.smithi110.unybfe (mgr.14180) 1194 : audit [DBG] from='client.16042 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:40.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:39 smithi116 conmon[40473]: cluster 2024-01-27T23:47:39.562384+0000 mgr.smithi110.unybfe (mgr.14180) 1195 : cluster 2024-01-27T23:47:40.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:39 smithi116 conmon[40473]: [DBG] pgmap v776: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:40.929 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:41.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:41 smithi110 conmon[35313]: cluster 2024-01-27T23:47:41.562869+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:47:41.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:41 smithi110 conmon[35313]: 14180) 1196 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:42.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:41 smithi116 conmon[40473]: cluster 2024-01-27T23:47:41.562869+0000 mgr.smithi110.unybfe (mgr.14180) 1196 : cluster [DBG] pgmap v777: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:42.940 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:42.940 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:43.576 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:43.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:43 smithi110 conmon[35313]: audit 2024-01-27T23:47:42.936408+0000 mgr.smithi110.unybfe (mgr.14180) 1197 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:43.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:43 smithi110 conmon[35313]: cluster 2024-01-27T23:47:43.563381+0000 mgr.smithi110.unybfe (mgr.14180) 1198 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:44.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:43 smithi116 conmon[40473]: audit 2024-01-27T23:47:42.936408+0000 mgr.smithi110.unybfe (mgr.14180) 1197 : audit [DBG] from='client.16046 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:44.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:43 smithi116 conmon[40473]: cluster 2024-01-27T23: 2024-01-27T23:47:44.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:43 smithi116 conmon[40473]: 47:43.563381+0000 mgr.smithi110.unybfe (mgr.14180) 1198 : cluster [DBG] pgmap v778: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:44.577 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:45.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:45 smithi110 conmon[35313]: cluster 2024-01-27T23:47:45.563879+0000 mgr.smithi110.unybfe (mgr.14180) 1199 : cluster 2024-01-27T23:47:45.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:45 smithi110 conmon[35313]: [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:46.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:45 smithi116 conmon[40473]: cluster 2024-01-27T23:47:45.563879+0000 mgr.smithi110.unybfe (mgr.14180) 1199 : cluster [DBG] pgmap v779: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:46.525 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:46.526 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:46.818 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:46 smithi110 conmon[35313]: audit 2024-01-27T23:47:46.522186+0000 mgr.smithi110.unybfe (mgr.14180) 1200 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:47.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:46 smithi116 conmon[40473]: audit 2024-01-27T23:47:46.522186+0000 mgr.smithi110.unybfe (mgr.14180) 1200 : audit [DBG] from='client.16050 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:47.255 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:48.255 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:48.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:48 smithi116 conmon[40473]: cluster 2024-01-27T23:47:47.564549+0000 mgr.smithi110.unybfe (mgr.14180) 1201 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:48.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:48 smithi110 conmon[35313]: cluster 2024-01-27T23:47:47.564549+0000 mgr.smithi110.unybfe (mgr.14180) 1201 : cluster [DBG] pgmap v780: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:49.735 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:49 smithi110 conmon[35313]: cluster 2024-01-27T23:47:49.565111+0000 mgr.smithi110.unybfe (mgr.14180) 1202 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:50.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:49 smithi116 conmon[40473]: cluster 2024-01-27T23:47:49.565111+0000 mgr.smithi110.unybfe (mgr.14180) 1202 : cluster [DBG] pgmap v781: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:50.104 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:50.104 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:50.758 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:51.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:50 smithi116 conmon[40473]: audit 2024-01-27T23:47:50.100478+0000 mgr.smithi110.unybfe (mgr.14180) 1203 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:51.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:50 smithi110 conmon[35313]: audit 2024-01-27T23:47:50.100478+0000 mgr.smithi110.unybfe (mgr.14180) 1203 : audit [DBG] from='client.16054 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:51.759 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:52.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:51 smithi116 conmon[40473]: cluster 2024-01-27T23:47:51.565740+0000 mgr.smithi110.unybfe (mgr.14180) 1204 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:52.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:51 smithi110 conmon[35313]: cluster 2024-01-27T23:47:51.565740+0000 mgr.smithi110.unybfe (mgr.14180) 1204 : cluster [DBG] pgmap v782: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:52.102 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:51 smithi110 conmon[35313]: 2024-01-27T23:47:53.616 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:53.616 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:54.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:53 smithi116 conmon[40473]: cluster 2024-01-27T23:47:53.566237+0000 mgr.smithi110.unybfe (mgr.14180) 1205 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:54.102 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:53 smithi110 conmon[35313]: cluster 2024-01-27T23:47:53.566237+0000 mgr.smithi110.unybfe (mgr.14180) 1205 : cluster [DBG] pgmap v783: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:54.256 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:55.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:54 smithi116 conmon[40473]: audit 2024-01-27T23:47:53.613151+0000 mgr.smithi110.unybfe (mgr.14180) 1206 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:55.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:54 smithi110 conmon[35313]: audit 2024-01-27T23:47: 2024-01-27T23:47:55.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:54 smithi110 conmon[35313]: 53.613151+0000 mgr.smithi110.unybfe (mgr.14180) 1206 : audit [DBG] from='client.16058 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:55.258 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:47:55.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:55 smithi110 conmon[35313]: cluster 2024-01-27T23:47:55.566792+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:47:55.932 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:55 smithi110 conmon[35313]: 1207 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:56.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:55 smithi116 conmon[40473]: cluster 2024-01-27T23:47:55.566792+0000 mgr.smithi110.unybfe (mgr.14180) 1207 : cluster [DBG] pgmap v784: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:57.177 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:47:57.177 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:47:57.864 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:47:58.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:58 smithi116 conmon[40473]: audit 2024-01-27T23:47:57.173943+0000 mgr.smithi110.unybfe (mgr.14180) 1208 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:58.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:58 smithi116 conmon[40473]: cluster 2024-01-27T23:47:58.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:58 smithi116 conmon[40473]: 2024-01-27T23:47:57.567252+0000 mgr.smithi110.unybfe (mgr.14180) 1209 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:58.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:58 smithi110 conmon[35313]: audit 2024-01-27T23:47:57.173943+0000 mgr.smithi110.unybfe (mgr.14180) 1208 : audit [DBG] from='client.16062 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:47:58.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:58 smithi110 conmon[35313]: cluster 2024-01-27T23:47:57.567252+0000 mgr.smithi110.unybfe (mgr.14180) 1209 : cluster [DBG] pgmap v785: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:47:58.865 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:00.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:47:59 smithi116 conmon[40473]: cluster 2024-01-27T23:47:59.567787+0000 mgr.smithi110.unybfe (mgr.14180) 1210 : cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:00.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:59 smithi110 conmon[35313]: cluster 2024-01-27T23:47:59.567787+0000 mgr.smithi110.unybfe (mgr.14180) 1210 : 2024-01-27T23:48:00.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:47:59 smithi110 conmon[35313]: cluster [DBG] pgmap v786: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:00.776 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:00.776 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:01.391 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:02.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:01 smithi116 conmon[40473]: audit 2024-01-27T23:48:00.772853+0000 mgr.smithi110.unybfe (mgr.14180) 1211 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:02.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:01 smithi116 conmon[40473]: cluster 2024-01-27T23:48:01.568363+0000 mgr.smithi110.unybfe (mgr.14180) 1212 : cluster 2024-01-27T23:48:02.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:01 smithi116 conmon[40473]: [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:02.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:01 smithi110 conmon[35313]: audit 2024-01-27T23:48:00.772853+0000 mgr.smithi110.unybfe (mgr.14180) 1211 : audit [DBG] from='client.16066 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:02.102 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:01 smithi110 conmon[35313]: cluster 2024-01-27T23:48:01.568363+0000 mgr.smithi110.unybfe (mgr.14180) 1212 : cluster [DBG] pgmap v787: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:02.393 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:03.951 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:03 smithi110 conmon[35313]: cluster 2024-01-27T23:48:03.569127+0000 mgr.smithi110.unybfe (mgr.14180) 1213 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:04.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:03 smithi116 conmon[40473]: cluster 2024-01-27T23:48:03.569127+0000 mgr.smithi110.unybfe (mgr.14180) 1213 : cluster [DBG] pgmap v788: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:04.320 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:04.321 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:04.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:04 smithi110 conmon[35313]: audit 2024-01-27T23:48:04.317570+0000 mgr.smithi110.unybfe ( 2024-01-27T23:48:04.972 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:04 smithi110 conmon[35313]: mgr.14180) 1214 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:04.991 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:05.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:04 smithi116 conmon[40473]: audit 2024-01-27T23:48:04.317570+0000 mgr.smithi110.unybfe (mgr.14180) 1214 : audit [DBG] from='client.16070 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:05.992 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:06.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:05 smithi110 conmon[35313]: cluster 2024-01-27T23:48:05.569677+0000 mgr.smithi110.unybfe (mgr.14180) 1215 2024-01-27T23:48:06.025 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:05 smithi110 conmon[35313]: : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:06.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:05 smithi116 conmon[40473]: cluster 2024-01-27T23:48:05.569677+0000 mgr.smithi110.unybfe (mgr.14180) 1215 : cluster [DBG] pgmap v789: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:07.827 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:07.828 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:08.495 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:08 smithi110 conmon[35313]: cluster 2024-01-27T23:48:07.570087+0000 mgr.smithi110.unybfe (mgr.14180) 1216 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:08.514 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:08.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:08 smithi116 conmon[40473]: cluster 2024-01-27T23:48:07.570087+0000 mgr.smithi110.unybfe (mgr.14180) 1216 : cluster [DBG] pgmap v790: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:09.395 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:09 smithi110 conmon[35313]: audit 2024-01-27T23:48:07.824361+0000 mgr.smithi110.unybfe (mgr.14180) 1217 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:09.515 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:09.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:09 smithi116 conmon[40473]: audit 2024-01-27T23:48:07.824361+0000 mgr.smithi110.unybfe (mgr.14180) 1217 : audit [DBG] from='client.16074 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:10.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:10 smithi110 conmon[35313]: cluster 2024-01-27T23:48:09.570689+0000 mgr.smithi110.unybfe (mgr.14180) 1218 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:10.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:10 smithi116 conmon[40473]: cluster 2024-01-27T23:48:09.570689+0000 mgr.smithi110.unybfe (mgr.14180) 1218 : cluster [DBG] pgmap v791: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:11.467 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:11.467 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:11.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:11 smithi110 conmon[35313]: audit 2024-01-27T23:48:11.463609+0000 mgr.smithi110.unybfe (mgr.14180) 1219 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:11.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:11 smithi110 conmon[35313]: cluster 2024-01-27T23:48:11.571090+0000 mgr.smithi110.unybfe (mgr.14180) 1220 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:12.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:11 smithi116 conmon[40473]: audit 2024-01-27T23:48:11.463609+0000 mgr.smithi110.unybfe (mgr.14180) 1219 : audit [DBG] from='client.16078 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:12.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:11 smithi116 conmon[40473]: cluster 2024-01-27T23:48:11.571090+0000 mgr.smithi110.unybfe (mgr.14180) 1220 : cluster [DBG] pgmap v792: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:12.161 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:13.161 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:13.940 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:13 smithi110 conmon[35313]: cluster 2024-01-27T23:48:13.571747+0000 mgr.smithi110.unybfe (mgr.14180) 1221 2024-01-27T23:48:13.940 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:13 smithi110 conmon[35313]: : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:14.027 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:13 smithi116 conmon[40473]: cluster 2024-01-27T23:48:13.571747+0000 mgr.smithi110.unybfe (mgr.14180) 1221 : cluster [DBG] pgmap v793: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:14.990 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:14.991 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:15.688 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:16.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:15 smithi116 conmon[40473]: audit 2024-01-27T23:48:14.987082+0000 mgr.smithi110.unybfe (mgr.14180) 1222 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:16.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:15 smithi116 conmon[40473]: cluster 2024-01-27T23:48:15.572219+0000 mgr.smithi110.unybfe ( 2024-01-27T23:48:16.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:15 smithi116 conmon[40473]: mgr.14180) 1223 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:16.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:15 smithi110 conmon[35313]: audit 2024-01-27T23:48:14.987082+0000 mgr.smithi110.unybfe (mgr.14180) 1222 : audit [DBG] from='client.16082 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:16.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:15 smithi110 conmon[35313]: cluster 2024-01-27T23:48:15.572219+0000 mgr.smithi110.unybfe (mgr.14180) 1223 : cluster [DBG] pgmap v794: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:16.690 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:18.154 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:18 smithi110 conmon[35313]: cluster 2024-01-27T23:48:17.572735+0000 mgr.smithi110.unybfe (mgr.14180) 1224 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:18.507 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:18.507 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:18.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:18 smithi116 conmon[40473]: cluster 2024-01-27T23:48:17.572735+0000 mgr.smithi110.unybfe (mgr.14180) 1224 : cluster [DBG] pgmap v795: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:19.162 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:19.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:19 smithi110 conmon[35313]: audit 2024-01-27T23:48:18.504447+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:48:19.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:19 smithi110 conmon[35313]: 14180) 1225 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:19.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:19 smithi116 conmon[40473]: audit 2024-01-27T23:48:18.504447+0000 mgr.smithi110.unybfe (mgr.14180) 1225 : audit [DBG] from='client.16086 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:20.163 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:20 smithi116 conmon[40473]: cluster 2024-01-27T23:48:19.573409+0000 mgr.smithi110.unybfe (mgr.14180) 1226 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:20.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:20 smithi110 conmon[35313]: cluster 2024-01-27T23:48:19.573409+0000 mgr.smithi110.unybfe (mgr.14180) 1226 : cluster [DBG] pgmap v796: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:21.740 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:21 smithi110 conmon[35313]: cluster 2024-01-27T23:48:21.573955+0000 mgr.smithi110.unybfe (mgr.14180) 1227 : cluster [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:22.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:21 smithi116 conmon[40473]: cluster 2024-01-27T23:48:21.573955+0000 mgr.smithi110.unybfe (mgr.14180) 1227 : cluster 2024-01-27T23:48:22.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:21 smithi116 conmon[40473]: [DBG] pgmap v797: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:22.126 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:22.126 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:22.787 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:23.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:23 smithi116 conmon[40473]: audit 2024-01-27T23:48:22.122596+0000 mgr.smithi110.unybfe (mgr.14180) 1228 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:23.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:23 smithi110 conmon[35313]: audit 2024-01-27T23:48:22.122596+0000 mgr.smithi110.unybfe ( 2024-01-27T23:48:23.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:23 smithi110 conmon[35313]: mgr.14180) 1228 : audit [DBG] from='client.16090 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:23.788 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:24.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:24 smithi110 conmon[35313]: cluster 2024-01-27T23:48:23.574894+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:48:24.429 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:24 smithi110 conmon[35313]: 1229 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:24.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:24 smithi116 conmon[40473]: cluster 2024-01-27T23:48:23.574894+0000 mgr.smithi110.unybfe (mgr.14180) 1229 : cluster [DBG] pgmap v798: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:25.708 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:25.709 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:25.947 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:25 smithi110 conmon[35313]: cluster 2024-01-27T23:48:25.575395+0000 mgr.smithi110.unybfe (mgr.14180) 1230 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:26.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:25 smithi116 conmon[40473]: cluster 2024-01-27T23:48:25.575395+0000 mgr.smithi110.unybfe (mgr.14180) 1230 : cluster [DBG] pgmap v799: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:26.413 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:26.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:26 smithi110 conmon[35313]: audit 2024-01-27T23:48:25.704755+0000 mgr.smithi110.unybfe (mgr.14180) 1231 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:26.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:26 smithi110 conmon[35313]: 2024-01-27T23:48:27.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:26 smithi116 conmon[40473]: audit 2024-01-27T23:48:25.704755+0000 mgr.smithi110.unybfe (mgr.14180) 1231 : audit [DBG] from='client.16094 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:27.415 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:28.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:28 smithi116 conmon[40473]: cluster 2024-01-27T23:48:27.575853+0000 mgr.smithi110.unybfe (mgr.14180) 1232 : cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:28.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:28 smithi110 conmon[35313]: cluster 2024-01-27T23:48:27.575853+0000 mgr.smithi110.unybfe (mgr.14180) 1232 : 2024-01-27T23:48:28.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:28 smithi110 conmon[35313]: cluster [DBG] pgmap v800: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:29.279 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:29.279 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:29.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:29 smithi110 conmon[35313]: audit 2024-01-27T23:48:29.276063+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:48:29.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:29 smithi110 conmon[35313]: 1233 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:29.901 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:29 smithi110 conmon[35313]: cluster 2024-01-27T23:48:29.576431+0000 mgr.smithi110.unybfe (mgr.14180) 1234 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:29.919 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:30.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:29 smithi116 conmon[40473]: audit 2024-01-27T23:48:29.276063+0000 mgr.smithi110.unybfe (mgr.14180) 1233 : audit [DBG] from='client.16098 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:30.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:29 smithi116 conmon[40473]: cluster 2024-01-27T23:48:30.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:29 smithi116 conmon[40473]: 2024-01-27T23:48:29.576431+0000 mgr.smithi110.unybfe (mgr.14180) 1234 : cluster [DBG] pgmap v801: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:30.920 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:32.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:31 smithi116 conmon[40473]: cluster 2024-01-27T23:48:31.577033+0000 mgr.smithi110.unybfe (mgr.14180) 1235 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:32.101 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:31 smithi110 conmon[35313]: cluster 2024-01-27T23:48:31.577033+0000 mgr.smithi110.unybfe ( 2024-01-27T23:48:32.102 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:31 smithi110 conmon[35313]: mgr.14180) 1235 : cluster [DBG] pgmap v802: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:32.778 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:32.778 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:33.411 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:33.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:33 smithi110 conmon[35313]: audit 2024-01-27T23:48:32.774660+0000 mgr.smithi110.unybfe (mgr.14180) 1236 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:33.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:33 smithi110 conmon[35313]: cluster 2024-01-27T23:48:33.577535+0000 mgr.smithi110.unybfe (mgr.14180) 1237 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:34.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:33 smithi116 conmon[40473]: audit 2024-01-27T23:48:32.774660+0000 mgr.smithi110.unybfe (mgr.14180) 1236 : audit [DBG] from='client.16102 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:34.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:33 smithi116 conmon[40473]: cluster 2024-01-27T23:48:33.577535+0000 mgr.smithi110.unybfe (mgr.14180) 1237 : cluster [DBG] pgmap v803: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:34.412 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:36.336 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:36.336 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:36.993 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:36 smithi110 conmon[35313]: cluster 2024-01-27T23:48:35.578056+0000 mgr.smithi110.unybfe (mgr.14180) 1238 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:36.993 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:36 smithi110 conmon[35313]: audit 2024-01-27T23:48:36.332727+0000 mgr.smithi110.unybfe (mgr.14180) 1239 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:37.012 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:37.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:36 smithi116 conmon[40473]: cluster 2024-01-27T23:48:35.578056+0000 mgr.smithi110.unybfe (mgr.14180) 1238 : cluster [DBG] pgmap v804: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:37.028 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:36 smithi116 conmon[40473]: audit 2024-01-27T23:48:36.332727+0000 mgr.smithi110.unybfe (mgr.14180) 1239 : audit [DBG] from='client.16106 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:38.013 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:39.394 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:39 smithi110 conmon[35313]: cluster 2024-01-27T23:48:37.578722+0000 mgr.smithi110.unybfe (mgr.14180) 1240 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:39.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:39 smithi116 conmon[40473]: cluster 2024-01-27T23:48:37.578722+0000 mgr.smithi110.unybfe (mgr.14180) 1240 : cluster [DBG] pgmap v805: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:39.883 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:39.883 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:40.544 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:41 smithi116 conmon[40473]: cluster 2024-01-27T23:48:39.579213+0000 mgr.smithi110.unybfe (mgr.14180) 1241 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:41.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:41 smithi116 conmon[40473]: audit 2024-01-27T23:48:39.879607+0000 mgr.smithi110.unybfe (mgr.14180) 1242 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:41.545 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:41.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:41 smithi110 conmon[35313]: cluster 2024-01-27T23:48:39.579213+0000 mgr.smithi110.unybfe (mgr.14180) 1241 : cluster [DBG] pgmap v806: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:41.578 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:41 smithi110 conmon[35313]: audit 2024-01-27T23:48:39.879607+0000 mgr.smithi110.unybfe (mgr.14180) 1242 : audit [DBG] from='client.16110 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:43.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:43 smithi110 conmon[35313]: cluster 2024-01-27T23:48:41.579834+0000 mgr.smithi110.unybfe (mgr.14180) 1243 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:43.420 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:43.421 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:43.527 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:43 smithi116 conmon[40473]: cluster 2024-01-27T23:48:41.579834+0000 mgr.smithi110.unybfe (mgr.14180) 1243 : cluster [DBG] pgmap v807: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:44.043 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:44.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:44 smithi110 conmon[35313]: audit 2024-01-27T23:48:43.417678+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:48:44.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:44 smithi110 conmon[35313]: 1244 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:44.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:44 smithi116 conmon[40473]: audit 2024-01-27T23:48:43.417678+0000 mgr.smithi110.unybfe (mgr.14180) 1244 : audit [DBG] from='client.16114 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:45.045 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:45.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:45 smithi110 conmon[35313]: cluster 2024-01-27T23:48:43.580433+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:48:45.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:45 smithi110 conmon[35313]: 1245 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:45.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:45 smithi116 conmon[40473]: cluster 2024-01-27T23:48:43.580433+0000 mgr.smithi110.unybfe (mgr.14180) 1245 : cluster [DBG] pgmap v808: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:45.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:45 smithi116 conmon[40473]: 2024-01-27T23:48:46.948 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:46.948 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:47.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:47 smithi110 conmon[35313]: cluster 2024-01-27T23:48:45.580961+0000 mgr.smithi110.unybfe (mgr.14180) 1246 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:47.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:47 smithi116 conmon[40473]: cluster 2024-01-27T23:48:45.580961+0000 mgr.smithi110.unybfe (mgr.14180) 1246 : cluster [DBG] pgmap v809: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:47.643 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:48.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:48 smithi116 conmon[40473]: audit 2024-01-27T23:48:46.944308+0000 mgr.smithi110.unybfe (mgr.14180) 1247 : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:48.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:48 smithi110 conmon[35313]: audit 2024-01-27T23:48:46.944308+0000 mgr.smithi110.unybfe (mgr.14180) 1247 2024-01-27T23:48:48.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:48 smithi110 conmon[35313]: : audit [DBG] from='client.16118 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:48.643 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:49.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:49 smithi110 conmon[35313]: cluster 2024-01-27T23:48:47.581461+0000 mgr.smithi110.unybfe (mgr.14180) 1248 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:49.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:49 smithi116 conmon[40473]: cluster 2024-01-27T23:48:47.581461+0000 mgr.smithi110.unybfe (mgr.14180) 1248 : cluster [DBG] pgmap v810: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:49.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:49 smithi116 conmon[40473]: 2024-01-27T23:48:50.535 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:50.535 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:51.171 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:51.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:51 smithi116 conmon[40473]: cluster 2024-01-27T23:48:49.582231+0000 mgr.smithi110.unybfe (mgr.14180) 1249 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:51.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:51 smithi116 conmon[40473]: audit 2024-01-27T23:48:50.531038 2024-01-27T23:48:51.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:51 smithi116 conmon[40473]: +0000 mgr.smithi110.unybfe (mgr.14180) 1250 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:51.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:51 smithi110 conmon[35313]: cluster 2024-01-27T23:48:49.582231+0000 mgr.smithi110.unybfe (mgr.14180) 1249 : cluster [DBG] pgmap v811: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:51.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:51 smithi110 conmon[35313]: audit 2024-01-27T23:48:50.531038+0000 mgr.smithi110.unybfe (mgr.14180) 1250 : audit [DBG] from='client.16122 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:52.172 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:53.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:53 smithi110 conmon[35313]: cluster 2024-01-27T23:48:51.582746+0000 mgr.smithi110.unybfe (mgr.14180) 1251 : cluster 2024-01-27T23:48:53.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:53 smithi110 conmon[35313]: [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:53.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:53 smithi116 conmon[40473]: cluster 2024-01-27T23:48:51.582746+0000 mgr.smithi110.unybfe (mgr.14180) 1251 : cluster [DBG] pgmap v812: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:54.160 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:54.160 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:54.811 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:55.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:55 smithi116 conmon[40473]: cluster 2024-01-27T23:48:53.583366+0000 mgr.smithi110.unybfe (mgr.14180) 1252 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:55.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:55 smithi116 conmon[40473]: 2024-01-27T23:48:55.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:55 smithi116 conmon[40473]: audit 2024-01-27T23:48:54.156080+0000 mgr.smithi110.unybfe (mgr.14180) 1253 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:55.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:55 smithi110 conmon[35313]: cluster 2024-01-27T23:48:53.583366+0000 mgr.smithi110.unybfe (mgr.14180) 1252 : cluster [DBG] pgmap v813: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:55.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:55 smithi110 conmon[35313]: audit 2024-01-27T23:48:54.156080+0000 mgr.smithi110.unybfe (mgr.14180) 1253 : audit [DBG] from='client.16126 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:55.812 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:57.485 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:57 smithi110 conmon[35313]: cluster 2024-01-27T23:48:55.584096+0000 mgr.smithi110.unybfe (mgr.14180) 1254 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:57.485 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:57 smithi110 conmon[35313]: 2024-01-27T23:48:57.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:57 smithi116 conmon[40473]: cluster 2024-01-27T23:48:55.584096+0000 mgr.smithi110.unybfe (mgr.14180) 1254 : cluster [DBG] pgmap v814: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:57.869 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:48:57.869 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:48:58.508 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:48:59.509 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:48:59.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:59 smithi116 conmon[40473]: cluster 2024-01-27T23:48:57.584727+0000 mgr.smithi110.unybfe (mgr.14180) 1255 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:59.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:59 smithi116 conmon[40473]: audit 2024-01-27T23:48:57.865243+0000 mgr.smithi110.unybfe ( 2024-01-27T23:48:59.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:48:59 smithi116 conmon[40473]: mgr.14180) 1256 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:48:59.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:59 smithi110 conmon[35313]: cluster 2024-01-27T23:48:57.584727+0000 mgr.smithi110.unybfe (mgr.14180) 1255 : cluster [DBG] pgmap v815: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:48:59.543 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:48:59 smithi110 conmon[35313]: audit 2024-01-27T23:48:57.865243+0000 mgr.smithi110.unybfe (mgr.14180) 1256 : audit [DBG] from='client.16130 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:01.478 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:01.478 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:01.498 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:01 smithi110 conmon[35313]: cluster 2024-01-27T23:48:59.585527+0000 mgr.smithi110.unybfe (mgr.14180) 1257 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:01.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:01 smithi116 conmon[40473]: cluster 2024-01-27T23:48:59.585527+0000 mgr.smithi110.unybfe (mgr.14180) 1257 : cluster [DBG] pgmap v816: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:02.066 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:02.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:02 smithi110 conmon[35313]: audit 2024-01-27T23:49:01.474389+0000 mgr.smithi110.unybfe (mgr.14180) 1258 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:02.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:02 smithi116 conmon[40473]: audit 2024-01-27T23:49:01.474389+0000 mgr.smithi110.unybfe (mgr.14180) 1258 : audit [DBG] from='client.16134 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:03.068 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:03.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:03 smithi110 conmon[35313]: cluster 2024-01-27T23:49:01.585959+0000 mgr.smithi110.unybfe (mgr.14180) 1259 2024-01-27T23:49:03.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:03 smithi110 conmon[35313]: : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:03.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:03 smithi116 conmon[40473]: cluster 2024-01-27T23:49:01.585959+0000 mgr.smithi110.unybfe (mgr.14180) 1259 : cluster [DBG] pgmap v817: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:05.003 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:05.003 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:05.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:05 smithi110 conmon[35313]: cluster 2024-01-27T23:49:03.586415+0000 mgr.smithi110.unybfe (mgr.14180) 1260 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:05.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:05 smithi116 conmon[40473]: cluster 2024-01-27T23:49:03.586415+0000 mgr.smithi110.unybfe (mgr.14180) 1260 : cluster [DBG] pgmap v818: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:05.624 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:06.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:06 smithi116 conmon[40473]: audit 2024-01-27T23:49:04.999775+0000 mgr.smithi110.unybfe (mgr.14180) 1261 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:06.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:06 smithi116 conmon[40473]: 2024-01-27T23:49:06.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:06 smithi110 conmon[35313]: audit 2024-01-27T23:49:04.999775+0000 mgr.smithi110.unybfe (mgr.14180) 1261 : audit [DBG] from='client.16138 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:06.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:06 smithi110 conmon[35313]: 2024-01-27T23:49:06.625 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:07.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:07 smithi110 conmon[35313]: cluster 2024-01-27T23:49:05.587151+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:49:07.500 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:07 smithi110 conmon[35313]: 14180) 1262 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:07.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:07 smithi116 conmon[40473]: cluster 2024-01-27T23:49:05.587151+0000 mgr.smithi110.unybfe (mgr.14180) 1262 : cluster [DBG] pgmap v819: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:08.561 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:08.562 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:09.173 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:09.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:09 smithi116 conmon[40473]: cluster 2024-01-27T23:49:07.587813+0000 mgr.smithi110.unybfe (mgr.14180) 1263 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:09.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:09 smithi116 conmon[40473]: audit 2024-01-27T23:49:09.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:09 smithi116 conmon[40473]: 2024-01-27T23:49:08.558004+0000 mgr.smithi110.unybfe (mgr.14180) 1264 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:09.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:09 smithi110 conmon[35313]: cluster 2024-01-27T23:49:07.587813+0000 mgr.smithi110.unybfe (mgr.14180) 1263 : cluster [DBG] pgmap v820: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:09.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:09 smithi110 conmon[35313]: audit 2024-01-27T23:49:08.558004+0000 mgr.smithi110.unybfe (mgr.14180) 1264 : audit [DBG] from='client.16142 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:10.174 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:11.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:11 smithi110 conmon[35313]: cluster 2024-01-27T23:49:09.588401+0000 mgr.smithi110.unybfe 2024-01-27T23:49:11.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:11 smithi110 conmon[35313]: (mgr.14180) 1265 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:11.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:11 smithi116 conmon[40473]: cluster 2024-01-27T23:49:09.588401+0000 mgr.smithi110.unybfe (mgr.14180) 1265 : cluster [DBG] pgmap v821: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:12.158 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:12.158 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:12.798 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:13.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:13 smithi116 conmon[40473]: cluster 2024-01-27T23:49:11.588787+0000 mgr.smithi110.unybfe (mgr.14180) 1266 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:13.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:13 smithi116 conmon[40473]: audit 2024-01-27T23:49:12 2024-01-27T23:49:13.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:13 smithi116 conmon[40473]: .154691+0000 mgr.smithi110.unybfe (mgr.14180) 1267 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:13.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:13 smithi110 conmon[35313]: cluster 2024-01-27T23:49:11.588787+0000 mgr.smithi110.unybfe (mgr.14180) 1266 : cluster [DBG] pgmap v822: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:13.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:13 smithi110 conmon[35313]: audit 2024-01-27T23:49:12.154691+0000 mgr.smithi110.unybfe (mgr.14180) 1267 : audit [DBG] from='client.16146 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:13.799 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:15.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:15 smithi110 conmon[35313]: cluster 2024-01-27T23:49:13.589686+0000 mgr.smithi110.unybfe (mgr.14180) 1268 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:15.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:15 smithi116 conmon[40473]: cluster 2024-01-27T23:49:13.589686+0000 mgr.smithi110.unybfe (mgr.14180) 1268 : cluster [DBG] pgmap v823: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:15.735 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:15.736 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:16.347 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:17.348 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:17.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:17 smithi116 conmon[40473]: cluster 2024-01-27T23:49:15.590206+0000 mgr.smithi110.unybfe (mgr.14180) 1269 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:17.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:17 smithi116 conmon[40473]: audit 2024-01-27T23:49:15.732479+0000 mgr.smithi110.unybfe (mgr.14180) 1270 : audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:17.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:17 smithi110 conmon[35313]: cluster 2024-01-27T23:49:15.590206+0000 mgr.smithi110.unybfe (mgr.14180) 1269 : cluster [DBG] pgmap v824: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:17.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:17 smithi110 conmon[35313]: audit 2024-01-27T23:49:15.732479+0000 mgr.smithi110.unybfe (mgr.14180) 1270 : 2024-01-27T23:49:17.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:17 smithi110 conmon[35313]: audit [DBG] from='client.16150 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:19.323 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:19.323 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:19.490 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:19 smithi110 conmon[35313]: cluster 2024-01-27T23:49:17.590601+0000 mgr.smithi110.unybfe (mgr.14180) 1271 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:19.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:19 smithi116 conmon[40473]: cluster 2024-01-27T23:49:17.590601+0000 mgr.smithi110.unybfe (mgr.14180) 1271 : cluster [DBG] pgmap v825: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:19.897 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:20.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:20 smithi116 conmon[40473]: audit 2024-01-27T23:49:19.319510+0000 mgr.smithi110.unybfe (mgr.14180) 1272 : audit [DBG] from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:20.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:20 smithi110 conmon[35313]: audit 2024-01-27T23:49:19.319510+0000 mgr.smithi110.unybfe (mgr.14180) 1272 : audit [DBG] 2024-01-27T23:49:20.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:20 smithi110 conmon[35313]: from='client.16154 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:20.899 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:21.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:21 smithi116 conmon[40473]: cluster 2024-01-27T23:49:19.591130+0000 mgr.smithi110.unybfe (mgr.14180) 1273 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:21.565 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:21 smithi110 conmon[35313]: cluster 2024-01-27T23:49:19.591130 2024-01-27T23:49:21.565 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:21 smithi110 conmon[35313]: +0000 mgr.smithi110.unybfe (mgr.14180) 1273 : cluster [DBG] pgmap v826: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:22.896 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:22.896 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:23.485 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:23 smithi110 conmon[35313]: cluster 2024-01-27T23:49:21.591575+0000 mgr.smithi110.unybfe (mgr.14180) 1274 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:23.487 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:23.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:23 smithi116 conmon[40473]: cluster 2024-01-27T23:49:21.591575+0000 mgr.smithi110.unybfe (mgr.14180) 1274 : cluster [DBG] pgmap v827: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:24.487 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:24.517 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:24 smithi110 conmon[35313]: audit 2024-01-27T23:49:22.892951+0000 mgr.smithi110.unybfe (mgr.14180) 1275 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:24.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:24 smithi116 conmon[40473]: audit 2024-01-27T23:49:22.892951+0000 mgr.smithi110.unybfe (mgr.14180) 1275 : audit [DBG] from='client.16158 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:25.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:25 smithi116 conmon[40473]: cluster 2024-01-27T23:49:23.592109+0000 mgr.smithi110.unybfe (mgr.14180) 1276 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:25.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:25 smithi110 conmon[35313]: cluster 2024-01-27T23:49:23. 2024-01-27T23:49:25.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:25 smithi110 conmon[35313]: 592109+0000 mgr.smithi110.unybfe (mgr.14180) 1276 : cluster [DBG] pgmap v828: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:26.407 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:26.408 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:40:40.186933Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.gkukmw on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-gkukmw\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.gkukmw\nDeploy daemon haproxy.rgw.foo.smithi116.gkukmw ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:38:12Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:38:50Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:39:59Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error determining manifest MIME type for docker://haproxy:2.3: Error reading manifest sha256:058f434330f13dbbc46761f3e9a76af2408e9ec1898c9ac5a8baf00b42e756a9 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.413482Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.jefsty on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-jefsty\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.jefsty\nDeploy daemon haproxy.rgw.foo.smithi110.jefsty ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:41:17Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:41:54Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:42:32Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:43:13.414694Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.fhxztu on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:27.071 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:27.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:27 smithi110 conmon[35313]: cluster 2024-01-27T23:49:25.592668+0000 mgr.smithi110.unybfe (mgr.14180) 1277 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:27.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:27 smithi110 conmon[35313]: audit 2024-01-27T23:49:26.404145+0000 mgr.smithi110.unybfe (mgr.14180) 1278 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:27.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:27 smithi116 conmon[40473]: cluster 2024-01-27T23:49:25.592668+0000 mgr.smithi110.unybfe (mgr.14180) 1277 : cluster [DBG] pgmap v829: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:27.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:27 smithi116 conmon[40473]: audit 2024-01-27T23:49:26. 2024-01-27T23:49:27.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:27 smithi116 conmon[40473]: 404145+0000 mgr.smithi110.unybfe (mgr.14180) 1278 : audit [DBG] from='client.16162 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:28.072 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:28.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: cephadm 2024-01-27T23:49:27.391762+0000 mgr.smithi110.unybfe (mgr.14180) 1279 : cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.529 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: Traceback (most recent call last): 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: yield (conn, connr) 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: code, '\n'.join(err))) 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.530 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: cephadm 2024-01-27T23:49:27.391920+0000 mgr.smithi110.unybfe (mgr.14180) 1280 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: audit 2024-01-27T23:49:27.392239+0000 mon.smithi110 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.geeqce"}]: dispatch 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: cephadm 2024-01-27T23:49:27.392821+0000 mgr.smithi110.unybfe (mgr.14180) 1281 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:28.531 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: cephadm 2024-01-27T23:49:27.393998+0000 mgr.smithi110.unybfe (mgr.14180) 1282 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: cephadm 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: 2024-01-27T23:49:27.394972+0000 mgr.smithi110.unybfe (mgr.14180) 1283 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:49:28.532 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:28 smithi116 conmon[40473]: cluster 2024-01-27T23:49:27.395756+0000 mgr.smithi110.unybfe (mgr.14180) 1284 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: cephadm 2024-01-27T23:49:27.391762+0000 mgr.smithi110.unybfe (mgr.14180) 1279 : 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: cephadm [ERR] cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.581 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: Traceback (most recent call last): 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1538, in _remote_connection 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: yield (conn, connr) 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: File "/usr/share/ceph/mgr/cephadm/serve.py", line 1426, in _run_cephadm 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: code, '\n'.join(err))) 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.582 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: limit 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: cephadm 2024-01-27T23:49:27.391920+0000 mgr.smithi110.unybfe (mgr.14180) 1280 : cephadm [INF] Removing key for client.ingress.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: audit 2024-01-27T23:49:27.392239+0000 mon.smithi110 (mon.0) 721 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' cmd=[{"prefix": "auth rm", "entity": "client.ingress.rgw.foo.smithi110.geeqce"}]: dispatch 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: cephadm 2024-01-27T23:49:27.392821+0000 mgr.smithi110.unybfe (mgr.14180) 1281 : cephadm [ERR] Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:49:28.583 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: cephadm 2024-01-27T23:49:27.393998+0000 mgr.smithi110.unybfe (mgr.14180) 1282 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: cephadm 2024-01-27T23:49:27.394972+0000 mgr.smithi110.unybfe (mgr.14180) 1283 : cephadm [ERR] Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:49:28.584 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:28 smithi110 conmon[35313]: cluster 2024-01-27T23:49:27.395756+0000 mgr.smithi110.unybfe (mgr.14180) 1284 : cluster [DBG] pgmap v830: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:29.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:29 smithi116 conmon[40473]: cluster 2024-01-27T23:49:28.242838+0000 mon.smithi110 (mon.0) 722 : cluster [WRN] Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:49:29.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:29 smithi110 conmon[35313]: cluster 2024-01-27T23:49:28.242838+0000 mon.smithi110 (mon.0) 722 : cluster [WRN] 2024-01-27T23:49:29.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:29 smithi110 conmon[35313]: Health check failed: Failed to place 4 daemon(s) (CEPHADM_DAEMON_PLACE_FAIL) 2024-01-27T23:49:30.071 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:30.071 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:30.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:30 smithi110 conmon[35313]: cluster 2024-01-27T23:49:29.396348+0000 mgr.smithi110.unybfe (mgr.14180) 1285 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:30.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:30 smithi116 conmon[40473]: cluster 2024-01-27T23:49:29.396348+0000 mgr.smithi110.unybfe (mgr.14180) 1285 : cluster [DBG] pgmap v831: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:30.655 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:31 smithi116 conmon[40473]: audit 2024-01-27T23:49:30.067014+0000 mgr.smithi110.unybfe (mgr. 2024-01-27T23:49:31.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:31 smithi116 conmon[40473]: 14180) 1286 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:31.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:31 smithi110 conmon[35313]: audit 2024-01-27T23:49:30.067014+0000 mgr.smithi110.unybfe (mgr.14180) 1286 : audit [DBG] from='client.16166 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:31.656 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:32.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:32 smithi110 conmon[35313]: audit 2024-01-27T23:49:31.311723+0000 2024-01-27T23:49:32.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:32 smithi110 conmon[35313]: mon.smithi110 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:49:32.564 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:32 smithi110 conmon[35313]: cluster 2024-01-27T23:49:31.396976+0000 mgr.smithi110.unybfe (mgr.14180) 1287 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:32.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:32 smithi116 conmon[40473]: audit 2024-01-27T23:49:31.311723+0000 mon.smithi110 (mon.0) 723 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:49:32.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:32 smithi116 conmon[40473]: cluster 2024-01-27T23:49:31 2024-01-27T23:49:32.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:32 smithi116 conmon[40473]: .396976+0000 mgr.smithi110.unybfe (mgr.14180) 1287 : cluster [DBG] pgmap v832: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:33.646 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:33.646 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:34.237 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:34.601 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:34 smithi110 conmon[35313]: cluster 2024-01-27T23:49:33.397607+0000 mgr.smithi110.unybfe (mgr.14180) 1288 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:34.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:34 smithi116 conmon[40473]: cluster 2024-01-27T23:49:33.397607+0000 mgr.smithi110.unybfe (mgr.14180) 1288 : cluster [DBG] pgmap v833: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:35.238 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:35.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:35 smithi110 conmon[35313]: audit 2024-01-27T23:49:33.642231+0000 mgr.smithi110.unybfe (mgr.14180) 1289 : audit 2024-01-27T23:49:35.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:35 smithi110 conmon[35313]: [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:35.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:35 smithi116 conmon[40473]: audit 2024-01-27T23:49:33.642231+0000 mgr.smithi110.unybfe (mgr.14180) 1289 : audit [DBG] from='client.16170 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:36.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:36 smithi116 conmon[40473]: cluster 2024-01-27T23:49:35.398350+0000 mgr.smithi110.unybfe (mgr.14180) 1290 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:36.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:36 smithi116 conmon[40473]: 2024-01-27T23:49:36.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:36 smithi110 conmon[35313]: cluster 2024-01-27T23:49:35.398350+0000 mgr.smithi110.unybfe (mgr.14180) 1290 : cluster [DBG] pgmap v834: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:37.229 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:37.229 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:37.876 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:38.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:38 smithi116 conmon[40473]: audit 2024-01-27T23:49:37.225372+0000 mgr.smithi110.unybfe (mgr.14180) 1291 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:38.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:38 smithi116 conmon[40473]: cluster 2024-01-27T23:49:37.399004+0000 mgr.smithi110.unybfe ( 2024-01-27T23:49:38.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:38 smithi116 conmon[40473]: mgr.14180) 1292 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:38.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:38 smithi110 conmon[35313]: audit 2024-01-27T23:49:37.225372+0000 mgr.smithi110.unybfe (mgr.14180) 1291 : audit [DBG] from='client.16174 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:38.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:38 smithi110 conmon[35313]: cluster 2024-01-27T23:49:37.399004+0000 mgr.smithi110.unybfe (mgr.14180) 1292 : cluster [DBG] pgmap v835: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:38.878 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:40.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:40 smithi116 conmon[40473]: cluster 2024-01-27T23:49:39.399665+0000 mgr.smithi110.unybfe (mgr.14180) 1293 : cluster [DBG] 2024-01-27T23:49:40.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:40 smithi116 conmon[40473]: pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:40.787 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:40.787 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:40.814 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:40 smithi110 conmon[35313]: cluster 2024-01-27T23:49:39.399665+0000 mgr.smithi110.unybfe (mgr.14180) 1293 : cluster [DBG] pgmap v836: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:41.412 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:42.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:41 smithi116 conmon[40473]: audit 2024-01-27T23:49:40.784129+0000 mgr.smithi110.unybfe (mgr.14180) 1294 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:42.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:41 smithi116 conmon[40473]: audit 2024-01-27T23:49:40.865303+0000 mon.smithi110 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:49:42.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:41 smithi116 conmon[40473]: cluster 2024-01-27T23:49:41.400198+0000 2024-01-27T23:49:42.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:41 smithi116 conmon[40473]: mgr.smithi110.unybfe (mgr.14180) 1295 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:42.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:41 smithi110 conmon[35313]: audit 2024-01-27T23:49:40.784129+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:49:42.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:41 smithi110 conmon[35313]: 1294 : audit [DBG] from='client.16178 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:42.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:41 smithi110 conmon[35313]: audit 2024-01-27T23:49:40.865303+0000 mon.smithi110 (mon.0) 724 : audit [INF] from='mgr.14180 172.21.15.110:0/1911327387' entity='mgr.smithi110.unybfe' 2024-01-27T23:49:42.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:41 smithi110 conmon[35313]: cluster 2024-01-27T23:49:41.400198+0000 mgr.smithi110.unybfe (mgr.14180) 1295 : cluster [DBG] pgmap v837: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:42.413 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:44.291 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:44.291 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:44.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:44 smithi110 conmon[35313]: cluster 2024-01-27T23:49:43.400926+0000 mgr.smithi110.unybfe (mgr.14180) 1296 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:44.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:44 smithi116 conmon[40473]: cluster 2024-01-27T23:49:43.400926+0000 mgr.smithi110.unybfe (mgr.14180) 1296 : cluster [DBG] pgmap v838: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:44.919 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:45.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:45 smithi116 conmon[40473]: audit 2024-01-27T23:49:44.287522+0000 mgr.smithi110.unybfe (mgr.14180) 1297 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:45.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:45 smithi110 conmon[35313]: audit 2024-01-27T23:49:44.287522+0000 mgr.smithi110.unybfe (mgr.14180) 1297 : audit [DBG] from='client.16182 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:45.920 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:46.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:46 smithi116 conmon[40473]: cluster 2024-01-27T23:49:45.401799+0000 mgr.smithi110.unybfe (mgr.14180) 1298 : cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:46.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:46 smithi116 conmon[40473]: 2024-01-27T23:49:46.794 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:46 smithi110 conmon[35313]: cluster 2024-01-27T23:49:45.401799+0000 mgr.smithi110.unybfe (mgr.14180) 1298 : 2024-01-27T23:49:46.794 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:46 smithi110 conmon[35313]: cluster [DBG] pgmap v839: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:47.775 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:47.775 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:48.412 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:48 smithi110 conmon[35313]: cluster 2024-01-27T23:49:47.402363+0000 mgr.smithi110.unybfe (mgr.14180) 1299 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:48.426 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:48.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:48 smithi116 conmon[40473]: cluster 2024-01-27T23:49:47.402363+0000 mgr.smithi110.unybfe (mgr.14180) 1299 : cluster [DBG] pgmap v840: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:49.427 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:49.460 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:49 smithi110 conmon[35313]: audit 2024-01-27T23:49:47.771634+0000 mgr.smithi110.unybfe (mgr.14180) 1300 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:49.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:49 smithi116 conmon[40473]: audit 2024-01-27T23:49:47.771634+0000 mgr.smithi110.unybfe (mgr.14180) 1300 : audit [DBG] from='client.16186 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:50.351 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:50 smithi110 conmon[35313]: cluster 2024-01-27T23:49:49.403218+0000 mgr.smithi110.unybfe (mgr.14180) 2024-01-27T23:49:50.352 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:50 smithi110 conmon[35313]: 1301 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:50.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:50 smithi116 conmon[40473]: cluster 2024-01-27T23:49:49.403218+0000 mgr.smithi110.unybfe (mgr.14180) 1301 : cluster [DBG] pgmap v841: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:51.447 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:51.448 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:52.135 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:52.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:52 smithi116 conmon[40473]: cluster 2024-01-27T23:49:51.403774+0000 mgr.smithi110.unybfe (mgr.14180) 1302 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:52.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:52 smithi116 conmon[40473]: 2024-01-27T23:49:52.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:52 smithi116 conmon[40473]: audit 2024-01-27T23:49:51.444082+0000 mgr.smithi110.unybfe (mgr.14180) 1303 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:52.851 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:52 smithi110 conmon[35313]: cluster 2024-01-27T23:49:51.403774+0000 mgr.smithi110.unybfe (mgr.14180) 1302 : cluster [DBG] pgmap v842: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:52.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:52 smithi110 conmon[35313]: audit 2024-01-27T23:49:51.444082+0000 mgr.smithi110.unybfe (mgr.14180) 1303 : audit [DBG] from='client.16190 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:53.136 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:54.628 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:54 smithi110 conmon[35313]: cluster 2024-01-27T23:49:53.404457+0000 mgr.smithi110.unybfe (mgr.14180) 1304 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:54.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:54 smithi116 conmon[40473]: cluster 2024-01-27T23:49:53.404457+0000 mgr.smithi110.unybfe (mgr.14180) 1304 : cluster [DBG] pgmap v843: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:54.997 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:54.998 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:55.670 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:49:56.671 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:49:56.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:56 smithi116 conmon[40473]: audit 2024-01-27T23:49:54.994035+0000 mgr.smithi110.unybfe (mgr.14180) 1305 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:56.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:56 smithi116 conmon[40473]: 2024-01-27T23:49:56.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:56 smithi116 conmon[40473]: cluster 2024-01-27T23:49:55.405144+0000 mgr.smithi110.unybfe (mgr.14180) 1306 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:56.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:56 smithi110 conmon[35313]: audit 2024-01-27T23:49:54.994035+0000 mgr.smithi110.unybfe (mgr.14180) 1305 : audit [DBG] from='client.16194 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:49:56.852 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:56 smithi110 conmon[35313]: cluster 2024-01-27T23:49:55.405144+0000 mgr.smithi110.unybfe (mgr.14180) 1306 : cluster [DBG] pgmap v844: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:58.286 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:49:58 smithi110 conmon[35313]: cluster 2024-01-27T23:49:57.405995+0000 mgr.smithi110.unybfe (mgr.14180) 1307 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:58.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:49:58 smithi116 conmon[40473]: cluster 2024-01-27T23:49:57.405995+0000 mgr.smithi110.unybfe (mgr.14180) 1307 : cluster [DBG] pgmap v845: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:49:58.613 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:49:58.613 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:49:59.275 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:50:00.276 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm --image quay-quay-quay.apps.os.sepia.ceph.com/ceph-ci/ceph:a72a5dace2353a54147d37bd2699a2a482507966 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 -- ceph orch ls -f json 2024-01-27T23:50:00.602 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: audit 2024-01-27T23:49:58.608915+0000 mgr.smithi110.unybfe (mgr.14180) 1308 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:49:59.406986+0000 mgr.smithi110.unybfe (mgr.14180) 1309 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000187+0000 mon.smithi110 (mon.0) 725 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000237+0000 mon.smithi110 (mon.0) 726 : cluster [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000256+0000 mon.smithi110 (mon.0) 727 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000276+0000 mon.smithi110 (mon.0) 728 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000309+0000 mon.smithi110 (mon.0) 729 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000372+0000 mon.smithi110 (mon.0) 730 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000401+0000 mon.smithi110 (mon.0) 731 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000425+0000 mon.smithi110 (mon.0) 732 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.603 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000476+0000 mon.smithi110 (mon.0) 733 : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000499+0000 mon.smithi110 (mon.0) 734 : cluster [WRN] stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000534+0000 mon.smithi110 (mon.0) 735 : cluster 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: [WRN] stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000561+0000 mon.smithi110 (mon.0) 736 : cluster [WRN] stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.000573+0000 mon.smithi110 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: (mon.0) 737 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 2024-01-27T23:50: 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 00.000590+0000 mon.smithi110 (mon. 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 0) 738 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 2024-01-27T23:50:00.604 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -27T23:50:00. 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 000601+0000 mon.smithi110 (mon.0) 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 739 : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024- 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 01-27T23:50:00.000618 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: +0000 mon.smithi110 (mon.0) 740 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 2024-01-27T23:50:00 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: .000631+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: ) 741 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024- 2024-01-27T23:50:00.605 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 01-27T23:50:00 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: .000642+0000 mon.smithi110 (mon.0) 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 742 : cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024- 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 01-27T23:50:00. 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 000652+0000 mon.smithi110 (mon.0) 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 743 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -01-27T23:50: 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 00.000661+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.606 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: ) 744 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 23:50:00.000672+0000 mon.smithi110 (mon. 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 0) 745 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -27T23:50:00.000681+0000 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: mon.smithi110 (mon.0) 746 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: : cluster [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -01-27T23:50:00 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: .000694+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: ) 747 : cluster [WRN] stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:50:00.607 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -01-27T23:50:00 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: .000716+0000 mon.smithi110 (mon. 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 0) 748 : cluster [WRN] stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 2024-01-27T23:50:00.000726+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: ) 749 : cluster [WRN] stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024-01 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -27T23:50:00.000746+0000 mon.smithi110 (mon 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: .0) 750 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -01-27T23:50:00. 2024-01-27T23:50:00.608 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 000755+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: ) 751 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -01-27T23:50:00. 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 000765+0000 mon.smithi110 (mon.0) 752 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: : cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -01-27T23:50:00 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: .000776+0000 mon.smithi110 (mon. 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: 0) 753 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: cluster 2024 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: -01-27T23:50:00 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: .000786+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.609 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:00 smithi110 conmon[35313]: ) 754 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:50:00.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: audit 2024-01-27T23:49:58.608915+0000 mgr.smithi110.unybfe (mgr.14180) 1308 : audit [DBG] from='client.16198 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:49:59.406986+0000 mgr.smithi110.unybfe (mgr.14180) 1309 : cluster [DBG] pgmap v846: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000187+0000 mon.smithi110 (mon.0) 725 : cluster [WRN] Health detail: HEALTH_WARN Failed to place 4 daemon(s) 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 23:50:00.000237+0000 mon.smithi110 (mon.0) 726 : cluster 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: [WRN] [WRN] CEPHADM_DAEMON_PLACE_FAIL: Failed to place 4 daemon(s) 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000256 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 727 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024- 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 01-27T23:50:00.000276+0000 mon.smithi110 (mon.0) 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 728 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr 2024-01-27T23:50:00.779 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: .000309+0000 mon.smithi110 (mon.0) 729 : cluster [WRN] 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000372+0000 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: mon.smithi110 (mon.0) 730 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: :50:00.000401+0000 mon.smithi110 (mon.0) 731 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi116.rxphsr ... 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01- 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 27T23:50:00.000425+0000 mon.smithi110 (mon.0) 732 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: :00.000476+0000 mon.smithi110 (mon.0) 733 : cluster 2024-01-27T23:50:00.780 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000499+0000 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: mon.smithi110 (mon.0) 734 : cluster [WRN] stat: stderr time="2024-01-27T23:44:56Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000534+0000 mon.smithi110 (mon. 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 0) 735 : cluster [WRN] stat: stderr time="2024-01-27T23:45:33Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: :00.000561+0000 mon.smithi110 (mon.0) 736 : cluster [WRN] 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:46:12Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000573+0000 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: mon.smithi110 (mon.0) 737 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: -01-27T23:50:00.000590+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: ) 738 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.781 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: :50:00.000601+0000 mon.smithi110 (mon.0) 739 : 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster [WRN] ERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000618 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: +0000 mon.smithi110 (mon.0) 740 : cluster [WRN] Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024- 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 01-27T23:50:00.000631+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: ) 741 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: :50:00.000642+0000 mon.smithi110 (mon.0) 742 : 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster [WRN] Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:50:00.782 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000652+0000 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: mon.smithi110 (mon.0) 743 : cluster [WRN] /bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024- 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 01-27T23:50:00.000661+0000 mon.smithi110 (mon. 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 0) 744 : cluster [WRN] Deploy daemon haproxy.rgw.foo.smithi110.geeqce ... 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: T23:50:00.000672+0000 mon.smithi110 (mon.0) 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 745 : cluster [WRN] Non-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50: 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 00.000681+0000 mon.smithi110 (mon.0) 746 : cluster 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: [WRN] stat: stderr Trying to pull docker.io/library/haproxy:2.3... 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00. 2024-01-27T23:50:00.783 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 000694+0000 mon.smithi110 (mon.0) 747 : cluster [WRN] stat: stderr time="2024-01-27T23:47:30Z" level=warning msg="failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: :00.000716+0000 mon.smithi110 (mon.0) 748 : cluster [WRN] stat: stderr time="2024-01-27T23:48:07Z" level=warning msg="failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: .000726+0000 mon.smithi110 (mon.0) 749 : cluster [WRN] 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: stat: stderr time="2024-01-27T23:48:46Z" level=warning msg="failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit" 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000746+0000 mon.smithi110 ( 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: mon.0) 750 : cluster [WRN] stat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: -27T23:50:00.000755+0000 mon.smithi110 (mon.0) 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 751 : cluster [WRN] stat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get "https://docker-mirror.front.sepia.ceph.com:5000/v2/": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: .000765+0000 mon.smithi110 (mon.0) 752 : cluster [WRN] 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 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=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib 2024-01-27T23:50:00.784 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024-01-27T23:50:00.000776+0000 2024-01-27T23:50:00.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: mon.smithi110 (mon.0) 753 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:50:00.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: cluster 2024- 2024-01-27T23:50:00.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: 01-27T23:50:00.000786+0000 mon.smithi110 (mon.0 2024-01-27T23:50:00.785 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:00 smithi116 conmon[40473]: ) 754 : cluster [WRN] Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo 2024-01-27T23:50:02.161 INFO:teuthology.orchestra.run.smithi110.stdout: 2024-01-27T23:50:02.161 INFO:teuthology.orchestra.run.smithi110.stdout:[{"placement": {"count": 1}, "service_name": "alertmanager", "service_type": "alertmanager", "status": {"created": "2024-01-27T23:22:06.636354Z", "last_refresh": "2024-01-27T23:44:19.182766Z", "ports": [9093, 9094], "running": 1, "size": 1}}, {"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"created": "2024-01-27T23:22:01.274827Z", "last_refresh": "2024-01-27T23:44:15.168899Z", "running": 2, "size": 2}}, {"placement": {"count": 1}, "service_name": "grafana", "service_type": "grafana", "status": {"created": "2024-01-27T23:22:04.144275Z", "last_refresh": "2024-01-27T23:44:19.183047Z", "ports": [3000], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:43:13.415682Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.jlukzg on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:46:53.345845Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi116.rxphsr on smithi116: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi116-rxphsr\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi116.rxphsr\nDeploy daemon haproxy.rgw.foo.smithi116.rxphsr ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:44:56Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:45:33Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:46:12Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi116 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.392734Z service:ingress.rgw.foo [ERROR] \"Failed while placing haproxy.rgw.foo.smithi110.geeqce on smithi110: cephadm exited with an error code: 1, stderr:Non-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy-rgw-foo-smithi110-geeqce\nNon-zero exit code 125 from /bin/podman container inspect --format {{.State.Status}} ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\n/bin/podman: stderr Error: error inspecting object: no such container ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-haproxy.rgw.foo.smithi110.geeqce\nDeploy daemon haproxy.rgw.foo.smithi110.geeqce ...\nNon-zero exit code 125 from /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\nstat: stderr Trying to pull docker.io/library/haproxy:2.3...\nstat: stderr time=\"2024-01-27T23:47:30Z\" level=warning msg=\"failed, retrying in 1s ... (1/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:07Z\" level=warning msg=\"failed, retrying in 2s ... (2/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr time=\"2024-01-27T23:48:46Z\" level=warning msg=\"failed, retrying in 4s ... (3/3). Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \\\"https://docker-mirror.front.sepia.ceph.com:5000/v2/\\\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\"\nstat: stderr toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nstat: stderr Error: Error initializing source docker://haproxy:2.3: (Mirrors also failed: [docker-mirror.front.sepia.ceph.com:5000/library/haproxy:2.3: error pinging docker registry docker-mirror.front.sepia.ceph.com:5000: Get \"https://docker-mirror.front.sepia.ceph.com:5000/v2/\": dial tcp 172.21.0.79:5000: connect: no route to host]): docker.io/library/haproxy:2.3: Error reading manifest 2.3 in docker.io/library/haproxy: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit\nERROR: Failed to extract uid/gid for path /var/lib: Failed command: /bin/podman run --rm --ipc=host --stop-signal=SIGTERM --net=host --entrypoint stat --init -e CONTAINER_IMAGE=docker.io/library/haproxy:2.3 -e NODE_NAME=smithi110 -e CEPH_USE_RANDOM_NONCE=1 docker.io/library/haproxy:2.3 -c %u %g /var/lib\"", "2024-01-27T23:49:27.393927Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi110.wkbquj on smithi110: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\"", "2024-01-27T23:49:27.394909Z service:ingress.rgw.foo [ERROR] \"Failed while placing keepalived.rgw.foo.smithi116.ssbiic on smithi116: Failed to generate keepalived.conf: No daemons deployed for ingress.rgw.foo\""], "placement": {"count": 2}, "service_id": "rgw.foo", "service_name": "ingress.rgw.foo", "service_type": "ingress", "spec": {"backend_service": "rgw.foo", "frontend_port": 9000, "monitor_port": 9001, "virtual_ip": "10.0.31.110/16"}, "status": {"created": "2024-01-27T23:26:49.136934Z", "ports": [9000, 9001], "running": 0, "size": 4, "virtual_ip": "10.0.31.110/16"}}, {"placement": {"count": 2}, "service_name": "mgr", "service_type": "mgr", "status": {"created": "2024-01-27T23:21:59.792510Z", "last_refresh": "2024-01-27T23:44:15.169034Z", "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:25.317688Z service:mon [INFO] \"service was created\""], "placement": {"count": 2, "hosts": ["smithi110:172.21.15.110=smithi110", "smithi116:172.21.15.116=smithi116"]}, "service_name": "mon", "service_type": "mon", "status": {"created": "2024-01-27T23:23:25.315084Z", "last_refresh": "2024-01-27T23:44:15.169102Z", "running": 2, "size": 2}}, {"placement": {"host_pattern": "*"}, "service_name": "node-exporter", "service_type": "node-exporter", "status": {"created": "2024-01-27T23:22:05.395052Z", "last_refresh": "2024-01-27T23:44:15.169164Z", "ports": [9100], "running": 2, "size": 2}}, {"events": ["2024-01-27T23:23:54.877870Z service:osd.all-available-devices [INFO] \"service was created\""], "placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"created": "2024-01-27T23:23:54.874723Z", "last_refresh": "2024-01-27T23:44:15.169224Z", "running": 8, "size": 8}}, {"placement": {"count": 1}, "service_name": "prometheus", "service_type": "prometheus", "status": {"created": "2024-01-27T23:22:02.963123Z", "last_refresh": "2024-01-27T23:44:19.183302Z", "ports": [9095], "running": 1, "size": 1}}, {"events": ["2024-01-27T23:26:49.136689Z service:rgw.foo [INFO] \"service was created\""], "placement": {"count": 4, "host_pattern": "*"}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 8000}, "status": {"created": "2024-01-27T23:26:56.431165Z", "last_refresh": "2024-01-27T23:44:15.169455Z", "ports": [8000], "running": 4, "size": 4}}] 2024-01-27T23:50:02.739 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:02 smithi116 conmon[40473]: cluster 2024-01-27T23:50:01.407515+0000 mgr.smithi110.unybfe (mgr.14180) 1310 2024-01-27T23:50:02.740 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:02 smithi116 conmon[40473]: : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:50:02.835 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:02 smithi110 conmon[35313]: cluster 2024-01-27T23:50:01.407515+0000 mgr.smithi110.unybfe (mgr.14180) 1310 : cluster [DBG] pgmap v847: 129 pgs: 129 active+clean; 5.3 KiB data, 2.3 GiB used, 713 GiB / 715 GiB avail 2024-01-27T23:50:02.852 INFO:tasks.cephadm:ingress.rgw.foo has 0/4 2024-01-27T23:50:02.855 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-27T23:50:03.100 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=ba0a40688b84497caaaac8c486abfa02 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_585bdf827237450fb80df4a856eba434a64948fa/qa/tasks/cephadm.py", line 1119, in wait_for_service while proceed(): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/contextutil.py", line 134, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: reached maximum tries (301) after waiting for 300 seconds 2024-01-27T23:50:03.102 DEBUG:teuthology.run_tasks:Unwinding manager vip 2024-01-27T23:50:03.112 INFO:tasks.vip:Removing 10.0.15.110 (and any VIPs) on smithi110.front.sepia.ceph.com iface enp3s0f1... 2024-01-27T23:50:03.112 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.15.110/16 dev enp3s0f1 2024-01-27T23:50:03.158 DEBUG:teuthology.orchestra.run.smithi110:> sudo ip addr del 10.0.31.110/16 dev enp3s0f1 2024-01-27T23:50:03.224 INFO:teuthology.orchestra.run.smithi110.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-27T23:50:03.225 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-27T23:50:03.226 INFO:tasks.vip:Removing 10.0.15.116 (and any VIPs) on smithi116.front.sepia.ceph.com iface enp3s0f1... 2024-01-27T23:50:03.226 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.15.116/16 dev enp3s0f1 2024-01-27T23:50:03.280 DEBUG:teuthology.orchestra.run.smithi116:> sudo ip addr del 10.0.31.110/16 dev enp3s0f1 2024-01-27T23:50:03.309 INFO:teuthology.orchestra.run.smithi116.stderr:RTNETLINK answers: Cannot assign requested address 2024-01-27T23:50:03.310 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-27T23:50:03.310 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-27T23:50:03.320 INFO:tasks.cephadm:Teardown begin 2024-01-27T23:50:03.321 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:50:03.348 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:50:03.380 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-27T23:50:03.380 DEBUG:teuthology.orchestra.run.smithi110:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-27T23:50:03.405 DEBUG:teuthology.orchestra.run.smithi116:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-27T23:50:03.437 INFO:tasks.cephadm:Stopping all daemons... 2024-01-27T23:50:03.438 INFO:tasks.cephadm.mon.smithi110:Stopping mon.smithi110... 2024-01-27T23:50:03.438 DEBUG:teuthology.orchestra.run.smithi110:> sudo systemctl stop ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi110 2024-01-27T23:50:03.528 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:03 smithi116 conmon[40473]: audit 2024-01-27T23:50:02.157565+0000 mgr.smithi110.unybfe (mgr.14180) 1311 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:03.780 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:03 smithi110 conmon[35313]: audit 2024-01-27T23:50:02.157565+0000 mgr.smithi110.unybfe 2024-01-27T23:50:03.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:03 smithi110 conmon[35313]: (mgr.14180) 1311 : audit [DBG] from='client.16202 -' entity='client.admin' cmd=[{"prefix": "orch ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-27T23:50:03.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:03 smithi110 systemd[1]: Stopping Ceph mon.smithi110 for b027ead4-bd6a-11ee-95b2-87774f69a715... 2024-01-27T23:50:03.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:03 smithi110 bash[240775]: Error: no container with name or ID ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-mon.smithi110 found: no such container 2024-01-27T23:50:03.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:03 smithi110 conmon[35313]: debug 2024-01-27T23:50:03.779+0000 7fd48a015700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi110 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-27T23:50:03.781 INFO:journalctl@ceph.mon.smithi110.smithi110.stdout:Jan 27 23:50:03 smithi110 conmon[35313]: debug 2024-01-27T23:50:03.779+0000 7fd48a015700 -1 mon.smithi110@0(leader) e2 *** Got Signal Terminated *** 2024-01-27T23:50:04.601 DEBUG:teuthology.orchestra.run.smithi110:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi110.service' 2024-01-27T23:50:04.666 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T23:50:04.666 INFO:tasks.cephadm.mon.smithi110:Stopped mon.smithi110 2024-01-27T23:50:04.667 INFO:tasks.cephadm.mon.smithi116:Stopping mon.smithi116... 2024-01-27T23:50:04.667 DEBUG:teuthology.orchestra.run.smithi116:> sudo systemctl stop ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi116 2024-01-27T23:50:04.975 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:04 smithi116 systemd[1]: Stopping Ceph mon.smithi116 for b027ead4-bd6a-11ee-95b2-87774f69a715... 2024-01-27T23:50:04.976 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:04 smithi116 bash[71294]: Error: no container with name or ID ceph-b027ead4-bd6a-11ee-95b2-87774f69a715-mon.smithi116 found: no such container 2024-01-27T23:50:05.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:04 smithi116 conmon[40473]: debug 2024-01-27T23:50:04.975+0000 7fd6527ff700 -1 received signal: Terminated from /dev/init -- /usr/bin/ceph-mon -n mon.smithi116 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-27T23:50:05.278 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:04 smithi116 conmon[40473]: debug 2024-01-27T23:50:04.975+0000 7fd6527ff700 -1 mon.smithi116@1(peon) e2 *** Got Signal Terminated *** 2024-01-27T23:50:05.778 INFO:journalctl@ceph.mon.smithi116.smithi116.stdout:Jan 27 23:50:05 smithi116 bash[71409]: 6aafc92779f4486acb320fdbd5fb564a4d6a1fa8d2260e985dec418c1751b418 2024-01-27T23:50:05.925 DEBUG:teuthology.orchestra.run.smithi116:> sudo pkill -f 'journalctl -f -n 0 -u ceph-b027ead4-bd6a-11ee-95b2-87774f69a715@mon.smithi116.service' 2024-01-27T23:50:05.991 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-27T23:50:05.992 INFO:tasks.cephadm.mon.smithi116:Stopped mon.smithi116 2024-01-27T23:50:05.992 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 --force --keep-logs 2024-01-27T23:51:06.251 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 --force --keep-logs 2024-01-27T23:52:01.146 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:52:01.184 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-27T23:52:01.214 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-27T23:52:01.216 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119/remote/ubuntu@smithi110.front.sepia.ceph.com/crash 2024-01-27T23:52:01.217 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/crash -- . 2024-01-27T23:52:01.262 INFO:teuthology.orchestra.run.smithi110.stderr:tar: /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/crash: Cannot open: No such file or directory 2024-01-27T23:52:01.262 INFO:teuthology.orchestra.run.smithi110.stderr:tar: Error is not recoverable: exiting now 2024-01-27T23:52:01.263 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119/remote/ubuntu@smithi116.front.sepia.ceph.com/crash 2024-01-27T23:52:01.264 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/crash -- . 2024-01-27T23:52:01.300 INFO:teuthology.orchestra.run.smithi116.stderr:tar: /var/lib/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/crash: Cannot open: No such file or directory 2024-01-27T23:52:01.301 INFO:teuthology.orchestra.run.smithi116.stderr:tar: Error is not recoverable: exiting now 2024-01-27T23:52:01.301 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-27T23:52:01.302 DEBUG:teuthology.orchestra.run.smithi110:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-27T23:52:01.332 INFO:teuthology.orchestra.run.smithi110.stderr:grep: /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph.log: No such file or directory 2024-01-27T23:52:01.333 INFO:tasks.cephadm:Compressing logs... 2024-01-27T23:52:01.333 DEBUG:teuthology.orchestra.run.smithi110:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-27T23:52:01.376 DEBUG:teuthology.orchestra.run.smithi116:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-27T23:52:01.402 INFO:teuthology.orchestra.run.smithi110.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-27T23:52:01.403 INFO:teuthology.orchestra.run.smithi110.stderr:: No such file or directory 2024-01-27T23:52:01.403 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.5.log 2024-01-27T23:52:01.403 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.7.log 2024-01-27T23:52:01.403 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.1.log 2024-01-27T23:52:01.403 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.5.log: /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.3.log 2024-01-27T23:52:01.404 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-volume.log 2024-01-27T23:52:01.405 INFO:teuthology.orchestra.run.smithi116.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-27T23:52:01.405 INFO:teuthology.orchestra.run.smithi116.stderr:: No such file or directory 2024-01-27T23:52:01.406 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi116.kuuhye.log 2024-01-27T23:52:01.406 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.2.log 2024-01-27T23:52:01.406 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-volume.log 2024-01-27T23:52:01.406 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi116.kuuhye.log: /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.2.log: 58.4% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi116.kuuhye.log.gz 2024-01-27T23:52:01.406 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.0.log 2024-01-27T23:52:01.407 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mgr.smithi116.asnehs.log 2024-01-27T23:52:01.407 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mon.smithi116.log 2024-01-27T23:52:01.408 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mgr.smithi116.asnehs.log: /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mon.smithi116.log: 90.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-27T23:52:01.408 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.3.log: /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi110.agukxa.log 2024-01-27T23:52:01.409 INFO:teuthology.orchestra.run.smithi116.stderr: 92.6% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-volume.log.gz 2024-01-27T23:52:01.409 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi110.agukxa.log: 58.6% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi110.agukxa.log.gz 2024-01-27T23:52:01.410 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mgr.smithi110.unybfe.log 2024-01-27T23:52:01.411 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mgr.smithi110.unybfe.log: 92.6% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-volume.log.gz 2024-01-27T23:52:01.413 INFO:teuthology.orchestra.run.smithi110.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mon.smithi110.log 2024-01-27T23:52:01.414 INFO:teuthology.orchestra.run.smithi116.stderr: 93.4% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mgr.smithi116.asnehs.log.gz 2024-01-27T23:52:01.415 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.6.log 2024-01-27T23:52:01.415 INFO:teuthology.orchestra.run.smithi116.stderr:gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi116.izmijj.log 2024-01-27T23:52:01.416 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.4.log 2024-01-27T23:52:01.416 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi116.izmijj.log: 58.6% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi116.izmijj.log.gz 2024-01-27T23:52:01.420 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mon.smithi110.log: gzip -5 --verbose -- /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi110.zxrskr.log 2024-01-27T23:52:01.422 INFO:teuthology.orchestra.run.smithi110.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi110.zxrskr.log: 58.5% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-client.rgw.foo.smithi110.zxrskr.log.gz 2024-01-27T23:52:01.431 INFO:teuthology.orchestra.run.smithi110.stderr: 93.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-27T23:52:01.701 INFO:teuthology.orchestra.run.smithi110.stderr: 90.2% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mgr.smithi110.unybfe.log.gz 2024-01-27T23:52:01.769 INFO:teuthology.orchestra.run.smithi116.stderr:/var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.4.log: 92.7% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mon.smithi116.log.gz 2024-01-27T23:52:02.029 INFO:teuthology.orchestra.run.smithi116.stderr: 93.3% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.2.log.gz 2024-01-27T23:52:02.111 INFO:teuthology.orchestra.run.smithi110.stderr: 93.4% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.7.log.gz 2024-01-27T23:52:02.279 INFO:teuthology.orchestra.run.smithi116.stderr: 93.0% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.4.log.gz 2024-01-27T23:52:02.327 INFO:teuthology.orchestra.run.smithi116.stderr: 93.1% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.6.log.gz 2024-01-27T23:52:02.334 INFO:teuthology.orchestra.run.smithi110.stderr: 93.1% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.5.log.gz 2024-01-27T23:52:02.381 INFO:teuthology.orchestra.run.smithi110.stderr: 90.3% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-mon.smithi110.log.gz 2024-01-27T23:52:02.400 INFO:teuthology.orchestra.run.smithi116.stderr: 93.1% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.0.log.gz 2024-01-27T23:52:02.402 INFO:teuthology.orchestra.run.smithi116.stderr: 2024-01-27T23:52:02.402 INFO:teuthology.orchestra.run.smithi116.stderr:real 0m1.010s 2024-01-27T23:52:02.403 INFO:teuthology.orchestra.run.smithi116.stderr:user 0m3.633s 2024-01-27T23:52:02.403 INFO:teuthology.orchestra.run.smithi116.stderr:sys 0m0.166s 2024-01-27T23:52:02.467 INFO:teuthology.orchestra.run.smithi110.stderr: 93.4% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.3.log.gz 2024-01-27T23:52:02.527 INFO:teuthology.orchestra.run.smithi110.stderr: 93.2% -- replaced with /var/log/ceph/b027ead4-bd6a-11ee-95b2-87774f69a715/ceph-osd.1.log.gz 2024-01-27T23:52:02.529 INFO:teuthology.orchestra.run.smithi110.stderr: 2024-01-27T23:52:02.529 INFO:teuthology.orchestra.run.smithi110.stderr:real 0m1.138s 2024-01-27T23:52:02.529 INFO:teuthology.orchestra.run.smithi110.stderr:user 0m4.926s 2024-01-27T23:52:02.529 INFO:teuthology.orchestra.run.smithi110.stderr:sys 0m0.214s 2024-01-27T23:52:02.530 INFO:tasks.cephadm:Archiving logs... 2024-01-27T23:52:02.530 DEBUG:teuthology.misc:Transferring archived files from smithi110:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119/remote/ubuntu@smithi110.front.sepia.ceph.com/log 2024-01-27T23:52:02.531 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-27T23:52:03.299 DEBUG:teuthology.misc:Transferring archived files from smithi116:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119/remote/ubuntu@smithi116.front.sepia.ceph.com/log 2024-01-27T23:52:03.300 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-27T23:52:03.880 INFO:tasks.cephadm:Removing cluster... 2024-01-27T23:52:03.881 DEBUG:teuthology.orchestra.run.smithi110:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 --force 2024-01-27T23:52:04.324 DEBUG:teuthology.orchestra.run.smithi116:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid b027ead4-bd6a-11ee-95b2-87774f69a715 --force 2024-01-27T23:52:04.766 INFO:tasks.cephadm:Removing cephadm ... 2024-01-27T23:52:04.766 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-27T23:52:04.785 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-27T23:52:04.801 INFO:tasks.cephadm:Teardown complete 2024-01-27T23:52:04.802 DEBUG:teuthology.run_tasks:Unwinding manager nvme_loop 2024-01-27T23:52:04.811 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_1... 2024-01-27T23:52:04.812 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_1 2024-01-27T23:52:04.951 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-27T23:52:04.953 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:04.954 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_2... 2024-01-27T23:52:04.954 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_2 2024-01-27T23:52:05.081 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-27T23:52:05.082 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:05.083 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_3... 2024-01-27T23:52:05.083 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_3 2024-01-27T23:52:05.214 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-27T23:52:05.215 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:05.215 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi110:/dev/vg_nvme/lv_4... 2024-01-27T23:52:05.216 DEBUG:teuthology.orchestra.run.smithi110:> sudo nvme disconnect -n lv_4 2024-01-27T23:52:05.340 INFO:teuthology.orchestra.run.smithi110.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-27T23:52:05.341 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:05.342 DEBUG:teuthology.orchestra.run.smithi110:> set -ex 2024-01-27T23:52:05.342 DEBUG:teuthology.orchestra.run.smithi110:> sudo dd of=/scratch_devs 2024-01-27T23:52:05.368 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_1... 2024-01-27T23:52:05.368 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_1 2024-01-27T23:52:05.498 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_1 disconnected 1 controller(s) 2024-01-27T23:52:05.499 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:05.499 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_2... 2024-01-27T23:52:05.499 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_2 2024-01-27T23:52:05.636 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_2 disconnected 1 controller(s) 2024-01-27T23:52:05.638 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:05.638 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_3... 2024-01-27T23:52:05.638 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_3 2024-01-27T23:52:05.763 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_3 disconnected 1 controller(s) 2024-01-27T23:52:05.764 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:05.765 INFO:tasks.nvme_loop:Disconnecting nvme_loop smithi116:/dev/vg_nvme/lv_4... 2024-01-27T23:52:05.765 DEBUG:teuthology.orchestra.run.smithi116:> sudo nvme disconnect -n lv_4 2024-01-27T23:52:05.891 INFO:teuthology.orchestra.run.smithi116.stdout:NQN:lv_4 disconnected 1 controller(s) 2024-01-27T23:52:05.892 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:05.893 DEBUG:teuthology.orchestra.run.smithi116:> set -ex 2024-01-27T23:52:05.893 DEBUG:teuthology.orchestra.run.smithi116:> sudo dd of=/scratch_devs 2024-01-27T23:52:05.919 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-27T23:52:05.929 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-27T23:52:05.930 DEBUG:teuthology.orchestra.run.smithi110:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-27T23:52:05.932 DEBUG:teuthology.orchestra.run.smithi116:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-27T23:52:05.947 INFO:teuthology.orchestra.run.smithi110.stderr:bash: ntpq: command not found 2024-01-27T23:52:05.952 INFO:teuthology.orchestra.run.smithi110.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T23:52:05.952 INFO:teuthology.orchestra.run.smithi110.stdout:=============================================================================== 2024-01-27T23:52:05.952 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 14 -69us[ -66us] +/- 77ms 2024-01-27T23:52:05.952 INFO:teuthology.orchestra.run.smithi110.stdout:^* hv02.front.sepia.ceph.com 3 6 377 13 +938us[ +940us] +/- 81ms 2024-01-27T23:52:05.952 INFO:teuthology.orchestra.run.smithi110.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 14 -937us[ -934us] +/- 82ms 2024-01-27T23:52:05.952 INFO:teuthology.orchestra.run.smithi110.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:52:05.975 INFO:teuthology.orchestra.run.smithi116.stderr:bash: ntpq: command not found 2024-01-27T23:52:05.979 INFO:teuthology.orchestra.run.smithi116.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-27T23:52:05.980 INFO:teuthology.orchestra.run.smithi116.stdout:=============================================================================== 2024-01-27T23:52:05.980 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 13 -51us[ -51us] +/- 77ms 2024-01-27T23:52:05.980 INFO:teuthology.orchestra.run.smithi116.stdout:^* hv02.front.sepia.ceph.com 3 6 377 15 +966us[ +969us] +/- 81ms 2024-01-27T23:52:05.980 INFO:teuthology.orchestra.run.smithi116.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 15 -935us[ -933us] +/- 82ms 2024-01-27T23:52:05.980 INFO:teuthology.orchestra.run.smithi116.stdout:^? hv04.front.sepia.ceph.com 0 9 0 - +0ns[ +0ns] +/- 0ns 2024-01-27T23:52:05.981 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-27T23:52:05.990 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-27T23:52:05.991 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-27T23:52:06.000 DEBUG:teuthology.orchestra.run.smithi110:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-27T23:52:06.073 DEBUG:teuthology.orchestra.run.smithi116:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-27T23:52:06.133 DEBUG:teuthology.orchestra.run.smithi110:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-27T23:52:06.163 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:06.164 DEBUG:teuthology.orchestra.run.smithi116:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-27T23:52:06.192 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:06.193 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-27T23:52:06.203 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-27T23:52:06.221 INFO:teuthology.task.internal:Duration was 2479.181875 seconds 2024-01-27T23:52:06.221 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-27T23:52:06.230 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-27T23:52:06.230 DEBUG:teuthology.orchestra.run.smithi110:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-27T23:52:06.233 DEBUG:teuthology.orchestra.run.smithi116:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-27T23:52:06.277 INFO:teuthology.orchestra.run.smithi110.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T23:52:06.279 INFO:teuthology.orchestra.run.smithi116.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-27T23:52:06.539 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-27T23:52:06.539 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi110.front.sepia.ceph.com 2024-01-27T23:52:06.539 DEBUG:teuthology.orchestra.run.smithi110:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-27T23:52:06.561 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi116.front.sepia.ceph.com 2024-01-27T23:52:06.562 DEBUG:teuthology.orchestra.run.smithi116:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-27T23:52:06.584 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-27T23:52:06.585 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-27T23:52:06.604 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-27T23:52:06.681 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-27T23:52:06.681 DEBUG:teuthology.orchestra.run.smithi110:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-27T23:52:06.683 DEBUG:teuthology.orchestra.run.smithi116:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-27T23:52:06.848 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-27T23:52:06.859 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-27T23:52:06.859 DEBUG:teuthology.orchestra.run.smithi110:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-27T23:52:06.886 DEBUG:teuthology.orchestra.run.smithi116:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-27T23:52:06.913 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-27T23:52:06.924 DEBUG:teuthology.orchestra.run.smithi110:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-27T23:52:06.929 DEBUG:teuthology.orchestra.run.smithi116:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-27T23:52:06.952 INFO:teuthology.orchestra.run.smithi110.stdout:kernel.core_pattern = core 2024-01-27T23:52:06.979 INFO:teuthology.orchestra.run.smithi116.stdout:kernel.core_pattern = core 2024-01-27T23:52:07.003 DEBUG:teuthology.orchestra.run.smithi110:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-27T23:52:07.029 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:07.029 DEBUG:teuthology.orchestra.run.smithi116:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-27T23:52:07.059 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-27T23:52:07.059 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-27T23:52:07.071 INFO:teuthology.task.internal:Transferring archived files... 2024-01-27T23:52:07.072 DEBUG:teuthology.misc:Transferring archived files from smithi110:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119/remote/smithi110 2024-01-27T23:52:07.073 DEBUG:teuthology.orchestra.run.smithi110:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-27T23:52:07.122 DEBUG:teuthology.misc:Transferring archived files from smithi116:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119/remote/smithi116 2024-01-27T23:52:07.123 DEBUG:teuthology.orchestra.run.smithi116:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-27T23:52:07.163 INFO:teuthology.task.internal:Removing archive directory... 2024-01-27T23:52:07.163 DEBUG:teuthology.orchestra.run.smithi110:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-27T23:52:07.166 DEBUG:teuthology.orchestra.run.smithi116:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-27T23:52:07.214 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-27T23:52:07.229 INFO:teuthology.task.internal:Not uploading archives. 2024-01-27T23:52:07.229 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-27T23:52:07.239 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-27T23:52:07.239 DEBUG:teuthology.orchestra.run.smithi110:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-27T23:52:07.241 DEBUG:teuthology.orchestra.run.smithi116:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-27T23:52:07.255 INFO:teuthology.orchestra.run.smithi110.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 27 23:52 /home/ubuntu/cephtest 2024-01-27T23:52:07.270 INFO:teuthology.orchestra.run.smithi116.stdout: 262179 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 27 23:52 /home/ubuntu/cephtest 2024-01-27T23:52:07.272 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-27T23:52:07.283 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-27T23:52:07.306 INFO:teuthology.nuke:Checking targets against current locks 2024-01-27T23:52:07.335 DEBUG:teuthology.nuke:shortname: smithi110 2024-01-27T23:52:07.335 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-27T23:52:07.358 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi110.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:05:34.832638', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBPAqVzMVQmGBJR+kA3tOuNUlSUtA839COU8g4eHIPlQhs7dXAv6Kqe2OT1gof3yFoK4N+GqeQVI/4NsIe5sG8uo='} 2024-01-27T23:52:07.362 DEBUG:teuthology.nuke:shortname: smithi116 2024-01-27T23:52:07.362 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-27T23:52:07.382 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi116.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-26_16:10:31-rados-pacific-release-distro-default-smithi/7535119', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'rhel', 'os_version': '8.6', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-27 23:05:34.834435', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLPwKPVKHpuDaMUFbA9oeJpFAmah92/YQyCN6BUJKbFQsd9xx1NhC8G2HElWAOteVJyf/FkSd5OxFMf+1D+8g3M='} 2024-01-27T23:52:07.417 INFO:teuthology.orchestra.console.smithi110:Power off 2024-01-27T23:52:07.418 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-27T23:52:07.441 DEBUG:teuthology.orchestra.console.smithi110:power off output: Chassis Power Control: Down/Off 2024-01-27T23:52:07.442 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T23:52:07.458 INFO:teuthology.orchestra.console.smithi116:Power off 2024-01-27T23:52:07.459 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-27T23:52:07.468 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-01-27T23:52:07.481 DEBUG:teuthology.orchestra.console.smithi116:power off output: Chassis Power Control: Down/Off 2024-01-27T23:52:07.481 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T23:52:07.505 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-01-27T23:52:11.469 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T23:52:11.506 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T23:52:11.580 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is on 2024-01-27T23:52:11.616 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is on 2024-01-27T23:52:15.585 DEBUG:teuthology.orchestra.console.smithi110:pexpect command: ipmitool -H smithi110.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T23:52:15.617 DEBUG:teuthology.orchestra.console.smithi116:pexpect command: ipmitool -H smithi116.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-27T23:52:15.695 DEBUG:teuthology.orchestra.console.smithi110:check power output: Chassis Power is off 2024-01-27T23:52:15.727 DEBUG:teuthology.orchestra.console.smithi116:check power output: Chassis Power is off 2024-01-27T23:52:15.797 INFO:teuthology.orchestra.console.smithi110:Power off completed 2024-01-27T23:52:15.828 INFO:teuthology.orchestra.console.smithi116:Power off completed 2024-01-27T23:52:15.933 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: 2479.1818747520447 failure_reason: reached maximum tries (301) after waiting for 300 seconds owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=ba0a40688b84497caaaac8c486abfa02 status: fail success: false 2024-01-27T23:52:15.933 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-27T23:52:16.017 INFO:teuthology.run:FAIL